magento在属性过滤时出现You cannot define a correlation name错误的解决办法

2,427 人次阅读
没有评论

共计 298 个字符,预计需要花费 1 分钟才能阅读完成。

magento在产品目录页的属性过滤时,会出现You cannot define a correlation name错误
换一个模板又不会出现,不知什么原因,但解决办法如下:
1.打开/lib/Zend/Db/select.php
2.注释select.php文件中的下列代码
throw new Zend_Db_Select_Exception(“You cannot define a correlation name ‘$correlationName’ more than once”);
3.清楚缓存
再试试,就应该可以了。
但出现这个问题的原因,以有些奇怪了,正常引起这个问题的应是code的代码,但同一个数据换个模板,却正常。

正文完
 0