HostyDotNet LLC, Hosty.Net
Please Login or Register

Knowledgebase

Is PHP error reporting turned on

No. It is a security risk to turn this on for all accounts. If you wish to have error reporting turned on please use the following code in your script:

Code: ( php )
  1. <?php
  2. error_reporting(E_ALL);
  3. ini_set('display_errors', true);
  4. //  Rest of the PHP code
This is typically put at the beginning of each page you wish to view errors on.


Was this answer helpful?

Add to Favourites Add to Favourites

Print this Article Print this Article

Also Read

Language:

Quick Navigation

Client Login

Email

Password

Remember Me

Search