K
K
kkoshakk2016-01-30 20:48:19
PHP
kkoshakk, 2016-01-30 20:48:19

JavaScript error in PhpMyAdmin?

I add the initial data through Seeder, go to phpmyadmin, and there was a fatal JavaScript error.
Here are the error details:
{
"pma_version": "4.4.13.1deb1",
"browser_name": "CHROME",
"browser_version": "48.0.2564.97",
"user_os": "Linux",
"server_software": "Apache/2.4 .12 (Ubuntu)",
"user_agent_string": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36",
"locale": "ru",
"configuration_storage ": "disabled",
"php_version": "5.6.11-1ubuntu3.
"name": "TypeError",
"message": "Cannot read property '0' of null",
"stack": [
{
"line": 235,
"func": "",
"context": [
" lastException = null;",
" notifyHandlers.apply(null, [stack, null].concat(args));",
" }",
" }, (stack.incomplete ? 2000 : 0));",
"",
" throw ex;// re-throw to propagate to the top level (and cause wind//...",
" }",
"",
"report.subscribe = subscribe;",
"report.unsubscribe = unsubscribe;",
"return report;"
],
"column": "",
"filename": "tracekit/tracekit.js"
},
{
"func": "getFieldValidators",
"line": 302,
"column": "40",
"context": [
" * return array of [function, parameters to be passed to function]",
"
"{",
" // look for field bound validator",
" var name = field_id. match(/[^-]+$/)[0];",
" if (typeof validators._field[name] != ' undefined') {",
" return ;",
" }",
"",
" // look for registered validators"
],
"filename": "config.js"
} ,
{
"func": "validate_field",
"line": 418,
"column": "21",
"context": [
"args = [];" ],
"filename": "config.js"
},
{
"func": "HTMLDocument.",
"line": 511,
"column": "13",
"context": [
" var $check_page_refresh = $('#check_page_refresh ');",
" if ($check_page_refresh.length === 0 || $check_page_refresh.val() == '1') {",
" // run all field validators",
" var errors = {};" ,
" for (var i = 0; i < $elements.length; i++) {",
" validate_field($elements[i], false, errors);",
" }",
" // run all fieldset validators",
" $('fieldset').each(function () {",
" validate_fieldset(this, false, errors);",
" });"
],
"filename": "config.js"
},
{
"func": "HTMLDocument.new_func",
"line": 279,
"column": "33",
"context": [
" */",
" wrap_function : function (func) {",
" var new_func = function () {",
" try {",
" return func.apply(this, arguments);",
" } catch (x) {",
" TraceKit.report(x);",
" }" ,
" };",
" new_func.wrapped = true;"
],
"filename": "error_report.js"
},
{
"func": "HTMLDocument.m.event.dispatch",
"context": [
"/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/li//...",
"!function(a,b){\"object \"==typeof module&&\"object\"==typeof module.exports?mod//...",
"if(k&&j[k]&&(e||j[k].data)||void 0! ==d||\"string\"!=typeof b)return k||(k=i?a//...",
"},cur:function(){var a=Zb.propHooks[this. prop];return a&&a.get?a.get(this)://...",
";",
"",
"function sprintf() {",
"/*"
],
"filename": "jquery/jquery-1.11.1.min.js"
},
{
"func": "HTMLDocument.$event.dispatch",
"line": 374,
"column": "19",
"context": [
"$event.dispatch = function( event ){",
"\tif ( $ .data( this, \"suppress.\"+ event.type ) - new Date().getTime() > 0 ){",

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrzej Wielski, 2016-01-30
@wielski

Update phpmyadmin.
Try changing the language to English - usually this problem occurs due to localization.
It seems to be solved in the latest versions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question