bumpersales Posted October 17, 2016 Share Posted October 17, 2016 (edited) HELP NEDED : (I have Medium Level Technical Knowledge) I have installed Prestashop through cPanel - softaculous.It was working perfectly till 2 days back. Now, my site does not open. Upon checking logs, We found below logs.Script timed out before returning headers: index.php Can anyone help, i dont know what the issue could be ?I need your help to resolve this urgently please. Its an e-commerce site & i cannot reinstall Prestahop & do the whole setup all over again & add all my products all over again. my site hosting admin tried to restore a backup from 7 days back, but that also did not work. site is - http://shop.bumpersales.in Edited October 17, 2016 by bumpersales (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted October 17, 2016 Share Posted October 17, 2016 1. First of all, it is better to know if it is server performance issues because of your store have too many products or categories. if that is the case, you may need to contact service provider to add resource limit to your hosting - usually they limit CPU/RAM and so on with your shared hosting account. 2. You may try to improve your store performance by settings at back office - Advanced Parameters - Performances tab Please also try to delete store Smarty cache. 3. Some times, the back office deleting cache does not work, you can try to delete following smarty cache files to see if it helps /cache/smarty/cache/* /cache/smarty/compile/* otherwise you may need someone to investigate your store to find out the cause Link to comment Share on other sites More sharing options...
bumpersales Posted October 17, 2016 Author Share Posted October 17, 2016 (edited) Thanks, i tried everything. I just realised i can loginto my backend admin panel & cant go to "modules & services"sections. This could mean some issue with some specific module? Anyways to delete only specific modules & check if this helps? Maybe the last few modules i added. Or repair the modules section only. Edited October 17, 2016 by bumpersales (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted October 17, 2016 Share Posted October 17, 2016 (edited) You can disable the modules one by one to see if you are able to find out which one causes the issue. You can disable a module at back office - Modules tab Edited October 17, 2016 by shokinro (see edit history) Link to comment Share on other sites More sharing options...
bumpersales Posted October 18, 2016 Author Share Posted October 18, 2016 Thats the problem, i can enter & edit all categories under Dashboard, like cataloug, customers, price rules, shipping & all other, but when i click on modules & services, i get the below error message. so, no i cant disable any module now. Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Link to comment Share on other sites More sharing options...
rocky Posted October 18, 2016 Share Posted October 18, 2016 Edit config/defines.inc.php and change the value of _PS_MODE_DEV_ from false to true. You should get an error message that tells you which module is causing the problem, or whether it's a server configuration problem. Link to comment Share on other sites More sharing options...
bumpersales Posted October 19, 2016 Author Share Posted October 19, 2016 Edit config/defines.inc.php and change the value of _PS_MODE_DEV_ from false to true. You should get an error message that tells you which module is causing the problem, or whether it's a server configuration problem. Thanks, i did the edit from false to true & uploaded the file back. Where can i see the error file log etc? the site http://shop.bumpersales.in/ is still not loading just shows "waiting for shop.bumpersales.in/" Link to comment Share on other sites More sharing options...
rocky Posted October 19, 2016 Share Posted October 19, 2016 Click the "Modules & Services" tab where you were getting the Internal Server Error and you should get an error message instead. Link to comment Share on other sites More sharing options...
bumpersales Posted October 19, 2016 Author Share Posted October 19, 2016 Under Modules & Services on the left bar, i get the below options : Modules & Services - Not Working (Still giving below mentioned error) Modules & Themes Catalog - Working Positions - Not Working Payment - Not Working Error Page i get when i click on Modules & Services.... Modules & Services Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Link to comment Share on other sites More sharing options...
rocky Posted October 19, 2016 Share Posted October 19, 2016 So strange. Turning on debug mode should have given an error message instead of an Internal Server Error message. You'll have to check the PHP error log in your cPanel instead. Link to comment Share on other sites More sharing options...
shokinro Posted October 19, 2016 Share Posted October 19, 2016 also make sure if following line is set to "on". if (_PS_MODE_DEV_ === true) { @ini_set('display_errors', 'on'); 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