Install 2.3 with sqlite what dir does sqlite3.dll go into?
|
ardcarmvk
Joined: 2008-07-27
Posts: 1 |
Posted: Sun, 2008-07-27 06:35
|
|
I am in the process of installing 2.3 RC 1 with sqlite 3.6. I am not sure where to put the sqlite3.dll file to get connectivity to the database. localhost: Connection attempt failed: could not find driver |
|

Posts: 15
ardcarmvk,
If I understand correctly, you don't neet to put it anywhere as PHP 5.2.6 includes SQLite3. Configuring it should be enough:
http://www.php.net/manual/en/sqlite.installation.php (this is for SQLite2, but may help you)
Posts: 1
I am having the same problem with 2.3 final release. When I talk to the host, the say PHP 5 is set up and SQLite is set up, I should be able to make an sqlite db. I can make one on my own, but I cannot get Gallery2 to install. I get the same error (localhost: Connection attempt failed: could not find driver) and can't pass step 5.