[imp] PostgreSQL setup problem?

Barry Flanagan barryf-imp@digiserve.ie
Fri, 8 Mar 2002 14:50:43 +0000


On Friday 08 March 2002 14:22, you wrote:
> Sorry if this got covered already, I didn't see it in a quick archive
> search.
>
> IMP 3.0, PgSQL 7.1.3, PHP 4.0.6 with updated PEAR
>
> When trying to login, I get the following.  The database name is 'horde',
> db username is 'horde'.  I can use psql and successfully get into the
> database. Any ideas what I missesd?
>

Looks like you are missing the hostspec in config/horde.php:


$conf['prefs']['params']['hostspec'] = 'localhost';

Hope this helps.


-Barry Flanagan