irenusky Posted August 30, 2014 Share Posted August 30, 2014 I have 2 errors on admin page: Warning: Cannot modify header information - headers already sent by (output started at /home/bombilla/public_html/tienda/classes/Cookie.php:1) in /home/bombilla/public_html/tienda/classes/Cookie.php on line 329Warning: Cannot modify header information - headers already sent by (output started at /home/bombilla/public_html/tienda/classes/Cookie.php:1) in /home/bombilla/public_html/tienda/classes/Tools.php on line 143 Can you help me? It's urgent, please! The URL is: http://xurl.es/heepj Thanks! Link to comment Share on other sites More sharing options...
El Patron Posted August 30, 2014 Share Posted August 30, 2014 turn off PrestaShop error reporting (should not be run in production unless debugging issue) Link to comment Share on other sites More sharing options...
irenusky Posted August 30, 2014 Author Share Posted August 30, 2014 turn off PrestaShop error reporting (should not be run in production unless debugging issue) I think Prestashop error reporting is turned off. The URL is not in productin yet. Do you want to say that in defines.inc.php I have to write: @ini_set('display_errors', 'off'); ?? Link to comment Share on other sites More sharing options...
El Patron Posted August 30, 2014 Share Posted August 30, 2014 this is why posting your ps version is a good idea. to turn off error reporting review this link (as it's different depending on ps version) http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ Link to comment Share on other sites More sharing options...
irenusky Posted August 30, 2014 Author Share Posted August 30, 2014 this is why posting your ps version is a good idea. to turn off error reporting review this link (as it's different depending on ps version) http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ Yes, I have done this before I wrote to you (I attach a capture). Basically, my problem is that I can not access to my backend. The screen is blank although the shop (in frontend) is correct. http://xurl.es/esb1y Can you help me? Link to comment Share on other sites More sharing options...
El Patron Posted August 30, 2014 Share Posted August 30, 2014 did you transfer shop and/or modify any native prestashop core files? Link to comment Share on other sites More sharing options...
irenusky Posted August 30, 2014 Author Share Posted August 30, 2014 did you transfer shop and/or modify any native prestashop core files? I moved the directory of the shop because I started in another directory for test and now is real (actually in mantenaince). The front office is on but the problem is in the back office. Link to comment Share on other sites More sharing options...
irenusky Posted August 30, 2014 Author Share Posted August 30, 2014 (edited) I moved the directory of the shop because I started in another directory for test and now is real (actually in mantenaince). The front office is on but the problem is in the back office. and I bought a theme and I installed it. Edited August 30, 2014 by irenusky (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted August 30, 2014 Share Posted August 30, 2014 check files that are mentioned in your error message. make sure first line is not 'blank'. it sounds like when you transferred files that some files did not transfer correctly. Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2014 Share Posted August 30, 2014 if you see errors/notifications from php engine even if the error reporting is turned on, i bet that one module from modules that you use has got code like @ini_set('display_errors', 'on'); try to disable non-native modules and check if this notification message appears Link to comment Share on other sites More sharing options...
irenusky Posted August 31, 2014 Author Share Posted August 31, 2014 if you see errors/notifications from php engine even if the error reporting is turned on, i bet that one module from modules that you use has got code like @ini_set('display_errors', 'on'); try to disable non-native modules and check if this notification message appears Thank you. I've done all things that you told me without exit. I'm trying to install again from the begining. I'll keep you inform about it. Link to comment Share on other sites More sharing options...
irenusky Posted August 31, 2014 Author Share Posted August 31, 2014 Now, my problem is the back end is working but the front end isn't working. Someone konws why? Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2014 Share Posted August 31, 2014 Now, my problem is the back end is working but the front end isn't working. Someone konws why? by "not working" what you mean? you see some error codes ? Link to comment Share on other sites More sharing options...
Fernand WAFO Posted February 1, 2019 Share Posted February 1, 2019 Hello? Solution yet? Link to comment Share on other sites More sharing options...
Recommended Posts