I\'m checking the configuration of my PHP server and I need to set the following parameter as follows:
error_reporting set to E_ALL & ~E_NOTICE
E_ALL & ~E_NOTICE
Note, that error_reporting(-1); will report all and any PHP errors.
error_reporting(-1);