Closed GoogleCodeExporter closed 8 years ago
Installer simply checks if the sqlite library is available with following code:
function_exists('sqlite_open')
So Mollify expects "just" SQLite (see http://php.net/manual/en/book.sqlite.php)
when you have SQLite3 (see http://php.net/manual/en/book.sqlite3.php)
They have totally different API, and Mollify does not (yet) have SQLite3
support.
Original comment by samuli.j...@gmail.com
on 9 Jan 2013 at 8:11
Added in version 2.1.6 (with settings db type "sqlite3")
Original comment by samuli.j...@gmail.com
on 15 Oct 2013 at 11:21
Original issue reported on code.google.com by
wallacej...@gmail.com
on 8 Jan 2013 at 10:46