Bug 6188

Summary: Phpmyadmin complains that configuration storage is not completely configured and some extended features have been disabled
Product: Mageia Reporter: claire robinson <eeeemail>
Component: RPM PackagesAssignee: José Jorge <lists.jjorge>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: Normal    
Version: 2   
Target Milestone: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Source RPM: phpmyadmin CVE:
Status comment:

Description claire robinson 2012-05-31 11:27:03 CEST
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.
Manuel Hiebel 2012-06-25 05:26:33 CEST

Assignee: bugsquad => lists.jjorge

Comment 1 José Jorge 2012-06-25 15:19:18 CEST
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 => RESOLVED
Resolution: (none) => INVALID

Comment 2 claire robinson 2012-06-25 16:09:36 CEST
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