How to enable developer mode?

Views 5
Date Mar 23, 2015 (9 years, 1 week, 1 day, 13 hours ago)
#1
Enabling developer mode

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);
with
define("V_DEBUG", 1);

^
Run Tasks