Knowledgebase
Portal Home > Knowledgebase > **Server Configuration** > Is PHP error reporting turned on
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 ) <?php error_reporting(E_ALL); ini_set('display_errors', true); // Rest of the PHP code
This is typically put at the beginning of each page you wish to view errors on.
|
Add to Favourites
Print this Article
|
Also Read