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

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade problem 5.1.4 to 5.2.2Upgrade problem 5.1.4 to 5.2.2
Previous
 
Next
New Post
1/22/2010 11:26 AM
 

Hello,

I have the done the following to upgrade my site:

1. Download upgrade package 5.2.2

2. Take new web.config and replaced inside the values for connection string, and machnie, validation and decryption keys.

3. Connected via FTP to my production site and sent all the upgrade package files and new web.config files to site's folder, by replacing the old files

4. Went to site's root via URL

5. THE PROBLEM IS HERE

DotNetNuke Installation Wizard - Version 05.02.02

Welcome to the DotNetNuke Installation Wizard. This wizard will guide you through the installation of your DotNetNuke Application.

You may navigate through the Wizard using the Next and Previous buttons. On some pages you will see a third button "Test ...". This button will allow you to test the configuration before you continue, to see the effects of changes.

The first step is to select the installation method to use and to choose the language you would like to use for the Installation.


Select Installation Method:

It's like installing the DNN from scratch. I closed the browser's window and didn't follow the wizard.

Instead, I typed this url: http://www.mysite.com/Install/Install.aspx?mode=upgrade

After that, I have seen upgrade messages with success.

And now, I lost everything. My site's first page is standard DNN first installation page, and I can't login to the site anymore.
My credentials are not valid.

Please help to resolve this problem. I don't know what to do.

Thank you.

 
New Post
1/22/2010 11:51 AM
 

I just tried to replace the new maked web.config taken from the 5.2.2 upgrade package(release.config), by my old one - 5.1.4

And it worked. The upgrade went ok. The site is working.

Is there something to do with web.config? I guess that there were some new lines and changes added to the web.config in 5.2.2. That's why I don't know if I must adapt the new web.config to my site, or the old one is ok to use?

As I mentioned, the adaptation of new web.config caused me trouble. See my previous post.

 
New Post
1/22/2010 4:36 PM
 

Ok, now I know that web.config file is upgrading automatically.

I have 4 sites. The upgrade was perfect for 3 of them, but the last one refused to upgrade without errors.

I followed the standard steps to upgrade this site: replaced files from Upgrade Package 5.2.2 and went to the site's root page to upgrade.

I received then these two errors:

00:00:05.156 -   Installing Package File FileModuleCachingProvider_05.02.01_Install:  Error!
00:00:05.406 -   Installing Package File MemoryModuleCachingProvider_05.02.01_Install:  Error!

Now, the Home Page of my site is not displaing, has empty boxes and on the top, I have this error message:

CRITICAL ERROR
Object reference not set to an instance of an object.

And, also, I cannot access the Host Settings:

Error: Host Settings is currently unavailable.
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.Host.HostSettings.BindModuleCacheProviderList() at DotNetNuke.Modules.Admin.Host.HostSettings.BindData() at DotNetNuke.Modules.Admin.Host.HostSettings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

I have standard modules, nothing special that would break my site's work.

What it could be? And what can I do?

Thank you in advance.
 

 

 
New Post
1/22/2010 7:41 PM
Accepted Answer 

Thanks God, I finally solved this issue.

www.dotnetnuke.com/Community/Forums/t...

All I needed to do, is to update by hand the web.config file, by adding those lines:

  <section name="moduleCaching" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
      <section name="outputCaching" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />

and:-

    <moduleCaching defaultProvider="FileModuleCachingProvider">
      <providers>
        <clear />
        <add name="FileModuleCachingProvider" type="DotNetNuke.Services.ModuleCache.FileProvider, DotNetNuke.Provider.ModuleCaching.FileProvider" providerPath="~\Providers\ModuleCachingProviders\FileModuleCachingProvider\" />
        <add name="MemoryModuleCachingProvider" type="DotNetNuke.Services.ModuleCache.MemoryProvider, DotNetNuke.Provider.ModuleCaching.MemoryProvider" providerPath="~\Providers\ModuleCachingProviders\MemoryModuleCachingProvider\" />
      </providers>
    </moduleCaching>
    <outputCaching defaultProvider="MemoryOutputCachingProvider">
      <providers>
        <clear />
      </providers>
    </outputCaching>

That's it.

 
New Post
1/22/2010 8:30 PM
 

Glad you were able to get straightened out.  And thank you for posting your solutions!


Scott Willhite, Co-Founder DNN

"It is only with the heart that one can see rightly... what is essential is invisible to the eye. "
~ Antoine de Saint-Exupéry

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade problem 5.1.4 to 5.2.2Upgrade problem 5.1.4 to 5.2.2


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