Which PDO driver is it looking for? I did a little digging and thought it might have been the mysql driver so i installed it, restarted apache, deleted the admidio folder from web directory and copied over a clean directory. then i went through the installation again and again i got the same error. I am trying to install this on a Digital ocean droplet on Ubuntu 14.04, using mysql 5.5.54-0ubuntu0.14.04.1, PHP 5.5.9-1ubuntu4.21, and Apache/2.4.7 (Ubuntu). If anybody can shed some light upon this problem I would greatly appreciate it. Thanks.The connection to the database failed!
The following error occurred:
The requested PDO driver is not supported
The requested PDO driver is not supported
The requested PDO driver is not supported
I went through the installation instructions posted online. I went through all the setup instructions that were presented to me after navigating to http://www.your-domain.org/admidio/index.php. After I enter all the required information i am presented with a screen that says
Re: The requested PDO driver is not supported
Have yo set "$gDbType" in "config.php"? If yes: what is the value?
Re: The requested PDO driver is not supported
We support MySql and PostgreSql, so you need the PDO driver for your choosen database. In most cases it should be MySql.
Maybe it's something wrong with your installation of the pdo driver ?!?
Maybe it's something wrong with your installation of the pdo driver ?!?
Re: The requested PDO driver is not supported
Is PHP 5 supported in 3.2.4?fasse hat geschrieben:We support MySql and PostgreSql, so you need the PDO driver for your choosen database. In most cases it should be MySql.
Maybe it's something wrong with your installation of the pdo driver ?!?
Re: The requested PDO driver is not supported
Yes, PHP 5.3.7 and above.
Re: The requested PDO driver is not supported
How do i go about troubleshooting the PDO driver? Looking at the PHP manual online, it tells me that installing php5-mysql from the ubuntu repositories will install the PDO_MYSQL extension. Is there more I have to do? I'm pretty green when it comes to php. Thanks again for the help.fasse hat geschrieben:Yes, PHP 5.3.7 and above.
Brian
Re: The requested PDO driver is not supported
B_Hay hat geschrieben:How do i go about troubleshooting the PDO driver? Looking at the PHP manual online, it tells me that installing php5-mysql from the ubuntu repositories will install the PDO_MYSQL extension. Is there more I have to do? I'm pretty green when it comes to php. Thanks again for the help.fasse hat geschrieben:Yes, PHP 5.3.7 and above.
Brian
Ok, so I just installed Ubuntu 14.04 on my laptop and quickly went through the installation. It worked. From what I understand, Digital Ocean creates their own packages. This would lead me to believe they have done something to the PDO driver.