Page 1 of 1

phpMyAdmin problems in 2.3.2

Posted: 11 Dec 2011, 16:43
by Krister
I seems like phpMyAdmin stops working after upgrading to 2.3.2. I get a HTTP error 500 when I try to access phpMyAdmin. The logs doesn't give any clue...

//Krister

Re: phpMyAdmin problems in 2.3.2

Posted: 12 Dec 2011, 15:16
by Ubi
I assume this is
If you get a 500 error there is a clue in the log files, as it is an apache error. Maybe you did not read the correct log? Also please be more specific about exactly what your action is when you encounter an error. Simply saying "i did it and it don;t work" will make it impossible to help.

Re: phpMyAdmin problems in 2.3.2

Posted: 12 Dec 2011, 16:09
by Krister
Sorry for my breifness.

I get the error when I try to access the start page http://mydomain.com/phpmyadmin/

There is no entry in /var/log/apache2/error.log
In /var/log/apache2/access.log I get:
192.168.10.67 - - [12/Dec/2011:21:59:26 +0100] "GET /phpmyadmin/ HTTP/1.1" 500 419 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2"

//Krister