Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused Is the server running on host "localhost" and accepting TCP/IP connections on port 5432? in /apps/web/ms_apps/framework_v3/gmap75.php on line 1835

Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /apps/web/ms_apps/framework_v3/gmap75.php on line 1854

Warning: pg_numrows(): supplied argument is not a valid PostgreSQL result resource in /apps/web/ms_apps/framework_v3/gmap75.php on line 1857
MapServer Atlas

Legend
 
Digir Record
Digir World
Cal Academy
Staging Table
Ecoregion
Administrative Boundaries
Countries
Cities
Road South Asia
Rivers
Regions
Redraw Map
 
  Quick View:  
World
 

Warning: [MapServer Error]: msDrawMap(): Failed to draw layer named 'sites'. in /apps/web/ms_apps/framework_v3/gmap75.php on line 1282

Warning: [MapServer Error]: msPOSTGISLayerOpen(): couldnt make connection to DB with connect string 'user=digir password=CSxyz540 dbname=digir'.
Error reported was 'could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? '.
This error occured when trying to make a connection to the specified postgresql server.
Most commonly this is caused by
(1) incorrect connection string
(2) you didnt specify a 'user=...' in your connection string
(3) the postmaster (postgresql server) isnt running
(4) you are not allowing TCP/IP connection to the postmaster
(5) your postmaster is not running on the correct port - if its not on 5432 you must specify a 'port=...'
(6) the security on your system does not allow the webserver (usually user 'nobody') to make socket connections to the postmaster
(7) you forgot to specify a 'host=...' if the postmaster is on a different machine
(8) y in /apps/web/ms_apps/framework_v3/gmap75.php on line 1282

Fatal error: Call to a member function on a non-object in /apps/web/ms_apps/framework_v3/gmap75.php on line 1343