Current time: 04-24-2024, 03:01 AM Hello There, Guest! (LoginRegister)


Post Reply 
PhpMyAdmin errors after update ...
Author Message
kleidi Offline
Junior Member
*

Posts: 16
Joined: May 2009
Reputation: 0
Post: #1
Question PhpMyAdmin errors after update ...
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!
09-26-2009 08:01 AM
Find all posts by this user Quote this message in a reply
FidiBus Offline
Junior Member
*

Posts: 21
Joined: Aug 2009
Reputation: 0
Post: #2
RE: PhpMyAdmin errors after update ...
how do we update to the new phpmyadmin release?
there are some security issues fixed fixed in the new release
10-16-2009 06:57 AM
Find all posts by this user Quote this message in a reply
Crimzhy Offline


Posts: 1
Joined: Oct 2009
Reputation: 0
Post: #3
RE: PhpMyAdmin errors after update ...
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
10-16-2009 12:51 PM
Find all posts by this user Quote this message in a reply
Freakez Offline
Junior Member
*

Posts: 21
Joined: Mar 2010
Reputation: 0
Post: #4
RE: PhpMyAdmin errors after update ...
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!
(This post was last modified: 03-06-2010 12:25 AM by Freakez.)
03-06-2010 12:01 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)