Answer posted by Dan Letecky [DayPilot]
8 years ago.

It looks like you'll need to enable SQLite PDO driver in php.ini config file (it's not enabled by default):

Windows:
[PHP]
; ...
extension=php_pdo_sqlite.dll
; ...
Linux:
[PHP]
; ...
extension=php_pdo_sqlite.so
; ...

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.