Jumping straight to the chase, I am an idiot. If you do not agree just based on the fact that I typed it, then you will most certainly agree when I tell you that I stupidly did not backup at all before this upgrade. I have done backups before every other upgrade - even the minor ones - and never had the revert to them. Especially with a major release I know I should have, but like I said...
Anyhow, I used FTP to send up the upgrade package and ran the install.aspx in upgrade mode. Nothing seemed to happen. Now, when I go to the site I do not see any images on the home page and trying to login I get the error below. If this looks familiar and there is an easy fix, please let me know. If there are any experienced DNN admins/developers lurking who might be interesting in trying to sort out this mess then please let me know and we will work something out.
I do not have a lot of content on my site, but what I do have would be nice to keep.
Thanks!
Dave
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 134: { Line 135: var fileInfo = FileManager.Instance.GetFile(portalSettings.PortalId, portalSettings.LogoFile); Line 136: headerImage.ImageUrl = FileManager.Instance.GetUrl(fileInfo); Line 137: } Line 138: else
|
Source File: e:\inetpub\vhosts\wrtwrtwrt.com\httpdocs\ErrorPage.aspx.cs
Line: 136
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] DotNetNuke.Services.FileSystem.FolderProvider.Instance(String friendlyName) +19 DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) +94 [FolderProviderException: The underlying system threw an exception.] DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) +196 DotNetNuke.Services.Exceptions.ErrorPage.OnLoad(EventArgs e) in e:\inetpub\vhosts\opendave.com\httpdocs\ErrorPage.aspx.cs:136 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|