SharonG Posted May 27, 2009 Share Posted May 27, 2009 Hi,I apologise if this is a silly question, but is there any way of changing the error reporting level on Prestashop?My situation is that I have installed the shop, but am having to rewrite bits of code to meet my needs, and when something goes wrong with my coding, I just get a blank page. Can error messages be displayed by changing a setting somewhere? in other words, are there different levels of 'debugging' or error reporting?Thanks for your help. Link to comment Share on other sites More sharing options...
soju Posted May 27, 2009 Share Posted May 27, 2009 take a look at config/config.inc.php, you just have to enable display_errors, and eventually add error_reporting directive Link to comment Share on other sites More sharing options...
SharonG Posted May 27, 2009 Author Share Posted May 27, 2009 Thanks so much soju. I enabled display_errors (somehow I hadn't spotted that line, cos it was right at the top!). Not sure what you mean about the error_reporting directive - can't find anything in the file that refers to that.Maybe it will work without it though.Thanks again!Sharon 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