[RESOLVED] Call to undefined function pg_query (), Wamp Server PostgreSQL
[RESOLVED] Call to undefined function pg_query (), Wamp Server PostgreSQL
[RESOLVED] Call to undefined function pg_query (), Wamp Server PostgreSQL
to install our beloved localhost test server, and try to start connecting with the great aand PHP DB Manager PostgrSQL we noticed a very common mistake that would be Call to undefined function pg_query () which is solved by doing the following:
1 ..- activate our php.ini extensions that brings WampServer, and extensions that we have are:
2. NEXT go to the route:
C: \ wamp \ bin \ php \ php5.4.3
We place the library call:
C: \ wamp \ bin \ apache \ apache2.2.22 \ bin
and paste the file you just copied (Ctrl + v).
to install our beloved localhost test server, and try to start connecting with the great aand PHP DB Manager PostgrSQL we noticed a very common mistake that would be Call to undefined function pg_query () which is solved by doing the following:
1 ..- activate our php.ini extensions that brings WampServer, and extensions that we have are:
php_pgsql.dll
, php_pdo_pgsql.dll
these extensions are enabled clearing to the point semicolon (;) is in front of the name (Example:; php_pdo_pgsql.dll remove it; there are forward and becomes: php_pdo_pgsql.dll ), save changes in php.ini. 2. NEXT go to the route:
C: \ wamp \ bin \ php \ php5.4.3
We place the library call:
libpq.dll
the Copy (Ctrl + c), dirijimos ourselves to the following path: C: \ wamp \ bin \ apache \ apache2.2.22 \ bin
and paste the file you just copied (Ctrl + v).
cd: http://solucionesdesarrollo.blogspot.com/2013/10/resolved-call-to-undefined-function.html
Comments
Post a Comment