Open file configuration.php. Set value default for error_reporting.
$error_reporting = 'default';
Add these lines at last of the file configuration.php.
ini_set( 'display_errors', true );
error_reporting( E_ALL );
Now hit the same page again in browser, it shows the error message.
No comments:
Post a Comment