1

管理パネルから構成可能な製品を作成しようとすると、次のエラーが発生します。

致命的なエラー:非オブジェクトのメンバー関数setProductFilter()を呼び出す

私は特別なことは何もしていません。「製品の追加」に移動し、「デフォルト」属性セットを選択して、ドロップダウンから「構成可能な製品」を選択し、「続行」をクリックしました。しかし、構成可能な製品を作成できませんでした。

次の行にエラーが表示されています

294行目の\app\ code \ core \ Mage \ Catalog \ Model \ Product \ Type \ Configurable.php

誰かがこれで私を助けてくれますか?

4

2 に答える 2

0
If your Problem  is - magento Call to a member function setProductFilter() on a non-object in app/code/core/Mage/Catalog/Model/Product/Type/Configurable.php on line 294


Go to -
app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Attribute/

And see there are the Collection.php file exist or not.
I thing there are Collection.php file exist but the file extension is not correct format.

You can change the extension only, Make it Collection.php
于 2015-03-19T06:05:16.520 に答える