Most vhosts allow their customers to use a LOCAL php.ini, which means he file would go in your public_html/root folder, you can also place it in your forums folder as well.
Add the line:
display_errors = Off
Save and upload to your server via ftp
You can also place that in a .htaccess file
php_flag display_errors =Off
Examples of things you can adjust are in my sig.
|