lroven Posted April 25, 2013 Share Posted April 25, 2013 I get a 500 internal server error and need to debug, but I get blank page when trying to debug in prestashop Link to comment Share on other sites More sharing options...
NemoPS Posted April 25, 2013 Share Posted April 25, 2013 Hi,have you turned on errors as suggested in my signature? Link to comment Share on other sites More sharing options...
lroven Posted April 25, 2013 Author Share Posted April 25, 2013 hmm I can´t find what you are talking about I changed config/defines.inc.php to define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
lroven Posted April 25, 2013 Author Share Posted April 25, 2013 ok, sorry, found it, a bit foggy in the eyes. It is when I have changed this I get a white page. If I set it to false I get 500 internal server error. Link to comment Share on other sites More sharing options...
NemoPS Posted April 25, 2013 Share Posted April 25, 2013 SO you changed that line inside the file, but still get a blank page? Link to comment Share on other sites More sharing options...
lroven Posted April 25, 2013 Author Share Posted April 25, 2013 yes and no. I changed that line and that´s why I got the white page Link to comment Share on other sites More sharing options...
NemoPS Posted April 25, 2013 Share Posted April 25, 2013 Then the chance is your server has errors disabled. Have your hosting turn them on Link to comment Share on other sites More sharing options...
lroven Posted April 25, 2013 Author Share Posted April 25, 2013 Is it done in php.ini. In that case I can do it myself. Can you please tell me what value I should change. Link to comment Share on other sites More sharing options...
lroven Posted April 25, 2013 Author Share Posted April 25, 2013 I changed this line display_startup_errors = On No change Link to comment Share on other sites More sharing options...
NemoPS Posted April 25, 2013 Share Posted April 25, 2013 error_reporting = E_ALL Link to comment Share on other sites More sharing options...
lroven Posted April 25, 2013 Author Share Posted April 25, 2013 error_reporting = E_ALL & E_NOTICE is the current setting Link to comment Share on other sites More sharing options...
lroven Posted April 25, 2013 Author Share Posted April 25, 2013 I solved it by adding these lines to the htaccess file php_flag display_errors 1 php_value error_reporting 8191 Then reloaded the page and the error message was shown. Thank you very much for the help Link to comment Share on other sites More sharing options...
J.Sahu Posted January 7, 2014 Share Posted January 7, 2014 (edited) I'm having same problem when I turn on Developer mode then I don't find any problem but if I turn on debug profiling then I get a blank page. Edited January 7, 2014 by J.Sahu (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 7, 2014 Share Posted January 7, 2014 hello and what about access to server error log file? have you checked this one? in most cases, there is a full error log. Link to comment Share on other sites More sharing options...
J.Sahu Posted January 7, 2014 Share Posted January 7, 2014 These are my latest error log [Tue Jan 07 02:34:08 2014] [error] [client 66.249.73.62] File does not exist: /home/16904/domains/allworldfurniture.com/html/90-bars-bar-stool [Tue Jan 07 04:10:16 2014] [error] [client 180.87.201.244] File does not exist: /home/16904/domains/allworldfurniture.com/html/94-office-chairs, referer: http://www.allworldfurniture.com/ [Tue Jan 07 04:57:13 2014] [error] [client 180.87.201.244] File does not exist: /home/16904/domains/allworldfurniture.com/html/99-others [Tue Jan 07 05:01:14 2014] [error] [client 180.87.201.244] File does not exist: /home/16904/domains/old.allworldfurniture.com/html/popouttext.js, referer: http://old.allworldfurniture.com/ [Tue Jan 07 05:01:14 2014] [error] [client 180.87.201.244] File does not exist: /home/16904/domains/old.allworldfurniture.com/html/loading.gif, referer: http://old.allworldfurniture.com/ [Tue Jan 07 05:01:15 2014] [error] [client 180.87.201.244] File does not exist: /home/16904/domains/old.allworldfurniture.com/html/favicon.ico I think these are not related with my error. Link to comment Share on other sites More sharing options...
Recommended Posts