尝试启用和重新索引产品平面数据时 - 从magento获取错误
Flat Catalog模块具有64个可过滤和/或可排序属性的限制.目前有521个.请减少可过滤/可排序属性的数量以使用此模块.
我无法理解这意味着什么以及magento从哪里获得这个价值.在属性中,我只有321个不同的属性,因此从magento获取当前使用的521的值以及它们中的64个限制的位置???
日Thnx.
我的服务器安装了带有nginx的CentOS 6.2和来自remi repos的php-fpm
httpd也安装了,但是当我尝试安装mod_fastcgi yum sais时,没有pachage可用
我怎么能安装mod_fastcgi ??? 谷歌搜索不同的网站说这个命令
yum install mod_fastcgi
Run Code Online (Sandbox Code Playgroud)
必须安装此包.但是yum sais:
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* epel: mirror.cogentco.com
* remi: remi-mirror.dedipower.com
196 packages excluded due to repository priority protections
Setting up Install Process
No package mod_fastcgi available.
Error: Nothing to do
Run Code Online (Sandbox Code Playgroud) 如何在扩展中获取过滤产品集合ID.对于当前类别,我们只是获取Mage :: registry('current_category') - > getProductCollection() - > getAllIds(),以及我们如何检索已过滤的产品集合(实际上不是产品集合,但所有已经过滤的产品ID)