Welcome Guest, Not a member yet? Register   Sign In
error: could not find driver
#2

[eluser]OwanH[/eluser]
Hey mpc, just a few suggestions:

1. Check with your host to see the PDO/SQLite extension has been installed on your web hosting server.

2. If it has, create a PHP.ini file in your document root (since you said your web hosting outfit allows that) and make sure it contains the following line:

Code:
extension=pdo.so

This makes sure that the PDO extension will be loaded automatically when PHP runs.

3. If this still doesn't solve the problem then try using the phpinfo() function to see if PDO/SQLite is listed as an installed and loaded module. If you don't see it then it means your host does *NOT* have it installed.


Messages In This Thread
error: could not find driver - by El Forum - 07-08-2007, 08:27 PM
error: could not find driver - by El Forum - 07-10-2007, 12:16 PM
error: could not find driver - by El Forum - 07-10-2007, 01:20 PM
error: could not find driver - by El Forum - 07-10-2007, 02:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB