Re: function not valid

From: Philipp Ottlinger <ottlinger(at)computer-systeme(dot)de>
To: Postgres Liste <pgsql-php(at)postgresql(dot)org>
Subject: Re: function not valid
Date: 2003-03-31 16:51:32
Message-ID: 3E887214.2050008@computer-systeme.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Devi Munandar wrote:
> ************************************
1:

> Warning: pg_connect() unable to connect to PostgreSQL server: FATAL 1: No
> pg_hba.conf entry for host 127.1.1.0, user postgres, database pegawai in
> /var/www/html/pgclass/database.inc.php on line 94
2:

>
> Warning: pg_exec(): supplied argument is not a valid PostgreSQL link
<snip>

> resource in /var/www/html/pgclass/database.inc.php on line 155

> *****************************************

2:
Did you compile PHP with postgresql-support ?

1:
Furthermore you need to start and create a database - please follow the
documentation of your postgresql package or see
http://www.postgresql.org/docs/

After having started the database you have to adjust your local
pg_hba.conf-File and restart the DB.
If this operation completed successfully try to add a dumyy user, which
you use in your php to connect to the DB.

Yours,
Philipp

--
Philipp Ottlinger
cS Computer & Systeme GmbH
Menckenstr. 29

12169 Berlin
Tel. +49-30-79748317
Fax +49-30-7226748
E-Mail:ottlinger(at)computer-systeme(dot)de

In response to

Browse pgsql-php by date

  From Date Subject
Next Message David C. Brown 2003-03-31 17:00:04 Re: function not valid
Previous Message Devi Munandar 2003-03-31 10:39:11 function not valid