Hello, i'm using vB 4.2.2 Patch Level 4 and i have problem because i can't hide errors like in this case:
/forumrunner/include/album.php
error [part]:
Code:
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in
and i have a few errors like this. I want to hide them, trying add
Code:
define('SKIP_ALL_ERRORS', true);
to config.php but nothing changed.