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;
for me helped: //error_reporting(E_ALL);
in file startup.php