I upgraded from 3.0.9 (?) to 3.1.2, followed the upgrade instructions and tested OTRS after upgrading, everythign worked.
Now I am trying to access it again and when I go to the login page, I receive a JavaScript Error message which seems to come from jquery?
Here it is:
Code: Select all
$(this).prop is not a function
SelectAllCheckboxes(0,[object HTMLInputElement])@https://<mydomain.com>/otrs-web/js/js-cache/CommonJS_e1be29497ee64b1aca20b4a22cd82dc6.js:524
trigger([object Object],(function (key, value) {var TagnameValue = $(this).prop("tagName"), ReadonlyValue = Core.Data.Get($(this), "OldReadonlyStatus"), DisabledValue = Core.Data.Get($(this), "OldDisabledStatus");if (TagnameValue === "BUTTON") {if (DisabledValue === "disabled") {$(this).attr("disabled", "disabled");}} else {if (ReadonlyValue === "readonly") {$(this).attr("readonly", "readonly");}}}))@https://<mydomain.com>/otrs-web/js/js-cache/CommonJS_e1be29497ee64b1aca20b4a22cd82dc6.js:37
SelectAllCheckboxes([object Object])@https://<mydomain.com>/otrs-web/js/js-cache/CommonJS_e1be29497ee64b1aca20b4a22cd82dc6.js:524
Init()@https://<mydomain.com>/otrs-web/js/js-cache/ModuleJS_20b7ce4f972a8f1d6c5cd4ac012b7210.js:3
(?)()@https://<mydomain.com>/:284
Ready((function (j, s) {return new b.fn.init(j, s);}))@https://<mydomain.com>/otrs-web/js/js-cache/CommonJS_e1be29497ee64b1aca20b4a22cd82dc6.js:596
trigger()@https://<mydomain.com>/otrs-web/js/js-cache/CommonJS_e1be29497ee64b1aca20b4a22cd82dc6.js:37
trigger([object Event])@https://<mydomain.com>/otrs-web/js/js-cache/CommonJS_e1be29497ee64b1aca20b4a22cd82dc6.js:37
HELP please! I already googled it but did not find something useful, I am not a programmer though.
Thanks,
Peter