Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jennifer Killingsworth 191 posts 247 karma points
    Jul 07, 2016 @ 17:13
    Jennifer Killingsworth
    0

    Object reference not set to an instance of an object.

    Our Umbraco instance was working just fine and all of a sudden we're getting this error:

    Server Error in '/' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.] umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration) +457

    [ArgumentException: Incorrect TinyMCE configuration. Parameter name: Configuration] umbraco.editorControls.tinyMCE3.TinyMCE..ctor(IData Data, String Configuration) +5856 umbraco.editorControls.tinyMCE3.tinyMCE3dataType.get_DataEditor() +123 umbraco.controls.ContentControl.addControlNew(Property p, TabPage tp, String Caption) +145 umbraco.controls.ContentControl.CreateChildControls() +867 System.Web.UI.Control.EnsureChildControls() +189 umbraco.controls.ContentControl.OnInit(EventArgs e) +123 System.Web.UI.Control.InitRecursive(Control namingContainer) +186 System.Web.UI.Control.AddedControl(Control control, Int32 index) +189 umbraco.cms.presentation.editContent.OnInit(EventArgs e) +1007 System.Web.UI.Control.InitRecursive(Control namingContainer) +186 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2098

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jul 08, 2016 @ 04:58
    Jan Skovgaard
    0

    HI Jennifer

    That is very odd indeed - What exact version of Umbraco are you using? And was there any updates or changes made to the website or in Umbraco before it started to happen?

    /Jan

  • Jennifer Killingsworth 191 posts 247 karma points
    Jul 08, 2016 @ 11:23
    Jennifer Killingsworth
    101

    Thanks Jan,

    I figured it out a couple hours later. Not sure how it happened, but one of our RTE datatypes was corrupted. I had to remove it and recreate it.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jul 08, 2016 @ 11:36
    Jan Skovgaard
    0

    Hi Jennifer

    Ok, good to hear you managed to resolve the issue - Just out of curiosity what is the version of Umbraco where you experienced this?

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft