dethfire
Well-known member
On this post
https://www.physicsforums.com/threads/python-3-question.772636/#post-4861908
when I try to edit, I get an overlay with the error:
"The server responded with an error. The error message is in the JavaScript console."
Firebug seems to id a problem in:
https://www.physicsforums.com/js/xenforo/xenforo.js?_v=c37027eb
at line 230 which appears to be
This was confirmed with default skin and no addons
https://www.physicsforums.com/threads/python-3-question.772636/#post-4861908
when I try to edit, I get an overlay with the error:
"The server responded with an error. The error message is in the JavaScript console."
Firebug seems to id a problem in:
https://www.physicsforums.com/js/xenforo/xenforo.js?_v=c37027eb
at line 230 which appears to be
Code:
0);XenForo._manualDeferOverlay.find("span").text(a.status);var c=XenForo._manualDeferOverlay.find(".CancelDeferred");a.canCancel?c.show():c.hide()}else b()}).fail(b)};d()}},handleServerError:function(a,b){switch(b){case "abort":return!1;case "timeout":return XenForo.alert(XenForo.phrases.server_did_not_respond_in_time_try_again,XenForo.phrases.following_error_occurred+":"),!1;case "parsererror":return console.error("PHP "+a.responseText),XenForo.alert("The server responded with an error. The error message is in the JavaScript console."),
This was confirmed with default skin and no addons