I just upgraded the editor on our site from 4.x to 5.8.x. because the original one just began blanking out today all of a sudden. I got the binding redirects into the web.config so the site's not erroring out now; however, when I go to the list form where I'm supposed to be using it, the editor is still blank. This can be explained by the javascript errors I'm getting, which I'll list below:
Sys is undefined (
On the form page at this line: Sys.WebForms.PageRequestManager._initialize('ctl00$SPWebPartManager1$g_2a0d2d04_10f6_44c4_a6a8_cd5734c12b7f$ff2_1$ctl00$ctl00$TelerikScriptManager', document.getElementById('aspnetForm'));
Type is undefined (MOSSEditorTools.js Line 25, Character 1)
Sys is undefined (
On the form page at this line:
WebForm_AutoFocus('ctl00_SPWebPartManager1_g_2a0d2d04_10f6_44c4_a6a8_cd5734c12b7f_ff1_1_ctl00_ctl00_TextField');Sys.Application.initialize();
)
I think I've seen somewhat similar threads to this, but I couldn't quite make the connection. Any relevant advice would be MUCH appreciated.
~David
Sys is undefined (
On the form page at this line: Sys.WebForms.PageRequestManager._initialize('ctl00$SPWebPartManager1$g_2a0d2d04_10f6_44c4_a6a8_cd5734c12b7f$ff2_1$ctl00$ctl00$TelerikScriptManager', document.getElementById('aspnetForm'));
)
Type is undefined (MOSSEditorTools.js Line 25, Character 1)
Sys is undefined (
On the form page at this line:
WebForm_AutoFocus('ctl00_SPWebPartManager1_g_2a0d2d04_10f6_44c4_a6a8_cd5734c12b7f_ff1_1_ctl00_ctl00_TextField');Sys.Application.initialize();
)
I think I've seen somewhat similar threads to this, but I couldn't quite make the connection. Any relevant advice would be MUCH appreciated.
~David