I’m looking for the PHP error logs. php-fpm
must be logging the error somewhere.
Could you try running:
php --info | findstr /r /c:"error_log"
This might show you where the logs are configured to be written to.
I’m looking for the PHP error logs. php-fpm
must be logging the error somewhere.
Could you try running:
php --info | findstr /r /c:"error_log"
This might show you where the logs are configured to be written to.