Knowledge Base

PHP Warning stops script execution.

Article ID: 488
Last updated: 2 Feb, 2023

Error message/code:

PHP Warning: Undefined ...

Description:

PHP Warning stops script execution.
The reason is that, in PHP.ini, log_errors=on but error_log is undefined.

Solution:

In PHP.ini set error_log = syslog

Article ID: 488
Last updated: 2 Feb, 2023
Revision: 1
Access: Public
Views: 425
Comments: 0