TheLousyCoder Posted December 9, 2014 Share Posted December 9, 2014 (edited) Hello all, I have prestashop 1.5.6.2 multishop was working great till . But since yesterday error 500 is being shown in the firebug console on 4 sites out of 7 I have in multistore environment, 1) did not change any file since last week. 2) tried to see errors by enabling debug mode in /config/defines.inc.php but nothing shown. Only the warnings/ notices are displayed on sites that are working. I am going crazy, please help me. Edit: I also tried regenerating the .htaccess file from back-end by disabling and again enabling the friendly urls, but no help. Edit 2: back end is working for the stores Edited December 9, 2014 by TheLousyCoder (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted December 9, 2014 Share Posted December 9, 2014 Is the 500 error on all pages? Link to comment Share on other sites More sharing options...
TheLousyCoder Posted December 9, 2014 Author Share Posted December 9, 2014 Hi tuk66, Yes, except backend. Link to comment Share on other sites More sharing options...
tuk66 Posted December 9, 2014 Share Posted December 9, 2014 So it is "easy". Compare a good with a wrong shop. There must be something what causes this - module, data, settings. Link to comment Share on other sites More sharing options...
TheLousyCoder Posted December 9, 2014 Author Share Posted December 9, 2014 I have the same configuration for all shops. my only concern is that, it should display at least errors when debug mode turned on. But nothing shown except on sites working. Link to comment Share on other sites More sharing options...
TheLousyCoder Posted December 9, 2014 Author Share Posted December 9, 2014 Can anyone throw some light on issue?? Link to comment Share on other sites More sharing options...
El Patron Posted December 9, 2014 Share Posted December 9, 2014 the underlying 500 issue needs to be revealed. http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ you may also find the underlying error in you php error log but without the underlying issue, it will remain a mystery. Link to comment Share on other sites More sharing options...
TheLousyCoder Posted December 9, 2014 Author Share Posted December 9, 2014 (edited) Hi El Patron, Thanks for inputs. I tried with putting error reporting On but that couldn't help. I dig into the php.ini file for the settings and found memory_limit was 128M, changing it to 256M worked for me. Everything is fine now. Edited December 9, 2014 by TheLousyCoder (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted December 9, 2014 Share Posted December 9, 2014 Hi El Patron, Thanks for inputs. I tried with putting error reporting On but that couldn't help. I dig into the php.ini file for the settings and found memory_limit was 128M, changing it to 256M worked for me. Everything is fine now. that's great news! woot woot! make sure to come back and help others with your experiences. happy selling! Link to comment Share on other sites More sharing options...
TheLousyCoder Posted December 10, 2014 Author Share Posted December 10, 2014 (edited) Hello El Patron, The sites are working but taking too much time to load. There is high spike in cpu utilization hitting almost 100%, I think that is the cause slow loading. Can you guide me how to optimize this so that resources are available every time? Edited December 10, 2014 by TheLousyCoder (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts