Can't find this bug/issue already entered at all.
Upon upgrade to 4.1.0, I suddenly start to get weird behaviors:
1 - From PMA login page, I always get the "Your Session has Expired, please login again" overlay. Even after clearing all browser history, cache, etc. Also cleared server session data.
2 - Dismissed window, logged in. I now get a pink bar across the bottom saying "A fatal JavaScript error has occurred. Would you like to send an error report?" I try to send the report, but it fails trying to send and suggests I fill out a ticket. Here's the data from the report:
{
"exception": {
"mode": "onerror",
"message": "ReferenceError: Components is not defined",
"stack": [
{
"line": "7",
"func": "?",
"uri": "?",
"scriptname": null
}
],
"useragent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0",
"uri": "index.php?"
},
"script_name": "index.php",
"pma_version": "4.1.0",
"browser_name": "FIREFOX",
"browser_version": "26.0",
"user_os": "Win",
"server_software": "Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e mod_wsgi/3.3 Python/2.7.2",
"user_agent_string": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0",
"locale": "en",
"configuration_storage": "enabled",
"php_version": "5.4.3",
"microhistory": {
"pages": [
{
"hash": "index.php?db=&table=&server=1&target=&token=dcab89b4c6d5a6fdbe41683c35548d45"
}
],
"current_index": "1"
}
}
More info:
David,
can you reproduce this problem on http://demo.phpmyadmin.net/STABLE (user root, no password) ?
How did you upgrade?
Yes, I can reproduce on your demo site. I'm attaching screenshots.
Also, my upgrade process is as follows:
1 - extract the new PMA version into a folder beside the old version.
2 - copy config.inc.php from the old version to the new version.
3 - update httpd.conf to point my /pma from the old version to the new version.
4 - bounce the apache server.
David,
I can't reproduce it with Firefox 26.0(Ubuntu), neither locally nor on demo.
Since you also say "4.1.0 works fine in Firefox 26.0 from a different computer.", it might be an issue with your particular firefox installation relating to firefox add-ons you are using..