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:
1 |
grep error_log /etc/php .ini |
Uncomment or edit to look like the following:
1 |
log_errors = on |
1 |
error_reporting = E_ALL |
1 |
|
1 |
|
php_error_logging.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1