I installed OC9 (with MYSQL, php 7.0, apache2 and phpmyadmin on Raspbian 8).
After generating a database with my phpmyadmin I get the following error message:
Keine Datenbanktreiber (SQLite, MYSQL, oder PostgreSQL) installiert.
PHP-Module wurden installiert, werden aber als noch fehlend gelistet?
Bitte fragen Sie Ihren Server-Administrator zum Neustart des Webservers.
I checked a lot of things in different forums, but I can’t solve this problem.
Can anybody help me? What information do you need?
Thanks a lot.
There is an installation documentation available at [1] explaining which database drivers are required. How to install these depends on your used linux distro and you can follow some generic tutorials available on the net how to install and enable these.
I already know your target link and tried to find a solution last days, too.
But I tried again:
php -m | grep -i pdo_mysql
shows this result
pdo_mysql
So I see, the mysql-modul is already installed, but it didn’t work.
I furthermore followed this link and installed the following modules and migrated my mysql database to Maria-db, but it didn’t help to solve my problem.
This should imply that the database connection is working. My PDO drivers also include sqlite (even though I’m not using a sqlite database), can you post the mysql*-section as well?