Hi i\'m received the could not find driver error when trying to connect to sqlite via a php file. I\'ve set permission to 777... PHP Version 5.2.16, i have
You need
[PDO_SQLITE] extension=pdo_sqlite.so
to be enabled, for sqlite:.subscribers.db
sqlite:.subscribers.db
or, for windows:
[PHP_PDO_SQLITE] extension=php_pdo_sqlite.dll
And ofcourse this extension in your ext directory
ext