Open the .htaccess file or create it in the directory of the script and add the following:
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0
This may be used for deprecated messages in Joomla including strict standards, non-static, jquery, methods called statically and others.