Caching 致命错误:未捕获错误:类';缓存&x27;在Prestashop中找不到

Caching 致命错误:未捕获错误:类';缓存&x27;在Prestashop中找不到,caching,prestashop,classnotfound,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

我正在使用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 

看起来您已经删除了整个缓存文件夹。从本地服务器上载文件夹(如果存在)。因为有时候prestashop不会像其他缓存一样在删除后创建缓存文件夹本身

希望它能帮助你