Chris,
We too are experiencing 3 similar errors. When we attempt to add a new article, we get this error:
Error: Manage Content 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 Engage.Dnn.Publish.Item.SendStatusUpdateEmail() at Engage.Dnn.Publish.Item.UpdateApprovalStatus(IDbTransaction trans) at Engage.Dnn.Publish.Article.Save(Int32 authorId) at Engage.Dnn.Publish.ArticleControls.ArticleEdit.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
We have the SMTP setting disabled and, when adding the article, we uncheck the "Use Approval Status for this article" option.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
When we click the "edit" menu option of the News, it displays a list with links to Articles, Categories, Settings, Admin Tools, and Delete Item. At the bottom of this page an error displays stating:
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to contentpane ---> System.ArgumentNullException: Value cannot be null. Parameter name: virtualPath at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at Engage.Dnn.Publish.AdminLoader.LoadControlType() at Engage.Dnn.Publish.AdminLoader.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.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 ---
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
After displaying the list above, we click the Articles option. On the subsequent article filter screen, we pick Approved Articles and the list of articled displays. We click the Edit link for one of the existing articles, make a change, and receive the following when we attempt to save:
Error: Manage Content 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 Engage.Dnn.Publish.Item.SendStatusUpdateEmail() at Engage.Dnn.Publish.Item.UpdateApprovalStatus(IDbTransaction trans) at Engage.Dnn.Publish.Article.Save(Int32 authorId) at Engage.Dnn.Publish.ArticleControls.ArticleEdit.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
Any ideas?