Okidoki Posted February 22, 2013 Share Posted February 22, 2013 I´m trying update prestahop from 1.3.1.1.to 1.4.10 in localhost Every time, in the 3º step of installation I get this error: Error during install/upgrade: ( ! ) Notice: Use of undefined constant _PS_CACHE_ENABLED_ - assumed '_PS_CACHE_ENABLED_' in C:\wamp\www\ps10\classes\MySQL.php on line 147 Call Stack #TimeMemoryFunctionLocation 10.0014166608{main}( )..\model.php:0 20.0143470064ConfigurationCore::loadConfiguration( )..\model.php:62 30.0293587176MySQLCore->ExecuteS( )..\Configuration.php:324 You may have to: Fix the error(s) displayed Put your database backup Modify the file settings.inc.php to put the old version for the line with _PS_VERSION_ Restart the upgrade process from the begining -- Please, help Link to comment Share on other sites More sharing options...
bellini13 Posted February 23, 2013 Share Posted February 23, 2013 Before you start the upgrade, add the following lines in config/settings.inc.php file define('_PS_CACHING_SYSTEM_', 'MCached'); define('_PS_CACHE_ENABLED_', '0'); 1 Link to comment Share on other sites More sharing options...
Okidoki Posted February 23, 2013 Author Share Posted February 23, 2013 (edited) Thanks guy! It´s solved the problem! Edited February 24, 2013 by Okidoki (see edit history) Link to comment Share on other sites More sharing options...
pernambuco Posted March 25, 2013 Share Posted March 25, 2013 Thanks it´s works for me. After upgrade, i can´t see the modules 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