 |
|
|
 |
www.ExcellentSystems.us Joined: 12/26/2005
Posts: 68
|
|
|
Thanks for your ongoing help, Sebastian, but I fear I don't understand how to do what you suggest. I cannot find any object named vw_eventlog or close to it. Where is it and how do I use it?
Sorry to be so ignorant.
Thanks! don
|
|
|
|
 |  |
|
|
|
if you are on DNN 7.4.0 or later, you should be able to run SELECT * FROM dbo.vw_eventlog. Previous versions contain all information in eventlog table.
|
|
|
|
 |  |
|
|
 |
www.ExcellentSystems.us Joined: 12/26/2005
Posts: 68
|
|
|
Thanks for your kind patience and help. The version is 7.4.1 but I don’t see vw_eventlog but do see eventlog. Just to waste space below is a list of all the tables in the afflicted database: aspnet_Applications aspnet_Membership aspnet_SchemaVersions aspnet_Users DNN_Affiliates DNN_AnonymousUsers DNN_Assemblies DNN_Authentication DNN_Banners DNN_Classification DNN_ContentItems DNN_ContentItems_MetaData DNN_ContentItems_Tags DNN_ContentTypes DNN_ContentWorkflowActions DNN_ContentWorkflowLogs DNN_ContentWorkflows DNN_ContentWorkflowSources DNN_ContentWorkflowStatePermission DNN_ContentWorkflowStates DNN_CoreMessaging_MessageAttachments DNN_CoreMessaging_MessageRecipients DNN_CoreMessaging_Messages DNN_CoreMessaging_NotificationTypeActions DNN_CoreMessaging_NotificationTypes DNN_CoreMessaging_Subscriptions DNN_CoreMessaging_SubscriptionTypes DNN_CoreMessaging_UserPreferences DNN_Dashboard_Controls DNN_DesktopModulePermission DNN_DesktopModules DNN_EventLog DNN_EventLogConfig DNN_EventLogTypes DNN_EventQueue DNN_Events DNN_EventsCategory DNN_EventsLocation DNN_EventsMaster DNN_EventsNotification DNN_EventsPPErrorLog DNN_EventsRecurMaster DNN_EventsSignups DNN_EventsSubscription DNN_ExceptionEvents DNN_Exceptions DNN_ExtensionUrlProviderConfiguration DNN_ExtensionUrlProviders DNN_ExtensionUrlProviderSetting DNN_ExtensionUrlProviderTab DNN_Files DNN_FileVersions DNN_FolderMappings DNN_FolderMappingsSettings DNN_FolderPermission DNN_Folders DNN_HostSettings DNN_HtmlText DNN_HtmlTextLog DNN_HtmlTextUsers DNN_IFrame_Parameters DNN_IPFilter DNN_JavaScriptLibraries DNN_Journal DNN_Journal_Access DNN_Journal_Comments DNN_Journal_Data DNN_Journal_Security DNN_Journal_TypeFilters DNN_Journal_Types DNN_LanguagePacks DNN_Languages DNN_Lists DNN_Messaging_Messages DNN_MetaData DNN_Mobile_PreviewProfiles DNN_Mobile_RedirectionRules DNN_Mobile_Redirections DNN_ModuleControls DNN_ModuleDefinitions DNN_ModulePermission DNN_Modules DNN_ModuleSettings DNN_PackageDependencies DNN_Packages DNN_PackageTypes DNN_PasswordHistory DNN_Permission DNN_PortalAlias DNN_PortalDesktopModules DNN_PortalGroups DNN_PortalLanguages DNN_PortalLocalization DNN_Portals DNN_PortalSettings DNN_Profile DNN_ProfilePropertyDefinition DNN_Relationships DNN_RelationshipTypes DNN_RoleGroups DNN_Roles DNN_RoleSettings DNN_Schedule DNN_ScheduleHistory DNN_ScheduleItemSettings DNN_SearchCommonWords DNN_SearchDeletedItems DNN_SearchIndexer DNN_SearchStopWords DNN_SearchTypes DNN_SiteLog DNN_SkinControls DNN_SkinPackages DNN_Skins DNN_SQLQueries DNN_SynonymsGroups DNN_SystemMessages DNN_TabAliasSkins DNN_TabModules DNN_TabModuleSettings DNN_TabPermission DNN_Tabs DNN_TabSettings DNN_TabUrls DNN_TabVersionDetails DNN_TabVersions DNN_Taxonomy_ScopeTypes DNN_Taxonomy_Terms DNN_Taxonomy_Vocabularies DNN_Taxonomy_VocabularyTypes DNN_UrlLog DNN_Urls DNN_UrlTracking DNN_UserAuthentication DNN_UserPortals DNN_UserProfile DNN_UserRelationshipPreferences DNN_UserRelationships DNN_UserRoles DNN_Users DNN_UsersOnline DNN_VendorClassification DNN_Vendors DNN_Version DNN_WebServers DNN_Workflow DNN_WorkflowStates
|
|
|
|
 |  |
