Yes, i stumbled upon this error too. Long story short, if you have SQLite (don't do this if your DB driver isn't SQLite!), open
/etc/php5/conf.d/sqlite3.ini
and make sure its contents are:
# configuration for PHP SQLite3 module
extension=pdo_sqlite.so
extension=sqlite3.so