You can turn off or disable php warnings adding those lines to .htaccess file.
php_value error_reporting 0
php_value display_errors 0
You can turn off or disable php warnings adding those lines to .htaccess file.
php_value error_reporting 0
php_value display_errors 0