When I try to load Drupal, I get the error "The website encountered an unexpected error. Please try again later."
I find a corresponding 500 response code for "GET /drupal/ HTTP/1.1" in /opt/bitnami/apache2/logs/access_log
However, I can't find the corresponding detailed error message in /opt/bitnami/apache2/logs/error_log
locate log | grep error
does not reveal any other error logs.
/opt/bitnami/php/var/log/php-fpm.log
is empty.
locate log | grep php
does not reveal any other php logs.
Where would I find the text of the 500 error?