php_error_logging
Turn on php logging edit: /etc/php.ini
You can use the following command to find out where the php logs are written:
grep error_log /etc/php.ini
Uncomment or edit to look like the following:
log_errors = on
error_reporting = E_ALL
php_error_logging.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1