Jump to content

PrestaSHop 1.6.1.0 missing class when attempting import


Recommended Posts

PHP Fatal error:  Class '' not found in /home/xxxxxx/dev/public_html/classes/cache/Cache.php on line 131, referer: http://dev.xxxxxxxxxxxx.com/xxxxxxx/index.php?controller=AdminBackup&token=xxxxxxxxx

We migrated from 1.6.0.14 to 1.6.1.0 Attempted to do a product import after upgrade and get this error.

Edited by Denver Prophit Jr. (see edit history)
Link to comment
Share on other sites

Actually, I'm not sure it matters if it is enabled or disabled.  The code that is failing is looking for a global variable that is usually defined in /config/settings.inc.php

 

That global is _PS_CACHING_SYSTEM_.  For example...

define('_PS_CACHING_SYSTEM_', 'CacheMemcache');

I imagine if Cache is disabled, then you would not be executing the code that is failing.  So cache was likely enabled when you did the import. 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...