I have both the above tokens on one USERPROFILE (I was testing), which gives me the following errors. The problem is this error has also made my module setting disappear. I would like to remove the [PROFILESTATUSNOEDIT] token to get rid of this error. Is there another way to do it? Thanks for your time.
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.Web.HttpException: Multiple controls with the same ID 'ProfileStatus' were found. FindControl requires that controls have unique IDs. at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.EnsureNamedControlsTable() at System.Web.UI.Control.FindControl(String id, Int32 pathOffset) at System.Web.UI.Control.FindControl(String id) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.Globals.FindControlRecursive(Control objParent, String strControlName, String strClientID) at DotNetNuke.UI.Utilities.ClientAPI.RegisterPostBackEventHandler(Control objParent, String strEventName, PostBackEvent objDelegate, Boolean blnMultipleHandlers) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---