Server needs PDO mysql driver installed.
boombatower - October 16, 2008 - 20:27
| Project: | Test driven development infrastructure |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
When testing.drupal.org/new attempts to install Drupal 7 HEAD it gets this through the installer.
Database configuration
Your web server does not appear to support any common database types. Check with your hosting provider to see if they offer any databases that Drupal supports.Ran through code and came across:
PDO::getAvailableDrivers()The method returns the following on t.d.o:
Array ( [0] => sqlite2 [1] => sqlite ) Obviously that is an issue since we need to use mysql.
Anyone with more experience in that area would be appreciated. I'm good in my distro, but unfamiliar in others when it comes to things like this.

#1
#2
Automatically closed -- issue fixed for two weeks with no activity.