Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 169257

Summary: dev-db/phpmyadmin need some changes in config.default.php
Product: Gentoo Linux Reporter: NETwork.ORGanization - Alexander Schoberl <gentoo>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED NEEDINFO    
Severity: minor CC: gentoo, mysql-bugs
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description NETwork.ORGanization - Alexander Schoberl 2007-03-04 10:37:31 UTC
There is after the update to 2.10.* a problem with the new file names. There are two important changes in libraries/config.default.php :

old line 234 :    $cfg['DefaultTabDatabase']    = 'db_details_structure.php';
old line 240 :    $cfg['DefaultTabTable']       = 'tbl_properties_structure.php';

new line 234 :    $cfg['DefaultTabDatabase']    = 'db_structure.php';
new line 240 :    $cfg['DefaultTabTable']       = 'tbl_structure.php'; 

thx alex
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-04 11:57:23 UTC
This has nothing in common with Gentoo Bugzilla product, *please* read the descriptions.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-03-04 11:57:50 UTC
Also, did you run etc-update or dispatch-conf as told when upgrading?
Comment 3 NETwork.ORGanization - Alexander Schoberl 2007-03-04 12:41:13 UTC
sorry - I'm new here and should learn a little bit ;-)

yes I've started etc-update and dispatch-conf also but that don't helps. But I've found out what happens :

if you start only "etc-update" this don't work because the ._cfg-Files will not be included in the etc-update if you don't start it with "CONFIG_PROTECT="/var/www/localhost/htdocs/phpmyadmin//libraries" etc-update". Last one works fine ;-)

thx alex