Re: [gentoo-user] phpmyadmin - upgrading

2014-09-30 Thread J. Roeleveld

On Saturday, September 27, 2014 11:03:48 AM Joseph wrote:
 After upgrade of phpmyadmin, I think it was installed correctly:
 
 This is an upgrade
 phpmyadmin-4.1.7 is already installed - upgrading
 Running /usr/sbin/webapp-config -U -h localhost -u root -d /phpmyadmin
 phpmyadmin 4.1.14.3 INFO: postinst
 Running /usr/sbin/webapp-cleaner -p -C /phpmyadmin
 
 But after re-login I get a message:
 
 $cfg['Servers'][$i]['users'] ...  not OK [ Documentation ]
 $cfg['Servers'][$i]['usergroups'] ... not OK [ Documentation ]
 Configurable menus: Disabled
 
 I've appended the missing section in config.inc.php
 /* configuration storage */
 ...
 $cfg['Servers'][$i]['users'] = 'pma__users';
 $cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
 ?
 
 Am I missing any tables?

Maybe.
If you expect help, please be more verbose with the supplied information.

A good place to start:
1) What did you actually do
2) What are you trying to achieve
3) What messages did you get
4) What have you done to try and solve the issue

--
Joost



[gentoo-user] phpmyadmin - upgrading

2014-09-27 Thread Joseph

After upgrade of phpmyadmin, I think it was installed correctly:

This is an upgrade
phpmyadmin-4.1.7 is already installed - upgrading
Running /usr/sbin/webapp-config -U -h localhost -u root -d /phpmyadmin 
phpmyadmin 4.1.14.3
INFO: postinst
Running /usr/sbin/webapp-cleaner -p -C /phpmyadmin

But after re-login I get a message:

$cfg['Servers'][$i]['users'] ...not OK [ Documentation ]
$cfg['Servers'][$i]['usergroups'] ...   not OK [ Documentation ]
Configurable menus: Disabled

I've appended the missing section in config.inc.php
/* configuration storage */
...
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
?

Am I missing any tables?

--
Joseph