Bug 6188 - Phpmyadmin complains that configuration storage is not completely configured and some extended features have been disabled
Summary: Phpmyadmin complains that configuration storage is not completely configured ...
Status: RESOLVED WONTFIX
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 2
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: José Jorge
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 11:27 CEST by claire robinson
Modified: 2012-06-25 16:09 CEST (History)
0 users

See Also:
Source RPM: phpmyadmin
CVE:
Status comment:


Attachments

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


Note You need to log in before you can comment on or make changes to this bug.