The pgsql driver is not Currently installed

Asked

Viewed 893 times

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 module extension=php_pgsql.dll

  • already installed mudulo Extension=php_pgsql.dll

  • Make a phpinfo() page and check that the module has been loaded?

  • does not display the php_pgsql.dll module in phpinfo

  • extension=php_pgsql.dll and extension=php_pdo_pgsql.dll Postgresql Support does not appear in phpinfo?

  • Checked if in the folder ext do wamp exist these two dll? I believe I have done the process correctly.

  • there is no such folder

  • Any other hint ?

  • You must have a folder in wamp installation with these dlls

Show 4 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.