Обсуждение: Error"Unable to connect to PostgresSQL server: connectDBStart()"
hello, I am using PHP to connect to postgresql server. Till now it was working fine and PHP was connecting sql server without any problems. Suddenly today i am getting an error or warning which says 'Warning: Unable to connect to PostgresSQL server: connectDBStart() -- unknown hostname: localhost in /var/www/html/phpfiles/others/othersbrowse.php on line 20 Warning: Supplied argument is not a valid PostgreSQL link resource in /var/www/html/phpfiles/others/othersbrowse.php on line 25 ERROR IN EXECUTION' I am not getting what the problem was. Beform some times it used to come but when i restarted the system it used to work fine. Pls anybody tell me what the problem is and any suggestions pls since the server has to run all the 24 hours and 365 days. thanks in advance Arun
It says it cannot resolve "localhost" Do you have it defined in your /etc/hosts file (or c:\windows\hosts)? Once it fails to resolve localhost it cannot create a connection to the database which in turn is the next operation on that connection (that you didn't create) fails with the second error message. Dave arun kv wrote: > > hello, > I am using PHP to connect to postgresql server. Till now it was > working fine and PHP was connecting sql server without any problems. > Suddenly today i am getting an error or warning which says > 'Warning: > Unable to connect to PostgresSQL server: connectDBStart() -- unknown > hostname: localhost in /var/www/html/phpfiles/others/othersbrowse.php on > line 20 > Warning: Supplied argument is not a valid PostgreSQL link > resource in /var/www/html/phpfiles/others/othersbrowse.php on line 25 > ERROR IN > EXECUTION' > > > I am not getting what the problem was. Beform some times it used to come > but when i restarted the system it used to work fine. > Pls anybody tell me what the problem is and any suggestions pls since the > server has to run all the 24 hours and 365 days. > thanks in advance > Arun > > > > >---------------------------(end of broadcast)--------------------------- >TIP 6: Have you searched our list archives? > >http://archives.postgresql.org > > >