I’m migrating a Nextcloud server to another Rocky Linux server. At first I got this error in the browser:
Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.
And found it in the data/nextcloud.log
:
Failed to connect to the database: An exception occurred in the driver: could not find driver
Then I installed the missing driver but still I have an error but now there is nothing in the server log.
Already searched in /var/log/httpd
and /var/log/php-fpm/
How to debug?
I solved the problem by installing missing php modules. But still the question about the log persists.