Hi,
Ok, from now on, I ask every developer to stop writing to cvs: no new features *and no bug correction*.
We then test Loïc's version (LV), and send patches to the devel list.
When this version is stable, someone backports the fixes and language updates done in cvs since the fork, and this becomes a new version: LV2.
We test this, and when stable, this version goes to cvs and becomes 2.2.0rc4.
Agreed?
Marc
Marc Delisle a écrit :
Hi,
Ok, from now on, I ask every developer to stop writing to cvs: no new features *and no bug correction*.
We then test Loïc's version (LV), and send patches to the devel list.
When this version is stable, someone backports the fixes and language updates done in cvs since the fork, and this becomes a new version: LV2.
The backport is completed, please get http://phpmyadmin.sourceforge.net/phpMyAdmin-loic2.tar.gz
Marc
Oops! The real one to test is: http://phpmyadmin.sourceforge.net/phpMyAdmin-loic3.tar.gz
Marc
Marc Delisle a écrit :
Marc Delisle a écrit :
Hi,
Ok, from now on, I ask every developer to stop writing to cvs: no new features *and no bug correction*.
We then test Loïc's version (LV), and send patches to the devel list.
When this version is stable, someone backports the fixes and language updates done in cvs since the fork, and this becomes a new version: LV2.
The backport is completed, please get http://phpmyadmin.sourceforge.net/phpMyAdmin-loic2.tar.gz
Marc
Hi Marc,
-----Original Message----- Oops! The real one to test is: http://phpmyadmin.sourceforge.net/phpMyAdmin-loic3.tar.gz
in this version all databases are empty ... the problem is, you have set the $cfgServers[1]['user']=""
this is perhaps a general problem.
the other bug also exists.
Regards,
Hi Steve,
in loic3 the echo mergetable bug is still there????
Marc
Steve Alberty a écrit :
Hi Marc,
-----Original Message----- Oops! The real one to test is: http://phpmyadmin.sourceforge.net/phpMyAdmin-loic3.tar.gz
in this version all databases are empty ... the problem is, you have set the $cfgServers[1]['user']=""
this is perhaps a general problem.
the other bug also exists.
Regards,
-- Steve
Hi,
-----Original Message----- From: phpmyadmin-devel-admin@lists.sourceforge.net [mailto:phpmyadmin-devel-admin@lists.sourceforge.net]On Behalf Of Marc Delisle Sent: Thursday, July 26, 2001 3:43 PM To: phpmyadmin-devel@lists.sourceforge.net Subject: Re: [Phpmyadmin-devel] Backport complete! please test...
Hi Steve,
in loic3 the echo mergetable bug is still there????
no, its okay.
Oops, Fatal error: Cannot redeclare out_buffer_mode_get() in /web/htdocs/phpMyAdmin/loic/ob_lib.inc.php3 on line 15
-----Original Message----- http://phpmyadmin.sourceforge.net/phpMyAdmin-loic3.tar.gz
Regards,
-- Steve
Is this code in CVS yet?
Someone must be including header.inc.php3 twice!
-- snip -- jeremy@ROGUE ~/cvs-ro/phpMyAdmin $ egrep -inr "require|include" * | grep ob_lib header.inc.php3:5:require('./ob_lib.inc.php3');
-- snip --
Oops, Fatal error: Cannot redeclare out_buffer_mode_get() in /web/htdocs/phpMyAdmin/loic/ob_lib.inc.php3 on line 15
-----Original Message----- http://phpmyadmin.sourceforge.net/phpMyAdmin-loic3.tar.gz
Regards,
-- Steve
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
The code in not in CVS yet, we want to test it a bit, and anyway I will wait till Loic or Olivier are back from holidays.
I will check the other problem.
Marc
jeremy brand a écrit :
Is this code in CVS yet?
Someone must be including header.inc.php3 twice!
-- snip -- jeremy@ROGUE ~/cvs-ro/phpMyAdmin $ egrep -inr "require|include" * | grep ob_lib header.inc.php3:5:require('./ob_lib.inc.php3');
-- snip --
Oops, Fatal error: Cannot redeclare out_buffer_mode_get() in /web/htdocs/phpMyAdmin/loic/ob_lib.inc.php3 on line 15
-----Original Message----- http://phpmyadmin.sourceforge.net/phpMyAdmin-loic3.tar.gz
Regards,
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
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
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
Typo. logic, not login...
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
Hi Mar,
-----Original Message----- The backport is completed, please get http://phpmyadmin.sourceforge.net/phpMyAdmin-loic2.tar.gz
I have some warnings and errors with this version.
db_details.php3: in field entries - php parse failed: if (isset($mergetable)) echo ""; echo number_format($sts_data['Rows'], 0, $number_decimal_separator, $number_thousands_separator) . "\n"; if (isset($mergetable)) echo ""; ?>
db_details.php3: Warning: Undefined variable: strUseBackquotes in /web/htdocs/phpMyAdmin/loic/db_details.php3 on line 414
tbl_properties.php3: Warning: Undefined variable: strUseBackquotes in /web/htdocs/phpMyAdmin/loic/tbl_properties.php3 on line 615
tbl_create.php3: if you make a new table withoit names and field, and press save: Warning: Undefined variable: field_name in /web/htdocs/phpMyAdmin/loic/tbl_create.php3 on line 27 (this error is also in the 'normal' cvs version'
....
Please test this version with php.ini variable: error_reporting = E_ALL
Regards,
-- Steve
Thanks. The first bug was corrected in loic3. I am working right now to produce loic4 for the other bugs.
Marc
Steve Alberty a écrit :
Hi Mar,
-----Original Message----- The backport is completed, please get http://phpmyadmin.sourceforge.net/phpMyAdmin-loic2.tar.gz
I have some warnings and errors with this version.
db_details.php3: in field entries - php parse failed: if (isset($mergetable)) echo ""; echo number_format($sts_data['Rows'], 0, $number_decimal_separator, $number_thousands_separator) . "\n"; if (isset($mergetable)) echo ""; ?>
db_details.php3: Warning: Undefined variable: strUseBackquotes in /web/htdocs/phpMyAdmin/loic/db_details.php3 on line 414
tbl_properties.php3: Warning: Undefined variable: strUseBackquotes in /web/htdocs/phpMyAdmin/loic/tbl_properties.php3 on line 615
tbl_create.php3: if you make a new table withoit names and field, and press save: Warning: Undefined variable: field_name in /web/htdocs/phpMyAdmin/loic/tbl_create.php3 on line 27 (this error is also in the 'normal' cvs version'
....
Please test this version with php.ini variable: error_reporting = E_ALL
Regards,
-- Steve
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel