How can I turn off PHP error output?

To disable error output in your script, use:

error_reporting (0);

Remember that you need to call this function before starting any PHP directives.

You can also use this code in the .htaccess file to disable error output:

php_flag display_errors off

  • 95 Users Found This Useful
Was this answer helpful?

Related Articles

Cron task not working when installing Drupal

To create a cron task, follow these steps: 1. You need to create a cron task in Control Panel -...

MySQL server does not work! (Error 28)

Please try to start restoring the database by going to Control Panel - Databases, select the...

I am getting Internal Server Error (500)

This error is generalized when there is a problem the server cannot process a request to the site...

I can see the old site content after uploading new files

Most likely, your browser keeps old copies in the cache for fast loading of your site. You need...

Help, Adsense is not showing

If your ad is not showing, please make sure you paste the code between the "body" tags. If you...