Looks like all pages created in DNN 4.9X or pre DNN 6.x upgrade Page Settings cannot be accessed. However if I create a NEW page using the same old Skin, then page settings Works... just not the old previously created pages... very strange. However editing the content work FINE just can't access Page Settings. After checking the event viewer here is what i find.
--------------------------------------------------------------------------------------
ModuleId: -1
ModuleDefId: -1
FriendlyName:
ModuleControlSource: DesktopModules/Admin/Tabs/ManageTabs.ascx
AssemblyVersion: 6.2.3
PortalID: 0
PortalName: classified
UserID: 1
UserName: classified
ActiveTabID: 84
ActiveTabName: IP Telephony
RawURL: /tabid/84/ctl/Tab/action/edit/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: https://localhost/tabid/84/Default.aspx
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 8a2e40bd-0e29-4361-a50a-546c1fe9e452
InnerException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Collections.ArrayList.get_Item
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at System.Web.UI.WebControls.ListItemCollection.get_Item(Int32 index) at DotNetNuke.Web.UI.WebControls.Extensions.ListControlExtensions.Select(ListControl control, String initial, Boolean findByText, Int32 fallbackIndex) at DotNetNuke.Modules.Admin.Tabs.ManageTabs.BindTabControls(TabInfo tab) at DotNetNuke.Modules.Admin.Tabs.ManageTabs.BindTab() at DotNetNuke.Modules.Admin.Tabs.ManageTabs.OnLoad(EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: MyCPU
-------------------------------------------------------------------------------------
Any Ideas?