Current Page: 1 of 1
Results 1 - 2 of 2
11 years ago
northlandiguana
The apache_error.log doesn't record anything when I get this error. When I went to the php_error.log through wamp, it said the file hadn't been created yet. I installed Postgres with PostGIS as part of the OpenGeo Community Suite. I followed the instructions in the link to step 14 and got the following from localhost: Your PHP installation does not support PostgreSQL. You need to recompile PHP
Forum: WampServer English
11 years ago
northlandiguana
Help! I am trying to connect to a Postgres database and can't get the server to connect. When I execute this php script: $conn = pg_connect("dbname=wikimap user=postgres password=postgis host=localhost port=54321" if (!$conn) { echo "Not connected : " . pg_error(); exit; } I get this error: <b>Fatal error</b>: Call to undefined function pg_connect()
Forum: WampServer English
Current Page: 1 of 1