HH Services Limited Posted June 19, 2014 Share Posted June 19, 2014 Hi everybody, everything in my stre works fine, but if I try to make a change to any of my products....5 minutes of waiting and sometimes I get a blanck page.... Does anybody know why and how to fix it? Thank you in advance Link to comment Share on other sites More sharing options...
El Patron Posted June 19, 2014 Share Posted June 19, 2014 check your hosting error log and/or turn on PrestaShop errors in config/defines.inc.php define('_PS_MODE_DEV_', true); make sure to turn off after you noted the error, then you can search on it for similar issue 1 Link to comment Share on other sites More sharing options...
HH Services Limited Posted June 20, 2014 Author Share Posted June 20, 2014 Thank you El Patrón... I went to sleep and after 6 hours the problem got fixed without me doing anything.... another mystery... Anyways, by turning on the option that El Patron suggested, what would have I accomplished? What would it have done, what is it for? Thank you. Link to comment Share on other sites More sharing options...
vekia Posted June 28, 2014 Share Posted June 28, 2014 this option is not a fix, this feature is a first step i debug process with error reporting turned on you will see what exactly doesnt work in your shop. then it will be necessary to fix it :-) 1 Link to comment Share on other sites More sharing options...
HH Services Limited Posted June 28, 2014 Author Share Posted June 28, 2014 Thank you Vekia... How do I turn on the error reporting? Link to comment Share on other sites More sharing options...
vekia Posted June 28, 2014 Share Posted June 28, 2014 prestashop above v1.5.3 open: config/defines.inc.php find this line: define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
Recommended Posts