Posted by boombatower on October 16, 2008 at 8:27pm
Jump to:
| Project: | Test driven development infrastructure |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#1
#2
Automatically closed -- issue fixed for two weeks with no activity.