0
Welcome Guest! Login
0 items Join Now

what is PHP Sqlite PDO driver

  • what is PHP Sqlite PDO driver

    Posted 12 years 6 months ago
    • Hello
      Recently I tried to install the Rocket Theme RocketGallery component but I got this error:
      "Minimum requirements not met. Installation failed The PHP Sqlite PDO driver is needed but not installed. "
      So what do I need to install on my server to fix this error?
      This is my computer information:

      OS : Windows
      PHP : 5.2.9
      MySQL : 5.1.33-community
      GZIP : Disabled

      I appreciate your help in forehand.
  • Re: what is PHP Sqlite PDO driver

    Posted 12 years 6 months ago
  • Re: what is PHP Sqlite PDO driver

    Posted 10 years 1 month ago
    • Hi Rocket Theme Support,
      Receiving the same issue when installing RokSprocket for Wordpress....even though hosting is using MySQL as appoased to SQLite??
  • Re: what is PHP Sqlite PDO driver

    Posted 10 years 1 month ago
    • No reply as to why SQLite is required if you are using MySQL?
  • Re: what is PHP Sqlite PDO driver

    Posted 10 years 1 month ago
    • I am having the same issue since upgrading to 2.06. Unfortunately, I can't access the article referenced above.

      Here is what phpinfo() shows is installed relating to PDO and sqlite. What else do I need?


      PHP Version 5.3.27
      PDO
      PDO supportenabled
      PDO driversmysql, sqlite2


      pdo_mysql
      PDO Driver for MySQLenabled
      Client API version5.5.33

      DirectiveLocal ValueMaster Value
      pdo_mysql.default_socket/var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock


      SQLite
      SQLite supportenabled
      PECL Module version2.0-dev $Id$
      SQLite Library2.8.17
      SQLite Encodingiso8859

      DirectiveLocal ValueMaster Value
      sqlite.assoc_case00

    • Last Edit: 10 years 1 month ago by Greg Wright.
  • Re: what is PHP Sqlite PDO driver

    Posted 9 years 7 months ago
    • Hi, have anyone of you solved this issue?... Also I have it !... Please Help !
      Thanks in advance.
      Marco
    • Marco Ovalle
    • eddus's Avatar
    • eddus
    • Newbie
    • Posts: 3
    • Thanks: 1

    Re: what is PHP Sqlite PDO driver

    Posted 9 years 7 months ago
    • PDO_SQLITE is just a driver that implements the php data objects (PDO), in other words, the interface to enable access to SQLite 3 databases (which are feature rich than SQLite 2), unfortunately the changes you need will require your hosting provider to take a look at them like installing packages on a unix box or simply by remove the documentation on the php.ini for:

      extension=php_pdo_sqlite.dll
      extension=php_sqlite.dll

      I hope this helps.
    • The following users have thanked you: Annemarie

Time to create page: 0.064 seconds