-3
當我們添加到購物車,然後網站不工作,當我們回到頁面,然後顯示1項與空白頁,當我們刷新瀏覽器的緩存,然後網站工作正常。 當我們在的error_log檢查錯誤頁它顯示Magento代碼錯誤
PHP致命錯誤:
Call to a member function getBackend() on a non-object in
/var/www/html/thetyrecottage/app/code/core/Mage/Catalog/Model/Resource/Product/Collection.php
on line 2013
而且代碼
$backend = $attribute->getBackend();
了你修改任何核心文件(.XML不同的任何分機)? – urfusion