Quote:
Originally Posted by pavithrap
Hi ,
But once I execute the code, I get the following error. The above piece of code I had picked from zend website.
<b>Fatal error</b>: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The sqlite driver is not currently installed' in C:\Program Files\Zend\ZendStudio-5.5.1\bin\ZendFramework\library\Zend\Db\Adapter\Pd o\Abstract.php:104
Could anyone please help me with this??? plz..
|
From your error message I saw you are on Windows.
Locate the used php.ini file and search for Windows extensions.
Make sure you have:
extension=php_pdo.dll
extension=php_pdo_sqlite.dll
(remove the ; before those lines)
/friedhelm