I upgraded from 3.2.2 to 3.3.5 and now the Newsletter in unavailable. IThe error message indicates that 'plSendAction' already exists. Somehow there is a duplicate.
Anyone know how I can get rid of this duplicate?
This is a similar error to what I see in the Log Viewer too. Here is the full error I'm getting here:
Error: Newsletters is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Parser Error: The ID 'plSendAction' is already used by another control. ---> System.Web.HttpParseException: Parser Error: The ID 'plSendAction' is already used by another control. ---> System.Web.HttpException: The ID 'plSendAction' is already used by another control. at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) at System.Web.UI.TemplateParser.ParseStringInternal(String text) at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String basePhysicalDir) at System.Web.UI.TemplateParser.ParseFile(String filename, String virtualPath) at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() at System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound) at System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() at System.Web.UI.TemplateParser.GetParserCacheItem() at System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.TemplateControlParser.GetCompiledType(String virtualPath, String inputFile, HttpContext context) at System.Web.UI.UserControlParser.GetCompiledUserControlType(String virtualPath, String inputFile, HttpContext context) 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 ---