Hi community!
I’m currently setting up a new EE project (v 2.8.0). When I try to edit categories (clicking on the link ‘Edit Categories’) on the ‘New Entry’ page / Tab ‘Categories’ a JS error is showing up in the Developer Console: “TypeError: m[c] is undefined” and nothing more happens.
Here is the complete stack trace from the developer console:
TypeError: m[c] is undefined admin….4204516 (Zeile 490)
=> k(a="<table class="mainTable…</tr>\n</tbody>\n</table>", f=true) admin….4204516 (Zeile 490)
=> success(a=Object[table.mainTable]) admin….4204516 (Zeile 492)
=> D(c=Object { url="admin.php?/cp/admin_con…3862.pageContents table", isLocal=false, global=true, mehr…}, q=["\r\n<div id="mainContent"..."shun"> </div>\r\n\r\n", "success", Object { readyState=4, resp id="mainContent"..."shun"> </div>\r\n\r\n", status=200, mehr…}]) jquery…4204446 (Zeile 43)
=> empty(b=Object { url="admin.php?/cp/admin_con…3862.pageContents table", isLocal=false, global=true, mehr…}, c=["\r\n<div id="mainContent"..."shun"> </div>\r\n\r\n", "success", Object { readyState=4, resp id="mainContent"..."shun"> </div>\r\n\r\n", status=200, mehr…}]) jquery…4204446 (Zeile 44)
=> ajax(a=200, b="OK", d="\\\\r\\\\n<div id="mainContent"..."shun"> </div>\r\n\r\n", n="success") jquery…4204446 (Zeile 167)
=> b(d=readystatechange , h=undefined) jquery…4204446 (Zeile 178)Any idea what is happening here?
Thx, Christoph