Issue happens when logging in PMA using Firefox.
I'm using Mac OS 10.9.1
Firefox 26.0
Server Microsoft IIS 7.0
The following error is displayed:
{
"exception": {
"mode": "onerror",
"message": "ReferenceError: Components is not defined",
"stack": [
{
"line": "14",
"func": "?",
"uri": "?",
"scriptname": null
}
],
"useragent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0",
"uri": "index.php?target="
},
"script_name": "index.php",
"pma_version": "4.1.2",
"browser_name": "FIREFOX",
"browser_version": "26.0",
"user_os": "Mac",
"server_software": "Microsoft-IIS/7.0",
"user_agent_string": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0",
"locale": "en",
"configuration_storage": "enabled",
"php_version": "5.5.4",
"microhistory": {
"pages": [
{
"hash": "index.php?db=&table=&server=1&target=&token=4edac33e54c7a22b9c07987e7857725b"
}
],
"current_index": "1"
}
}
Is this a new problem, compared with version 4.1.1?
I'm not sure I did not use the 4.1.1 I came directly from 4.0.10 which was fine.
Can you try with another browser?
Which action are you doing to produce this message?
Yes, with Chrome works fine only with Firefox I am having the issue.
The action to produce the message is simply logging in to PMA. As soon as I log in I see the pink alert bar at the bottom of the screen. Once I dismiss it everything seem to be working fine.
Last edit: Daniel Maier 2013-12-23
Seems to be same as http://sourceforge.net/p/phpmyadmin/bugs/4182/
but I can't reproduce on Firefox 26.0 (Ubuntu)
I tried on Firefox 26.0 (Windows) and worked, only for the Mac version I am having the problem.
I will see if I can uninstall Firefox and re-install it.
Good news! Seem that uninstalling and erasing all Firefox data fixed the issue for me!
Thank you.