Quoted
Code view
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