I am seeing a number of errors when someone tries to go to a non-existent profile (at least that's what I think they are doing). I haven't been able to confirm the activity, I am just seeing the issues in the event log.
The first error is this one:
ModuleId:582
ModuleDefId:181
FriendlyName:Display Name
ModuleControlSource:DesktopModules/Admin/ViewProfile/ViewProfile.ascx
AssemblyVersion:7.3.4
PortalID:0
PortalName:Myrtle Beach Golf Talk
UserID:-1
UserName:
ActiveTabID:117
ActiveTabName:Activity Feed
RawURL:/tabid/117/userid/2162/pageno/1/default.aspx
AbsoluteURL:/Default.aspx
AbsoluteURLReferrer:
UserAgent:Mozilla/4.0
(compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible;
MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:f71ef007-f428-4e14-a605-2a8040df269e
InnerException:Object reference not set to an instance of an object.
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:DotNetNuke.Modules.Admin.Users.ViewProfile.
StackTrace:
Message:
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.Modules.Admin.Users.ViewProfile. (EventArgs e)
--- End of inner exception stack trace ---
I have confirmed that user 2162 has been deleted and purged from the system. They do not exist in the Users table in the database. Then there are about three of these errors:
AssemblyVersion:7.3.4
PortalID:0
PortalName:Myrtle Beach Golf Talk
UserID:-1
UserName:
ActiveTabID:117
ActiveTabName:Activity Feed
RawURL:/Default.aspx?tabid=117&def=ErrorMessage
AbsoluteURL:/Default.aspx
AbsoluteURLReferrer:
UserAgent:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:bba6aac3-6720-4751-9c2f-3ddefe93de69
InnerException:Not Found
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:DotNetNuke.Modules.Admin.Users.ViewProfile.OnInit
StackTrace:
Message:
System.Web.HttpException (0x80004005): Not Found
at DotNetNuke.Modules.Admin.Users.ViewProfile.OnInit(EventArgs e)
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.Modules.ModuleHost.InjectModuleContent(Control content)
at DotNetNuke.UI.Modules.ModuleHost.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at DotNetNuke.UI.Containers.Container.get_ModuleControl()
at DotNetNuke.UI.Containers.Container.ProcessModule()
at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module)
Source:
The weird thing is if I try and go to the URL - /tabid/117/userid/2162/pageno/1/default.aspx, I get re-directed to my profile page and the series of errors is different and there are more of them. Also my user id is identified with the error. And if you are not logged in, you can't access the users profile by clicking on them in the forum, so I don't know where the link is coming from. Also the user agent string on some of them seems really funny to me, like the client is trying to emulate every client out there:
Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36
Has anyone seen anything like this? I am getting pages and pages of these errors every day (I cleared the event logs yesterday and I have 9 pages this morning).