1. Home
  2. Knowledge Base
  3. Problems (EN)
  4. I don’t see any error in the PHP error log file

I don’t see any error in the PHP error log file

PHP error log configuration is , as in the rest of the configuration in the php.ini file. From version 1.2 we have add an option to the ./include/config.php file of the Web Console in order it doesn’t show any error.

This doesn’t have any influence on the rest of installed applications, that will continue using the php.ini directives, it will only affect to the Pandora FMS Web Console.

You can change this performance modifying in ./include/config.php this line:

 error_reporting(0);

(activated), or something like:

error_reporting(E_ALL);

(deactivated). It is recommended to check the PHP documentation in order to know other posible values of this function.

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support