Usually the error occurs when PDO is not enabled and pdo sqlite could not find driver.
Go to your php.ini configuration file and uncomment or add
make sure that also
Restart your web server.
Go to your php.ini configuration file and uncomment or add
extension=php_pdo_sqlite.dll
make sure that also
extension=php_sqlite3.dllis enabled.
Restart your web server.
Comments
Post a Comment