View Single Post
  #3 (permalink)  
Old 03-30-2008, 11:29 AM
friedhelm friedhelm is offline
Junior Member
 
Join Date: Mar 2008
Posts: 12
Default Enable php_pdo_sqlite.dll

Quote:
Originally Posted by pavithrap View Post
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
Reply With Quote