Неустранимая ошибка: Uncaught Error: Class 'Cache' не найден в Prestashop

У меня рабочая ширина prestashop 1.0. Я сталкиваюсь с этой проблемой, когда удаляю папку кеша, но повторно загружаю ее, но она решается. Если кто-то сталкивался с такой проблемой, подскажите, как ее решить.

Fatal error: Uncaught Error: Class 'Cache' not found in /customers/a/2/e/sekuurshop.be/httpd.www/classes/ObjectModel.php:1924 Stack trace: #0 /customers/a/2/e/sekuurshop.be/httpd.www/classes/ObjectModel.php(214): ObjectModelCore::getDefinition('Shop') #1 /customers/a/2/e/sekuurshop.be/httpd.www/classes/shop/Shop.php(130): ObjectModelCore->__construct('1', NULL, NULL) #2 /customers/a/2/e/sekuurshop.be/httpd.www/classes/shop/Shop.php(411): ShopCore->__construct('1') #3 /customers/a/2/e/sekuurshop.be/httpd.www/config/config.inc.php(117): ShopCore::initialize() #4 /customers/a/2/e/sekuurshop.be/httpd.www/index.php(27): require('/customers/a/2/...') #5 {main} thrown in /customers/a/2/e/sekuurshop.be/httpd.www/classes/ObjectModel.php on line 1924 

person Mohd Hasan    schedule 22.05.2018    source источник


Ответы (1)


Похоже, вы удалили всю папку кеша. Загрузить папку с локального сервера, если она существует. Потому что иногда prestashop не создает папку кеша после удаления, как другие.

Надеюсь, это поможет вам.

person Virendra Yaduvanshi    schedule 29.06.2018