daric Posted September 9, 2015 Share Posted September 9, 2015 Quando seleziono IMPORTA mi esce questa schermata: Fatal error: Class 'MCached' not found in /web/htdocs/www.NOMEDOMINIO.it/home/classes/cache/Cache.php on line 131 Cosa posso fare Link to comment Share on other sites More sharing options...
musicmaster Posted September 17, 2015 Share Posted September 17, 2015 Something wrong with your cache settings. Check under Advanced Parameters->Performance. For some reason this error appears only with import csv. Link to comment Share on other sites More sharing options...
daric Posted September 18, 2015 Author Share Posted September 18, 2015 thanks...i realized that i have mcached>memcached Link to comment Share on other sites More sharing options...
jennywill Posted October 1, 2015 Share Posted October 1, 2015 (edited) Can you please elaborate on the mcached>memcached because I have the same issue PS 1.6.1. Everything seems to be working fine except for the import screen which errors Class 'MCached' not found in ...../public_html/classes/cache/Cache.php on line 131. I need help fast as I have thousands of products to load asap! thx BTW....I dont have any caching on including memcache because I am in development at this point. With further digging into my 1.6.1 PS file system, I dont even have a file MCached.php in there, and looking at the original download it isnt in there either. However, MCache.php is in the older versions of PS. Unfortunately, copying it in there didnt fix the issue, but only causes more errors. Hmmm.....very interesting. Setting the caching to file system fixed this issue. As I indicated I didnt have any caching set because we are in development upgrading an existing site. The products/categories we have were brought over via DB scripts, and only when we went to add new product for the launch via the import feature did this issue come up. Can be marked solved. Edited October 1, 2015 by jennywill (see edit history) Link to comment Share on other sites More sharing options...
daric Posted October 2, 2015 Author Share Posted October 2, 2015 open the file config> setting.inc '_PS_CACHING_SYSTEM_', 'MCached' > rewrite '_PS_CACHING_SYSTEM_', 'memCached' Try and let me know 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