• I just downloaded wordpress-4.1.2.zip and sqlite-integration.1.8.1.zip and unzipped them locally in a system with the following specifications:

    • Apache: Apache/2.4.7 (Ubuntu)
    • PHP: 5.5.9-1ubuntu4.9
    • I stored sqlite-integration folder in plugins folder, and moved db.php file to wp-content folder and generated the required keys…
      The result was this message:

      PDO Driver for SQLite is missing.
      Your PHP installtion appears not to have the right PDO drivers loaded. These are required for this version of WordPress and the type of database you have specified.

      Did I miss something?
      Thanks in advance for the help.

    https://www.ads-software.com/plugins/sqlite-integration/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Do you have php5-sqlite installed?

    Thread Starter Anas R.

    (@anasr)

    Yes, it’s version 5.5.9+dfsg-1ubuntu4.9.

    Posting php logs will be helpful…

    Thread Starter Anas R.

    (@anasr)

    Where can I get it from?

    Recently, I added these lines to /etc/php5/apache2/php.ini:

    [Pdo]
    extension=pdo.so
    extension=pdo_mysql.so

    The PDO error message disapeared, but I’m getting now this error message:

    Unable to create the required directory! Please check your server settings.

    By default php outputs its log to syslog.

    pdo_mysql.so is unnecessary. For the last error, check your permissions (and ownership). Has to be writable for php and apache.

    Thread Starter Anas R.

    (@anasr)

    By default php outputs its log to syslog.

    Well then, how to get php logs?

    Has to be writable for php and apache.

    How? I store a lot of PHP files in this directory, and they all work properly, except WordPress directory.

    Well then, how to get php logs?

    Put your syslog up here with whatever php related.

    How? I store a lot of PHP files in this directory, and they all work properly, except WordPress directory.

    Check and change the ownership of those files to whatever apache uses. Use chown.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘PDO Driver for SQLite is missing’ is closed to new replies.