Problem setting up your database,

Issue #400 new
Tim Napier created an issue

Checking supported SQLite PHP extensions…

PDO:installed, PDO SQLite Driver: not installed, SQLite3: not installed, SQLiteDatabase: not installed …done.

Have tried a number of troubleshooting(s), including uninstalling Sqlite3, and phpliteadmin.php, and just keep getting this page that won’t let me create a database, and tells me those pieces of software are not installed.

Any help would be much appreciated.

Comments (7)

  1. Tim Napier reporter

    Yes, Debian (RaspberryPi), and I did try apt-get install php-sqlite3, but, haven’t re-tried it after the last re-install.

    Thank you

  2. Tim Napier reporter

    No, unfortunately, it (apt-get install pho-sqlite3) did not work for getting a database via phpliteadmin.pop for me.

  3. phpLiteAdmin repo owner

    if you are not working aa root, you need to prefix it with sudo. Please try:

    sudo apt-get install php-sqlite3

  4. Tim Napier reporter

    Thank you, definitely have been using sudo, before my commands. But, has not fixed the problem.

  5. Pink Pantherchen

    It also depends on the PHP-Version .. in Ubuntu for example its:
    apt-get install php8.0-sqlite3

  6. Log in to comment