I updated a DNN site last night from 4.3.5 to 4.3.7. I did what I always do when I upgrade. FTP'd over the upgrade files, copy off web.config, copy settings out of web.config and moved to new release.config. Renamed release.config to web.config, accessed site.
Website totally went nuts. I am using a different FTP program than I normally do and apparently it didn't copy all the files over quite right.
I then copied each main folder (Bin, Admin, etc) by hand over to the site and accessed the site. The upgrade seemed to go smoothly and I was able to access the site and use some modules that were for DNN 4.3.7 only (New Version of Catalook Store).
It came to my attention today that some modules, not all mind you, but some modules when you go to access their settings they throw an error. At first I thought this was because the module might need to be updated to work with 4.3.7, however, I noticed that I got the error when I tried to access the settings menu on Text/HTML so clearly there is something jacked with the DNN core of my install now.
Here is the error message that is being thrown when trying to access the Settings menu from the Text/HTML module.
ModuleId: 449
ModuleDefId: -1
FriendlyName: Module
ModuleControlSource: Admin/Modules/ModuleSettings.ascx
AssemblyVersion: 04.03.07
PortalID: 0
PortalName: OpenNETCF Consulting, LLC
UserID: 8
UserName: slhilbert
ActiveTabID: 85
ActiveTabName: Compact Framework
RawURL: /CompactFramework/tabid/85/ctl/Module/ModuleId/449/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 669ded53-0df4-494d-93b1-5acc22386505
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Admin.Modules.ModuleSettingsPage.BindData
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.Modules.ModuleSettingsPage.BindData() at DotNetNuke.Modules.Admin.Modules.ModuleSettingsPage.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: ONCF1
As I am browsing through the log I notice that other core pieces are throwing errors in the event log as well.
AssemblyVersion: 04.03.07
PortalID: 0
PortalName: OpenNETCF Consulting, LLC
UserID: -1
UserName:
ActiveTabID: 94
ActiveTabName: Library
RawURL: /KnowledgeCenter/Library/tabid/94/Default.aspx/
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.opennetcf.org/home.ocf
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 7ac3534f-4e39-45e0-a431-3e791d2b93d9
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Framework.DefaultPage.Page_Init
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: ONCF1
AssemblyVersion: 04.03.07
PortalID: 0
PortalName: OpenNETCF Consulting, LLC
UserID: 8
UserName: slhilbert
ActiveTabID: 36
ActiveTabName: Home
RawURL: /sharedsource.ocfdefault.aspx
AbsoluteURL: /sharedsource.ocfdefault.aspx
AbsoluteURLReferrer: http://www.opennetcf.com/sharedsource.ocf
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 9de7d975-ce0e-4db7-af27-60396a76a00c
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.Util.CheckVirtualFileExists
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The file '/sharedsource.ocfdefault.aspx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: ONCF1
Any, help/advice will be greatly appreciated!
Thanks,
Stuart