0

我需要帮助我找不到有关此错误的任何信息。即使在 Prestashop 论坛

我复制了我的实时站点并将其传输到我的本地服务器。现在配置正常,但是当我单击前端的任何产品时。

我收到以下错误

Fatal error: Class 'ObjectModel' not found in F:\xampp2\htdocs\checkedentertainment\product.php on line 32

当我在后端检查产品时,产品仍在产品中,一切顺利。

有任何想法吗?

4

1 回答 1

0

What the error says is that the class ObjectModel is missing. It couldn't be loaded. Many of the core classes in PrestaShop inherits from the ObjectModel so it is cruicial that it exists.

Please check your classes folder and make sure all your classes are there. There should be an ObjectModel.php file in the classes directory, if not, make sure to put it there!

于 2012-10-03T06:33:44.353 回答