Jump to content
thirty bees forum

Question

Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...