From: | "David C(dot) Brown" <dbrown(at)centennialwines(dot)com> |
---|---|
To: | arun kv <arun(at)library(dot)iisc(dot)ernet(dot)in> |
Cc: | PGSQL <pgsql-php(at)postgresql(dot)org> |
Subject: | Re: Error"Unable to connect to PostgresSQL server: connectDBStart()" |
Date: | 2002-09-09 15:46:12 |
Message-ID: | 3D7CC244.7000303@centennialwines.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
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
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | hellau | 2002-09-10 16:30:05 | submitting varchar string from form / escape characters |
Previous Message | Chadwick Rolfs | 2002-09-09 14:46:46 | Re: Error"Unable to connect to PostgresSQL server: connectDBStart()" |