tecnico-bl Posted February 11, 2015 Share Posted February 11, 2015 In debug mode I have this message: Notice: Constant _PS_PRICE_DISPLAY_PRECISION_ already defined in /path_to/config/config.inc.php on line 115 How can I fix this? Link to comment Share on other sites More sharing options...
El Patron Posted February 11, 2015 Share Posted February 11, 2015 Hi, what is your PS version? Link to comment Share on other sites More sharing options...
taramas Posted February 14, 2015 Share Posted February 14, 2015 Hi, I have the same problem after one click upgrade to 1.6.0.11. Link to comment Share on other sites More sharing options...
El Patron Posted February 14, 2015 Share Posted February 14, 2015 Hi, I have the same problem after one click upgrade to 1.6.0.11. in 1.5 this 'was' defined in config/defines.inc.php define('_PS_PRICE_DISPLAY_PRECISION_', 2); in 1.6.0.11 it is defined in config/config.inc.php define('_PS_PRICE_DISPLAY_PRECISION_', Configuration::get('PS_PRICE_DISPLAY_PRECISION')); back up config/defines.inc.php and then delete define('_PS_PRICE_DISPLAY_PRECISION_', 2); this should resolve the issue. Link to comment Share on other sites More sharing options...
tecnico-bl Posted February 16, 2015 Author Share Posted February 16, 2015 Thank you, el Patron. We have the 1.6.0.11 and the variable from 1.5 is already fixed. The problem is due to a bad update procedure, who don't update all modules or functions. Prestashop has not really care of this. In the time, we have made all updates from 1.5 to 1.6.0.11 and I'm sure there are modules or controllers not working in this version. 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