I get these errors when I try to insert anchors, images, macros, chars from the toolbar into the tinymce3 rich text editor in Umbraco 4.5. This problem has just started since upgrading from 4.0.4.2. Any ideas?
At /umbraco/plugins/tinymce3/insertMacro.aspx?editor=trueurl&umbPageId=1212&umbVersionId=13d7f259-9773-4b7d-9d0e-85008570576b (Referred by: http://localhost/umbraco/editContent.aspx?id=1212): System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.presentation.tinymce3.insertMacro.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at umbraco.BasePages.BasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--------------
At /umbraco/plugins/tinymce3/insertAnchor.aspx (Referred by: http://localhost/umbraco/editContent.aspx?id=1212): System.NullReferenceException: Object reference not set to an instance of an object. at umbraco.presentation.umbraco.plugins.tinymce3.InsertAnchor.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I'm not able to really use the rich text editor on both a Production and Development instance of 4.5.2. I'm seeing this error on both environments.
Somehow this broke when I upgraded from 4.0.4.2, so maybe I did/didn't copy something from 4.0.5.2 that I was/wasn't supposed to.
.
.
Yes, I must've copied the old 4.0.4.2 \umbraco\plugins\tinymce3\*.aspx files into 4.5.2, which I should not have done. I copied the correct files in from a clean 4.5.2 install and problem solved.
tinymce3 NullReferenceException inserting anchors, images, macros, chars
I get these errors when I try to insert anchors, images, macros, chars from the toolbar into the tinymce3 rich text editor in Umbraco 4.5. This problem has just started since upgrading from 4.0.4.2. Any ideas?
At /umbraco/plugins/tinymce3/insertMacro.aspx?editor=trueurl&umbPageId=1212&umbVersionId=13d7f259-9773-4b7d-9d0e-85008570576b (Referred by: http://localhost/umbraco/editContent.aspx?id=1212): System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.presentation.tinymce3.insertMacro.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at umbraco.BasePages.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--------------
At /umbraco/plugins/tinymce3/insertAnchor.aspx (Referred by: http://localhost/umbraco/editContent.aspx?id=1212): System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.presentation.umbraco.plugins.tinymce3.InsertAnchor.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I'm not able to really use the rich text editor on both a Production and Development instance of 4.5.2. I'm seeing this error on both environments.
Somehow this broke when I upgraded from 4.0.4.2, so maybe I did/didn't copy something from 4.0.5.2 that I was/wasn't supposed to.
.
.
Yes, I must've copied the old 4.0.4.2 \umbraco\plugins\tinymce3\*.aspx files into 4.5.2, which I should not have done. I copied the correct files in from a clean 4.5.2 install and problem solved.
Organic, thanks so much for the thread / solution.
is working on a reply...