致命错误:未捕获错误:在Prestashop中找不到类“缓存”

时间:2018-05-22 11:04:58

标签: caching prestashop classnotfound

我正在工作宽度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 

1 个答案:

答案 0 :(得分:1)

似乎您已经删除了完整的缓存文件夹。从本地服务器上载文件夹(如果存在)。因为有时prestashop不会像其他人一样删除缓存文件夹本身。

希望对您有帮助。

相关问题