Re: phpPgAdmin problem - Mailing list pgsql-general

From Robert Treat
Subject Re: phpPgAdmin problem
Date
Msg-id 1027965282.24083.26.camel@camel
Whole thread Raw
In response to phpPgAdmin problem  (Markus Jais <info@mjais.de>)
Responses Re: phpPgAdmin problem
List pgsql-general
a couple of questions,

which version of apache are you using?
which browser are you using?
are any error messages reported back on the screen?
what error message is produced in your postgres log files?

also you might want to grab an update from the cvs if possible.

Robert Treat
phpPgAdmin team


On Fri, 2002-07-26 at 16:33, Markus Jais wrote:
> hello
>
> I have a problem with phpPgAdmin_2-4-2
>
> my config file looks like this:
>
> $cfgServers[1]['local']         = true;
> $cfgServers[1]['host']          = 'localhost';
> $cfgServers[1]['port']          = '5432';
> $cfgServers[1]['adv_auth']      = true;
>
> $cfgServers[1]['user']          = '';   // if you are not using adv_auth, e
> nter the username to connect all the time
> $cfgServers[1]['password']      = '';   // if you are not using adv_auth
> and a password is required enter a password
> $cfgServers[1]['only_db']       = '';   // if set to a db-name, only this
>  db is accessible
>
>
> they say that I should not enter a username if I use adv_auth
> but I can not connect. even when I enter a username and a password
> nothing happens
>
> what I am doing wrong ??
> I have
> postgresql-7.2.1
> php 4.2.1
> RedHat 7.3
> phpPgAdmin_2-4-2
>
> markus
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org




pgsql-general by date:

Previous
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: Importing data
Next
From: Markus Jais
Date:
Subject: Re: phpPgAdmin problem