Menu

#2436 (ok 2.10.2) db rename -> undefined cfgRelation

fixed
1
2013-06-11
2007-05-17
No

From the forum:
---------
for the developers:
http://secretspystuff.blogspot.com/2007/05/phpmyadmin-notice-on-db-rename.html

the image at the URL shows the xdebug error i received after creating,
then renaming a database on Apache2 php5 winxp
-----------
From Juergen Wind:
pma 2.10.1 and trunk
* @version $Id: Table.class.php 10333 2007-04-30 16:35:51Z lem9 $
line 477:
- if ($GLOBALS['cfgRelation'][$work]) {
needs to be changed to
+ if (isset($GLOBALS['cfgRelation']) &&
$GLOBALS['cfgRelation'][$work]) {

Discussion

  • Marc Delisle

    Marc Delisle - 2007-05-17
    • priority: 5 --> 1
    • summary: db rename -> undefined cfgRelation --> (ok 2.10.2) db rename -> undefined cfgRelation
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2007-06-15
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed