Denver Prophit Jr. Posted August 13, 2015 Share Posted August 13, 2015 (edited) 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 August 13, 2015 by Denver Prophit Jr. (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted August 13, 2015 Share Posted August 13, 2015 Do you have Cache enabled in the performance page? Link to comment Share on other sites More sharing options...
Denver Prophit Jr. Posted August 13, 2015 Author Share Posted August 13, 2015 Same issue regardless of cache settings on or off. Link to comment Share on other sites More sharing options...
bellini13 Posted August 13, 2015 Share Posted August 13, 2015 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. 1 Link to comment Share on other sites More sharing options...
Denver Prophit Jr. Posted August 13, 2015 Author Share Posted August 13, 2015 You know I had removed CacheMemcache and left the single ticks. Link to comment Share on other sites More sharing options...
bellini13 Posted August 13, 2015 Share Posted August 13, 2015 why would you do that? Link to comment Share on other sites More sharing options...
Denver Prophit Jr. Posted August 13, 2015 Author Share Posted August 13, 2015 My own failure to understand how that line worked. Disabling is the line below it. Marking as resolved. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now