beetea2 Posted March 15 Posted March 15 On my local test site I am locked out of both the front end and the back end with error 500. How can I turn on error reporting? Or otherwise decode the encrypted error message? In php.ini I set display_errors = on I added ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL); to config/config.inc.php What else can I try?
0 beetea2 Posted March 15 Author Posted March 15 I got it: set config/defines_custom.inc.php define('_PS_MODE_DEV_', true);
Question
beetea2
On my local test site I am locked out of both the front end and the back end with error 500.
How can I turn on error reporting? Or otherwise decode the encrypted error message?
In php.ini I set
display_errors = on
ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL);
to config/config.inc.php
What else can I try?
1 answer to this question
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