phpMyAdmin gives me "Action canceled" error

MagnuM

Verified User
Joined
Oct 24, 2003
Messages
122
Location
Romania
Hello, from some time (one or two weeks), I can't access http://domain.com/phpMyAdmin/

Well, if I try to connect, as I have done for many times before, I enter the user and password in the autentication window, but then it displays me 3 frames with this errors on them: Action canceled.

The point is that the page title is diplayed phpMyAdmin 2.5.0 - domain.com, so the index.php page is loaded, but the three frames are not.

I just have no ideea what is happening.
 
Last edited:
Hello,

Thats a bug in php which will be fixed in php 5.x.x. You can correct the problem by following the directions on http://www.phpmyadmin.net/documentation/

[2.4] Nothing is displayed by my browser when I try to run phpMyAdmin, what can I do?
Try to set the $cfg['OBGZip'] directive to FALSE in the phpMyAdmin configuration file. It helps sometime.
...
The phpmyadmin configfile is located at:

/var/www/html/phpMyAdmin/config.inc.php

John
 
Thanks for the tip.
I also installed the latest ServicePack for Internet Explorer, and seems to work good with $cfg['OBGZip'] enabled.

Anyway I turn it off, so all my clients can work with phpMyAdmin.
 
Back
Top