|
|
|
don, vw_eventlog is a view. please run the following statement in SQL text box to get the last 100 records: SELECT TOP (100) * FROM dbo.vw_eventlog ORDER BY logEventID DESC;
|
|
|
|
 |  |
|
|
 |
www.ExcellentSystems.us Joined: 12/26/2005
Posts: 68
|
|
|
Sometimes I am denser than others and I was clearly VERY dense. Thanks again for sticking with me and dragging me toward the light. I see that there is a warning about the two Admin pages logged at every Application Start. The 6 fatal errors logged after the login all contain a Message value of: Sequence contains more than one element The InnerStackTrace of the first is below: (I will post the dump of all the entries from today at the bottom of this reply, should that provide any value). at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(String tabName, Int32 parentId) at DotNetNuke.Entities.Tabs.TabController.GetTabByName(String tabName, Int32 portalId, Int32 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Int32 portalId, Nullable`1 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Boolean isHostTool, Nullable`1 parentId) at ASP.admin_controlpanel_controlbar_ascx.__RenderControlPanel(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.admin_controlpanel_controlbar_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at DotNetNuke.Framework.DefaultPage.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) VW_EventLog for 30-Jan-2017: LogGUID LogTypeKey LogConfigID LogUserID LogUserName LogPortalID LogPortalName LogCreateDate LogServerName LogProperties LogNotificationPending LogEventID ExceptionHash AssemblyVersion PortalId UserId TabId RawUrl Referrer UserAgent Message StackTrace InnerMessage InnerStackTrace Source ce43d39a-5674-4ea4-b711-62d84d50e4dd HOST_ALERT 95 NULL NULL NULL NULL 1/29/17 23:52 carnation Advanced Friendly URL Provider Duplicate URL WarniPage Naming ConflictDuplicate Page DetailsPage naming conflict. Url of (tamparowing.club/admin/) resolves to two separate pages (Admin [//Admin] [tabid = 60], Admin [//Admin] [tabid = 102]). Only the second page will be shown for the url.Warning InformationPLEASE NOTE : this is an information message only, this message does not affect site operations in any way.Suggested ActionRename one or both of the pages to ensure a unique URLHide this messageTo stop this message from appearing in the log, uncheck the option for 'Produce an Exception in the Site Log if two pages have the same name/path?' in the Advanced Url Rewriting settings.Thread Id6 NULL 360 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 8a1018a8-c4c2-4cfd-a443-849ab51b5d15 WEBSERVER_UPDATED 112 NULL NULL NULL NULL 1/30/17 6:06 carnation Server UpdatedcarnationIISAppName/LM/W3SVC/1706/ROOTLast Activity Date1/30/2017 6:06:18 AM NULL 361 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL b74d16ab-acf3-4bff-bddc-bb44adf55191 APPLICATION_START 1 NULL NULL NULL NULL 1/30/17 6:06 carnation NULL 362 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL bceb81d8-e0ce-411d-b4be-128f7aec8684 HOST_ALERT 95 NULL NULL NULL NULL 1/30/17 6:06 carnation Advanced Friendly URL Provider Duplicate URL WarniPage Naming ConflictDuplicate Page DetailsPage naming conflict. Url of (tamparowing.club/admin/) resolves to two separate pages (Admin [//Admin] [tabid = 60], Admin [//Admin] [tabid = 102]). Only the second page will be shown for the url.Warning InformationPLEASE NOTE : this is an information message only, this message does not affect site operations in any way.Suggested ActionRename one or both of the pages to ensure a unique URLHide this messageTo stop this message from appearing in the log, uncheck the option for 'Produce an Exception in the Site Log if two pages have the same name/path?' in the Advanced Url Rewriting settings.Thread Id9 NULL 363 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 11d28a84-24dd-4382-8c03-f7b14352b03f WEBSERVER_UPDATED 112 NULL NULL NULL NULL 1/30/17 7:07 carnation Server UpdatedcarnationIISAppName/LM/W3SVC/1706/ROOTLast Activity Date1/30/2017 7:07:48 AM NULL 364 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 6b549ff3-45af-406f-b245-35de54ea7e73 APPLICATION_START 1 NULL NULL NULL NULL 1/30/17 7:07 carnation NULL 365 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 527a2b79-6bd6-4515-8219-b6eb4f60ec80 HOST_ALERT 95 NULL NULL NULL NULL 1/30/17 7:07 carnation Advanced Friendly URL Provider Duplicate URL WarniPage Naming ConflictDuplicate Page DetailsPage naming conflict. Url of (tamparowing.club/admin/) resolves to two separate pages (Admin [//Admin] [tabid = 60], Admin [//Admin] [tabid = 102]). Only the second page will be shown for the url.Warning InformationPLEASE NOTE : this is an information message only, this message does not affect site operations in any way.Suggested ActionRename one or both of the pages to ensure a unique URLHide this messageTo stop this message from appearing in the log, uncheck the option for 'Produce an Exception in the Site Log if two pages have the same name/path?' in the Advanced Url Rewriting settings.Thread Id7 NULL 366 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 994975e0-9a92-44b3-9b64-6cc207df6188 LOGIN_SUPERUSER 99 1 host 0 Tampa Rowing Club 1/30/17 7:08 carnation IP47.199.242.206 NULL 367 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 86b64067-2cc1-4c60-8220-dca4641d0ee0 PAGE_LOAD_EXCEPTION 6 NULL host 0 Tampa Rowing Club 1/30/17 7:08 carnation AbsoluteURL/Default.aspxDefaultDataProviderDotNetNuke.Data.SqlDataProvider, DotNetNukeExceptionGUIDb9562832-8a79-4c9c-b9dc-0fe91b7802a2 NULL 368 EX7RjgEdBX42++4RlDSwsg== 7.4.1 0 1 55 / http://tamparowing.club/Login?returnurl=/&popUp=true Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko Sequence contains more than one element NULL Sequence contains more than one element at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(String tabName, Int32 parentId) at DotNetNuke.Entities.Tabs.TabController.GetTabByName(String tabName, Int32 portalId, Int32 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Int32 portalId, Nullable`1 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Boolean isHostTool, Nullable`1 parentId) at ASP.admin_controlpanel_controlbar_ascx.__RenderControlPanel(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.admin_controlpanel_controlbar_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at DotNetNuke.Framework.DefaultPage.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) NULL 925981ec-a5d1-40c6-91ff-4a00d0686825 PAGE_LOAD_EXCEPTION 6 NULL host 0 Tampa Rowing Club 1/30/17 7:08 carnation AbsoluteURL/Default.aspxDefaultDataProviderDotNetNuke.Data.SqlDataProvider, DotNetNukeExceptionGUID125accae-858a-46d8-9791-d38805827a73 NULL 369 4LS1EXboCdCA0MjHWlMssA== 7.4.1 0 1 55 /Default.aspx?tabid=55&error=Sequence+contains+more+than+one+element&content=0 http://tamparowing.club/Login?returnurl=/&popUp=true Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko Sequence contains more than one element NULL Sequence contains more than one element at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(String tabName, Int32 parentId) at DotNetNuke.Entities.Tabs.TabController.GetTabByName(String tabName, Int32 portalId, Int32 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Int32 portalId, Nullable`1 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Boolean isHostTool, Nullable`1 parentId) at ASP.admin_controlpanel_controlbar_ascx.__RenderControlPanel(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.admin_controlpanel_controlbar_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at DotNetNuke.Framework.DefaultPage.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) NULL 887d7dd9-1683-42d5-8501-56ed650bc9ad PAGE_LOAD_EXCEPTION 6 NULL host 0 Tampa Rowing Club 1/30/17 7:08 carnation AbsoluteURL/Default.aspxDefaultDataProviderDotNetNuke.Data.SqlDataProvider, DotNetNukeExceptionGUIDb606d69a-e60e-4ba9-a559-e5d95b2cd5df NULL 370 8QAOUlgh0ppqt/MjzdRCTQ== NULL NULL NULL NULL NULL NULL NULL Sequence contains more than one element NULL Sequence contains more than one element at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(String tabName, Int32 parentId) at DotNetNuke.Entities.Tabs.TabController.GetTabByName(String tabName, Int32 portalId, Int32 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Int32 portalId, Nullable`1 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Boolean isHostTool, Nullable`1 parentId) at ASP.admin_controlpanel_controlbar_ascx.__RenderControlPanel(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.admin_controlpanel_controlbar_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at DotNetNuke.Framework.DefaultPage.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) NULL 3fa26456-dcf3-42ee-8d4c-c815df8d2252 PAGE_LOAD_EXCEPTION 6 NULL host 0 Tampa Rowing Club 1/30/17 7:08 carnation AbsoluteURL/Default.aspxDefaultDataProviderDotNetNuke.Data.SqlDataProvider, DotNetNukeExceptionGUID057565f3-e633-47d1-bd50-609714678ae9 NULL 371 kqnhm6F3zWI1dIRxDBtC8A== 7.4.1 0 1 55 / http://tamparowing.club/ Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko Sequence contains more than one element NULL Sequence contains more than one element at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(String tabName, Int32 parentId) at DotNetNuke.Entities.Tabs.TabController.GetTabByName(String tabName, Int32 portalId, Int32 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Int32 portalId, Nullable`1 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Boolean isHostTool, Nullable`1 parentId) at ASP.admin_controlpanel_controlbar_ascx.__RenderControlPanel(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.admin_controlpanel_controlbar_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at DotNetNuke.Framework.DefaultPage.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) NULL 9463b55c-8cd8-49d6-a624-e86ac3f2dc21 PAGE_LOAD_EXCEPTION 6 NULL host 0 Tampa Rowing Club 1/30/17 7:08 carnation AbsoluteURL/Default.aspxDefaultDataProviderDotNetNuke.Data.SqlDataProvider, DotNetNukeExceptionGUID45fe5db1-9f2a-411a-abd5-5f08296ef240 NULL 372 G2HWE/Dig9fBSzaCkTZDgA== 7.4.1 0 1 55 /Default.aspx?tabid=55&error=Sequence+contains+more+than+one+element&content=0 http://tamparowing.club/ Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko Sequence contains more than one element NULL Sequence contains more than one element at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(String tabName, Int32 parentId) at DotNetNuke.Entities.Tabs.TabController.GetTabByName(String tabName, Int32 portalId, Int32 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Int32 portalId, Nullable`1 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Boolean isHostTool, Nullable`1 parentId) at ASP.admin_controlpanel_controlbar_ascx.__RenderControlPanel(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.admin_controlpanel_controlbar_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at DotNetNuke.Framework.DefaultPage.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) NULL 5976747e-6572-44df-9b7d-8d18caac6833 PAGE_LOAD_EXCEPTION 6 NULL host 0 Tampa Rowing Club 1/30/17 7:08 carnation AbsoluteURL/Default.aspxDefaultDataProviderDotNetNuke.Data.SqlDataProvider, DotNetNukeExceptionGUIDd8bc3a18-3daa-450b-9d66-dcc4a1954570 NULL 373 RhqLOh+KC6uZAGPRbLaGWA== NULL NULL NULL NULL NULL NULL NULL Sequence contains more than one element NULL Sequence contains more than one element at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at DotNetNuke.Entities.Tabs.TabCollection.WithTabNameAndParentId(String tabName, Int32 parentId) at DotNetNuke.Entities.Tabs.TabController.GetTabByName(String tabName, Int32 portalId, Int32 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Int32 portalId, Nullable`1 parentId) at DotNetNuke.UI.ControlPanels.ControlBar.GetTabURL(String tabName, Boolean isHostTool, Nullable`1 parentId) at ASP.admin_controlpanel_controlbar_ascx.__RenderControlPanel(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at ASP.admin_controlpanel_controlbar_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at DotNetNuke.Framework.DefaultPage.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) NULL
|
|
|
|
|  |