Issue creating or accessing a database (Ubuntu)

Issue #288 invalid
Former user created an issue

There was a problem setting up your database, /home/ubuntu/.gvm/pkgsets/go1.4.3/global/bin/apitxn.db. An attempt will be made to find out what's going on so you can fix the problem more easily.

Checking supported SQLite PHP extensions...

I have installed phpliteadmin on my Ubuntu server. I have a working version of sqlite3 which I can acces from the command shell. I did the following steps:

  1. sudo apt-get install sqlite3 libsqlite3-dev
  2. apt-get install php5-sqlite
  3. vi /etc/php5/apache2/php.ini, changed extension dir to point to sqlite3.so
  4. sudo service apache2 restart However I continue to get the error below:

PDO: installed PDO SQLite Driver: installed SQLite3: installed SQLiteDatabase: not installed

...done.

The problem cannot be diagnosed properly. Please file an issue report at https://bitbucket.org/phpliteadmin/public/issues?status=new&status=open. See https://bitbucket.org/phpliteadmin/public/wiki/Installation for help.

Comments (2)

  1. phpLiteAdmin repo owner

    This looks like you try to open a SQLite 2 DB without the necessary driver installed. This will result in this error. Either install the SQLite 2 driver (which on recent ubuntu means you need to compile php yourself I guess) or move the sqlite 2 DB file out of PLA's search directory.

  2. phpLiteAdmin repo owner

    Seems to be no bug.

    Closed as no feeback from anonymous user after one year is expected. Please comment or open a net issue if you still get this problem.

  3. Log in to comment