On Iceweasel (Debian 7), I have this error everytime I open Status>Monitor. What is weird is that it happens only on localhost; I have no problem when connecting to a remote host running phpMyAdmin 4.1.3. Also, no problem with Chromium on the same machine.
{
"exception": {
"mode": "callers",
"stack": [
{
"line": 2,
"column": "",
"context": null,
"filename": "jquery/jquery-1.8.3.min.js"
},
{
"line": 377,
"column": "",
"context": null,
"filename": "jquery/jquery.event.drag-2.2.js"
},
{
"line": 2,
"column": "",
"context": null,
"filename": "jquery/jquery-1.8.3.min.js"
},
{
"line": 2,
"column": "",
"context": null,
"filename": "jquery/jquery-1.8.3.min.js"
},
{
"line": 2,
"column": "",
"context": null,
"filename": "jquery/jquery-1.8.3.min.js"
},
{
"line": 2,
"column": "",
"context": null,
"filename": "jquery/jquery-1.8.3.min.js"
},
{
"line": 2,
"column": "",
"context": null,
"filename": "jquery/jquery-1.8.3.min.js"
},
{
"line": 2,
"column": "",
"context": null,
"filename": "jquery/jquery-1.8.3.min.js"
},
{
"line": 2283,
"column": "",
"context": null,
"filename": "server_status_monitor.js"
},
{
"line": 258,
"column": "",
"context": null,
"filename": "error_report.js"
}
],
"useragent": "Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131030 Firefox/17.0 Iceweasel/17.0.10",
"incomplete": "true",
"uri": "server_status_monitor.php?target="
},
"script_name": "server_status_monitor.php",
"pma_version": "4.1.3",
"browser_name": "FIREFOX",
"browser_version": "17.0",
"user_os": "Linux",
"server_software": "Apache/2.2.22 (Debian)",
"user_agent_string": "Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131030 Firefox/17.0 Iceweasel/17.0.10",
"locale": "en",
"configuration_storage": "enabled",
"php_version": "5.4.4-14+deb7u7",
"microhistory": {
"pages": [
{
"hash": "index.php?db=&table=&server=1&target=&token=109f2ef88ffbc4032360b9a7e863893f"
},
{
"hash": "server_status.php?db=&table=&server=1&target=&token=109f2ef88ffbc4032360b9a7e863893f",
"params": {
"opendb_url": "db_structure.php",
"safari_browser": "0",
"querywindow_height": "400",
"querywindow_width": "600",
"collation_connection": "utf8mb4_general_ci",
"lang": "en",
"server": "1",
"text_dir": "ltr",
"pma_text_default_tab": "Browse",
"pma_text_left_default_tab": "Structure",
"confirm": "true"
}
},
{
"hash": "server_status_monitor.php?db=&table=&server=1&target=&token=109f2ef88ffbc4032360b9a7e863893f",
"params": {
"opendb_url": "db_structure.php",
"safari_browser": "0",
"querywindow_height": "400",
"querywindow_width": "600",
"collation_connection": "utf8mb4_general_ci",
"lang": "en",
"server": "1",
"text_dir": "ltr",
"pma_text_default_tab": "Browse",
"pma_text_left_default_tab": "Structure",
"confirm": "true"
}
}
],
"current_index": "3"
}
}
Can't reproduce on Firefox 26.0 on Ubuntu.
Able to reproduce on FreeBSD 10.0-RC5 phpMyAdmin-4.1.4 with FireFox25 and safari7 and was fixed when $cfg['Servers'][$i]['host'] != localhost in config.inc.php
Last edit: rob logan 2014-01-12
I am not able to easily reproduce. For example, I just retried with version 4.1.3 (or 4.1.6) and all is fine in the same testing environment (and with 'localhost' configured). Maybe when it failed, it was due to some prior actions I did.