Page 1 of 1

Database warnings after upgrading phpMyAdmin

PostPosted: 23. May 2013 01:38
by Axgol 117
Hello. A couple of months ago, I installed LAMPP in Ubuntu 12.04 LTS. Yesterday, I noticed phpMyAdmin was telling me that I was using an outdated version, so I followed the instructions in here: http://community.apachefriends.org/f/viewtopic.php?f=16&t=41735&p=204981 to update my phpMyAdmin version, but after I finished, I got some problems. First, any attemp to log into phpMyAdmin resulted in the following message:

Fatal error: Call to a member function get() on a non-object in /opt/lampp/phpmyadmin/libraries/Header.class.php on line 135

... which was solved by issuing the following command (as an external board indicated):

Code: Select all
sudo chmod 644 /opt/lampp/phpmyadmin/config.inc.php


However, now I'm getting a strange "warning" on my databases. It doesn't seem to be anything more than the icons next to the databases (see the image below, the list on the left).

Image

I still can create databases, create tables... I don't know it this is a serious problem and I can't find a way to make phpMyAdmin tell me what's going on. Rolling back to the previous version of phpMyAdmin (I backed up the directory) solves the problem. Do you have any ideas on what may be causing this and how to solve it?

Thanks in advance.