
Hello all. A quick grep show me these files that are including header.inc.php3 more than once. These are the files that should be looked into for login problems. jeremy@ROGUE ~/cvs-ro/phpMyAdmin $ egrep -in "require|include" * | grep "header\.inc\.php3" -- snip -- sql.php3:45: include("./header.inc.php3"); sql.php3:105: include("./header.inc.php3"); sql.php3:122: include("./header.inc.php3"); sql.php3:139: include("./header.inc.php3"); -- snip -- tbl_rename.php3:13: include("./header.inc.php3"); tbl_rename.php3:22: include("./header.inc.php3"); -- snip -- tbl_replace.php3:98: include("./header.inc.php3"); tbl_replace.php3:102: include("./header.inc.php3"); Jeremy -- Jeremy Brand :: Sr. Software Engineer :: +393485323988 :: jeremy@nirvani.net http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "LINUX is obsolete" -- Andy Tanenbaum, January 29th, 1992 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Get your own Free, Private email at http://www.smackdown.com/ On Thu, 26 Jul 2001, the following spilled from the mind of jeremy brand:
Date: Thu, 26 Jul 2001 15:42:39 +0200 (WEDT) From: jeremy brand <jeremy@nirvani.net> Reply-To: phpmyadmin-devel@lists.sourceforge.net To: phpmyadmin-devel@lists.sourceforge.net Subject: RE: [Phpmyadmin-devel] error redefining functions (was) Backport complete! please test...
Hello all,
Anyway, this really bothers me. Don't use that lat patch, it is a real hack and doesn't solve the real problem. We really should find out what is including header.inc.php3 more than once. Other things may break because of it also if this is not worked out.
The other possibility is that header.inc.php3 is not being included more than once, but something else is including ob_lib.inc.php3.
Jeremy
Jeremy Brand :: Sr. Software Engineer :: +393485323988 :: jeremy@nirvani.net http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "LINUX is obsolete" -- Andy Tanenbaum, January 29th, 1992 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Get your own Free, Private email at http://www.smackdown.com/
Date: Thu, 26 Jul 2001 15:25:49 +0200 (WEDT) From: jeremy brand <jeremy@nirvani.net> Reply-To: phpmyadmin-devel@lists.sourceforge.net To: phpmyadmin-devel@lists.sourceforge.net Subject: RE: [Phpmyadmin-devel] Backport complete! please test...
Patch to header.inc.php3 to only include ob_lib.inc.php3 _ONCE_!
I recomend finding out what is including ob_lib.inc.php3 more than once, but if not, this patch will fix the problem. I don't have the time to test and install a tarball right now.
PS. hopefully this test code will get into cvs soon. :)
Jeremy
_______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel