First off - I apologize if this naive post. This is my first DotNetNuke install and I'm still getting used to working with it. With that disclaimer... I'm just trying to get a blog module up and running.
I am running DNN version 04.08.00 and version 03.04.00 of the blog module. Everything I've played with so far seems to work with the exception of the blog entry editor. Whenever I attempt to use it I get the "Error: Edit Entry is currently unavailable message."
I googled about a bit and found the issue with the mistyped 'e', but when I checked out my EditEntry.ascx it was already fixed in my version.
After digging around a bit I found the event log and was able to pull the stack trace. I googled a bit more using some keys from the trace, but didn't find anything useful. Is this a known issue?
InnerException: The base class includes the field 'txtDescription', but its type (DotNetNuke.UI.UserControls.TextEditor) is not compatible with the type of control (ASP.controls_texteditor_ascx).
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildFieldDeclaration
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: The base class includes the field 'txtDescription', but its type (DotNetNuke.UI.UserControls.TextEditor) is not compatible with the type of control (ASP.controls_texteditor_ascx). ---> System.Web.HttpParseException: The base class includes the field 'txtDescription', but its type (DotNetNuke.UI.UserControls.TextEditor) is not compatible with the type of control (ASP.controls_texteditor_ascx). ---> System.Web.HttpParseException: The base class includes the field 'txtDescription', but its type (DotNetNuke.UI.UserControls.TextEditor) is not compatible with the type of control (ASP.controls_texteditor_ascx). at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildFieldDeclaration(ControlBuilder builder) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.TemplateControlCodeDomTreeGenerator.BuildMiscClassMembers() at System.Web.Compilation.BaseCodeDomTreeGenerator.BuildSourceDataTree() at System.Web.Compilation.BaseTemplateBuildProvider.GenerateCode(AssemblyBuilder assemblyBuilder) at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider) --- End of inner exception stack trace --- at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---