ispCP - Board - Support
PhpMyAdmin errors after update ... - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: PhpMyAdmin errors after update ... (/thread-7971.html)



PhpMyAdmin errors after update ... - kleidi - 09-26-2009 08:01 AM

Hello there.
Hope that this thread will be the last one with my problems after updating from 1.0.0 to 1.0.2. This time, i have an error with phpmyadmin. The database works greate; sites are connecting without problems but, when i login on phpmyadmin i receive this errors at the bottom of the page:
- First line:
Code:
The additional features for working with linked tables have been deactivated. To find out why click here.
... and when i click there appear a new page :
Code:
Server: localhost:3306
$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
Bookmarked SQL query: Disabled
Browser transformation: Disabled

$cfg['Servers'][$i]['history'] ...     not OK [ Documentation ]
SQL history: Disabled

$cfg['Servers'][$i]['designer_coords'] ...     not OK [ Documentation ]
Designer: Disabled

- Second line:
Code:
Connection for controluser as defined in your configuration failed.

- Third line:
Code:
Your PHP parameter session.gc_maxlifetime is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.

I think that is a misconfiguration problem, but i don't know how to resolve it and what the problem really is.
Hope that someone helps me Wink !
Thx in advance!


RE: PhpMyAdmin errors after update ... - FidiBus - 10-16-2009 06:57 AM

how do we update to the new phpmyadmin release?
there are some security issues fixed fixed in the new release


RE: PhpMyAdmin errors after update ... - Crimzhy - 10-16-2009 12:51 PM

This is a big problems in the future i care. I agree to you FidiBux there are security issues fixed in the new release.

_________________
Home security systems


RE: PhpMyAdmin errors after update ... - Freakez - 03-06-2010 12:01 AM

Hello,

I got the same massege.

You can resolve the 'The additional features for working with linked tables have been deactivated. To find out why click here.' message by editing your config.inc.php to:
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';

and:
$cfg['LoginCookieValidity'] = 1400;

to resolve the 'Your PHP parameter session.gc_maxlifetime is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.' message.

After that everything should work.

Cheers!