1 réponse
Hello,
Open the phpinfo.php page in your browser and locate the php configuration file indicated on the "Loaded configuration file" line.
In the php configuration file, uncomment the following line to enable the module:
extension=pdo_mysql
Then restart the web server.
The other required modules are indicated here:
https://docs.nextcloud.com/server/latest/admin_manual/installation/php_configuration.html#php-installation

