Installed phpmyadmin as part of task-lamp Installed php-mysqli to workaround bug 6187 It also complains.. The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here. When I click the 'click here' it shows a page of errors and some action which should be taken to correct them.. $cfg['Servers'][$i]['pmadb'] ... not OK [ Documentation ] $cfg['Servers'][$i]['relation'] ... not OK [ Documentation ] General relation features: Disabled $cfg['Servers'][$i]['table_info'] ... not OK [ Documentation ] Display Features: Disabled $cfg['Servers'][$i]['table_coords'] ... not OK [ Documentation ] $cfg['Servers'][$i]['pdf_pages'] ... not OK [ Documentation ] Creation of PDFs: Disabled $cfg['Servers'][$i]['column_info'] ... not OK [ Documentation ] Displaying Column Comments: Disabled Browser transformation: Disabled $cfg['Servers'][$i]['bookmarktable'] ... not OK [ Documentation ] Bookmarked SQL query: Disabled $cfg['Servers'][$i]['history'] ... not OK [ Documentation ] SQL history: Disabled $cfg['Servers'][$i]['designer_coords'] ... not OK [ Documentation ] Designer: Disabled $cfg['Servers'][$i]['recent'] ... not OK [ Documentation ] Persistent recently used tables: Disabled $cfg['Servers'][$i]['table_uiprefs'] ... not OK [ Documentation ] Persistent tables' UI preferences: Disabled $cfg['Servers'][$i]['tracking'] ... not OK [ Documentation ] Tracking: Disabled $cfg['Servers'][$i]['userconfig'] ... not OK [ Documentation ] User preferences: Disabled Quick steps to setup advanced features: Create the needed tables with the examples/create_tables.sql. Documentation Create a pma user and give access to these tables. Documentation Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php. Documentation Re-login to phpMyAdmin to load the updated configuration file.
Assignee: bugsquad => lists.jjorge
As this is not enabled in a default phpMyAdmin install, I think our package should not enable it. This is for advanced users, who should enable it themselves as it will create mariadb tables that can be confusing.
Status: NEW => RESOLVEDResolution: (none) => INVALID
Could it be that it is enabled but not configured. It currently gives a warning message at the bottom of each page.
Resolution: INVALID => WONTFIX