Tuesday 7 January 2014

Owncloud 6: could not find driver

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