I can\'t seem to disable error reporting in PHP - I have tried everything but \"Notice\" errors are still displayed.
My php.ini has
display_errors = Off;
you can simply use
ini_set('display_errors', 0);
on system/startup.php