sonofppio Posted January 7, 2014 Share Posted January 7, 2014 I finished creating my first product, but when I go to my website to view it all I get is a blank page on Google Chrome and (HTTP 500 INTERNATIONAL SERVER ERROR) on explorerIs something not yet set up that I missed? Thanks in advance! Link to comment Share on other sites More sharing options...
vekia Posted January 8, 2014 Share Posted January 8, 2014 turn on error reporting, it's necessary in this case. then instead 500 error you will see full error code with information what and where doesnt work. it's first step in debug process. open config/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...
sonofppio Posted January 8, 2014 Author Share Posted January 8, 2014 Great... Where do I turn the error reports? Link to comment Share on other sites More sharing options...
vekia Posted January 8, 2014 Share Posted January 8, 2014 hello open config/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
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