0
I’m using the WampServer
with the Postgres
installed on my local machine and when I access the application occurs the error below:
Fatal error: Uncaught Exception 'Zend_db_adapter_exception' with message 'The pgsql driver is not Currently installed' in ...
In php.ini apache and php is already installing the module below
extension=php_pdo_pgsql.dll
But still the same error occurs?
extension=php_pdo_pgsql.dll
this is the PDO module for Postgres, you have to install the moduleextension=php_pgsql.dll
– novic
already installed mudulo Extension=php_pgsql.dll
– hulckb
Make a phpinfo() page and check that the module has been loaded?
– novic
does not display the php_pgsql.dll module in phpinfo
– hulckb
extension=php_pgsql.dll
andextension=php_pdo_pgsql.dll
Postgresql Support does not appear in phpinfo?– novic
Checked if in the folder
ext
do wamp exist these two dll? I believe I have done the process correctly.– rray
there is no such folder
– hulckb
Any other hint ?
– hulckb
You must have a folder in wamp installation with these dlls
– rray