crimsoncarnage Posted June 18, 2012 Report Share Posted June 18, 2012 I've enabled php_sqlite3.dll in my UniServer. However, when I try to add a database in phpliteadmin, it fails, even though the extension is installed. Also, no error message appears, and it says that the program can't diagnose the problem and it also says I should contact the person who wrote phpliteadmin. I even tried the program Adminer, but it says this error message. "Please use one of the extensions db, sdb, sqlite." The db and sdb extensions aren't installed in php. I tried looking in the access and error logs and nothing was shown. The pdo SQLite extension is disabled too. So I've got an extension that doesn't seem to cooperate with PHP. What do I do? Quote Link to comment Share on other sites More sharing options...
Ric Posted June 18, 2012 Report Share Posted June 18, 2012 There are two PHP extensions that require enabling: php_sqlite3.dll php_pdo_sqlite.dll Note:"Please use one of the extensions db, sdb, sqlite." These are not PHP extensions they are file extensions you provide when saving a database file e.g. test_db.sqlite All the bestRic Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.