I'm using WampServer
with Postgres
installed on my local machine and when I go to the application the following error occurs:
Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The pgsql driver is not currently installed' in ...
In the php.ini of apache and php already installed the module below
extension=php_pdo_pgsql.dll
But still the same error occurs?