How to enable developer mode?
Enabling developer mode
This message is displayed if an error occurs in the script:
To see all error information you need to enable developer mode:
Replace in file `{your_domain}/includes/config.inc.php`
with
This message is displayed if an error occurs in the script:
Enable DEBUG mode to see message or check `{file}` file!
To see all error information you need to enable developer mode:
Replace in file `{your_domain}/includes/config.inc.php`
define("V_DEBUG", 0);
define("V_DEBUG", 1);