I got reports on Notices for undefined index, but quickly added
@error_reporting(E_ALL ^ E_NOTICE);
in the /core/start.php This was meant as a temporary fix, all code that could generate a Notice should be corrected.
Log in to post a comment.