ricardojtb Posted July 14, 2014 Share Posted July 14, 2014 hello how are you? .. I have this error and do not know how to solve it Warning: Cannot modify header information - headers already sent by (output started at /home/bissu/public_html/classes/Cookie.php:1) in /home/bissu/public_html/classes/controller/FrontController.php on line 652 Warning: Cannot modify header information - headers already sent by (output started at /home/bissu/public_html/classes/Cookie.php:1) in /home/bissu/public_html/classes/controller/FrontController.php on line 653 Warning: Cannot modify header information - headers already sent by (output started at /home/bissu/public_html/classes/Cookie.php:1) in /home/bissu/public_html/classes/Tools.php on line 132 Link to comment Share on other sites More sharing options...
El Patron Posted July 14, 2014 Share Posted July 14, 2014 if you are not having issues and are 'not' debugging, try turning off PrestaShop errors config/defines.inc.php set this line to false define('_PS_MODE_DEV_', false); note this should always be set to false unless you are debugging an issue 1 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