display_errors is enabled

It is not recommended to run a PHP application with the INI setting display_errors=on, because this can leak internal errors and error messages to end-users.

This setting can be changed in the php.ini for PHP-FPM or Apache:

display_errors=0
-----
Still need help? Email [email protected]