Disable PHP Notice: Undefined variable in PHP.ini

Edit the PHP.ini file and set:

error_reporting = E_ALL & ~E_NOTICE | E_STRICT

More information:

http://php.net/error-reporting

More Related Posts