Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade made website inaccessibleUpgrade made website inaccessible
Previous
 
Next
New Post
2/25/2015 8:03 PM
 

Successfully upgraded to 7.1 from 7.0.4, will do 7.2 now

 
New Post
2/26/2015 1:38 AM
 
I successfully complete upgrades 7.2 and 7.3 but 7.4 is giving issues. I've attached and gotten the point where it's causing an issue.

In PortalController.cs line 723:

private static PortalSettings GetCurrentPortalSettingsInternal()
{
PortalSettings objPortalSettings = null;
if (HttpContext.Current != null) {
objPortalSettings = (PortalSettings)HttpContext.Current.Items["PortalSettings"];
}
return objPortalSettings;
}

The line where it tries to pull from the HttpContext, results in a null value, so when it goes back to Globals.cs for IsEditMode()

public static bool IsEditMode()
{
return PortalController.Instance.GetCurrentPortalSettings().UserMode == PortalSettings.Mode.Edit &&
TabPermissionController.CanAddContentToPage();
}

the .UserMode throws a NullReferenceException. I found this script which was supposed to help with Portal Settings Issues in 7.4:

https://dnnscript.codeplex.com/releas...

but it didn't fix it.

So far, I'm at least upgraded from 7.0.4 to 7.3.0 and I just need this last fix for 7.4 to work.
 
New Post
2/26/2015 10:33 AM
 

Can you get upgraded all the way to 7.3.4? Or are you only on 7.3.0?


Joe Brinkman
DNN Corp.
 
New Post
2/26/2015 10:53 AM
 
FWIW - within the last hour I upgraded a staging site from 7.01.00 to 7.04.00. Ran straight through and the site works.

Best wishes,
- Richard
Agile Development Consultant, Practitioner, and Trainer
www.dynamisys.co.uk
 
New Post
2/26/2015 11:31 AM
 
Which languages do you have on your site(s)
Do you have a site with portalID = 0?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade made website inaccessibleUpgrade made website inaccessible


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out