Public bug reported:
Binary package hint: phpmyadmin
Lucid: 4:3.3.2-1
Hardy -> Lucid upgrade, tried a fresh install with
dpkg --purge phpmyadmin
drop database phpmyadmin
apd-get install phpmyadmin
But we are still greeted by a scary red warning banner at the bottom of the
phpmyadmin login page:
"The additional features for working with linked tables have been
deactivated. To find out why click here."
The error message is a link, click it and all is OK except this:
$cfg['Servers'][$i]['tracking'] ... not OK [ Documentation ]
Tracking: Disabled
...looking at file /etc/phpmyadmin/config.inc.php:
===
/* Optional: Advanced phpMyAdmin features */
$cfg['Servers'][$i]['pmadb'] = $dbname;
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
$cfg['Servers'][$i]['relation'] = 'pma_relation';
$cfg['Servers'][$i]['table_info'] = 'pma_table_info';
$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
$cfg['Servers'][$i]['column_info'] = 'pma_column_info';
$cfg['Servers'][$i]['history'] = 'pma_history';
$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
===
...looking at local phpmyadmin database and see that the table
pma_tracking does indeed exist. The following line appears to
be missing, so we add it:
$cfg['Servers'][$i]['tracking'] = 'pma_tracking';
LOG OUT of phpmyadmin to make changes take effect, log back in
and error message is gone.
** Affects: phpmyadmin (Ubuntu)
Importance: Undecided
Status: New
--
The additional features for working with linked tables have been deactivated.
To find out why click here.
https://bugs.launchpad.net/bugs/670549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs