Version 4.1 of phpPgAdmin has a problem with PostgreSQL 8.1 as noted in this upstream bug report: http://www.nabble.com/--phppgadmin-Bugs-1625413---Error-during-login-t2902473.html Fix: The upstream bug report contains a fix from upstream CVS - which I have included below as a patch against the FreeBSD port of phpPgAdmin. How-To-Repeat: Install PostgreSQL 8.1 and attempt to use phpPgAdmin 4.1 with configuration "$conf['owned_only'] = true".
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer
dinoex 2007-02-07 12:53:45 UTC FreeBSD ports repository Modified files: databases/phppgadmin Makefile Added files: databases/phppgadmin/files patch-Postgres81.php Log: - fix postgresql-8.1 PR: 108832 Submitted by: Henrik Brix Andersen Obtained from: CVS Revision Changes Path 1.36 +2 -0 ports/databases/phppgadmin/Makefile 1.1 +11 -0 ports/databases/phppgadmin/files/patch-Postgres81.php (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed with some changes, thanks.