Programming Tips - php: my webpage is blank - how can I see the php errors
Date: 2024aug6
Language: php
OS: Linux
Q. php: my webpage is blank - how can I see the php errors
A. If you're using php-fpm server (probably)
there will be errors in /var/log/php-fpm/error.log
root permission is required to read it.