DNN - Error: Edit Text/HTML is currently unavailable.

  •  10-11-2006, 8:35 AM

    DNN - Error: Edit Text/HTML is currently unavailable.

    Hi,
     
    Suddenly the CuteEditor stopped working, if I shift back to the other default DotNetNuke editor, it works fine.
    We are on a evaluation license, but 30 days should not have passed yet. Installed 22/9 I think.
     
    I found more log/tracing data when logged in as Host, than as Admin.
     
    Within Edit Text/HTML Module block:
     
    Error: Edit Text/HTML is currently unavailable.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.UserControls.TextEditor.set_Text(String Value) at DotNetNuke.Modules.Html.EditHtml.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
     
    Below the Module block:
     
    Unhandled error loading module.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.TypeInitializationException: The type initializer for 'DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ComponentModel.LicenseException: The License for Editor is not valid. You are using a trial license and the trial period has expired. If you would like to extend your trial period, please write to support@cuteSoft.net. at CuteEditor.Impl.d.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) at CuteEditor.EditorLicenceProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey) at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license) at System.ComponentModel.LicenseManager.Validate(Type type) at CuteEditor.Editor..ctor() at DotNetNuke.HtmlEditor.CEHtmlEditorProvider..ctor() --- End of inner exception stack trace --- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey, Boolean UseCache) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName, Boolean UseCache) at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider.CreateProvider() at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider..cctor() --- End of inner exception stack trace --- at DotNetNuke.UI.UserControls.TextEditor.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
     
     
View Complete Thread