Answer the question
In order to leave comments, you need to log in
How to enable error display in OpenCart 3?
Error 500 when entering the site or in the admin panel. The logs are empty, the hosting logs are also empty.
How to enable PHP error display?
If you try like this:
1) .htaccess file:
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
display_errors = On;
error_reporting = ~E_ALL;
ini_set('error_reporting', E_ALL);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question