Hi,
Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz
This one should solve the problems of preceding versions, except:
- create table with no fields: This is not introduced by LV, so I entered it in Bug tracker
- file(s) included more than once: I don't have time to work on this right now.
Marc
Hi,
-----Original Message----- Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz
okay, it looks fine, but: Fatal error: Cannot redeclare out_buffer_mode_get() in /web/htdocs/phpMyAdmin/loic/ob_lib.inc.php3 on line 15
if you press copy table without a name.
Regards,
-- Steve
I've addressed this in my last few emails.
It is a problem of header.inc.php3 getting included more than once.
Jeremy
Hi,
-----Original Message----- Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz
another 2 problems:
1. if you copy a table, the sql query header looks:
"Table $table has been copied to $new_name."
i think, loic has drop the "eval()".
2. in sql.php3 a non binary mediumtext field is marked as [BLOB] if $cfgShowBlob=false this problem exists also in the cvs tree. (an old problem)
I think it's a good idea to mark or cut field with to large content, but its wrong when phpMyAdmin display BLOB on text fields.
Regrads,
Steve,
I copied back the cvs /lang directory but Loic had made more modifications than I thought.
In cvs: $strCopyTableOK = "Table $table has been copied to $new_name.";
In LV (his original release): $strCopyTableOK = "Table %s has been copied to %s.";
but he had modified only english.inc.php3.
I will update lang/* later.
Marc
Steve Alberty a écrit :
Hi,
-----Original Message----- Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz
another 2 problems:
if you copy a table, the sql query header looks:
"Table $table has been copied to $new_name."
i think, loic has drop the "eval()".