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 ...Error after install 5.2 Host SettingsError after install 5.2 Host Settings
Previous
 
Next
New Post
11/28/2009 6:13 AM
 

I solved this problem by adding the relevant lines to web.config:-

      <section name="permissions" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
      <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>
  </dotnetnuke>

Also copied in the two dll's from the provider install zips into the bin/providers directory (renaming the existing ones).

Re-access the site, which will restart because web.config was edited, and all seems OK.

I have then re-installed the two providers via the interface, to make sure DNN knows what version is installe, etc. Install went OK this time.

It should be noted that I had PageBlaster installed on this site. That said it was also installed on my test site because I'd just done a fresh backup to my test site, so in theory it shouldn't be related to that.

Roger


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
11/28/2009 6:33 AM
 

Sorry, I still was looking for the missing section lines in my demo installation, thank Roger, your got the proper solution.

ATM I have no idea, why the upgrade procedure didn't trigger the installation of the extra providers.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
11/28/2009 6:41 AM
 

 lol...

I missed this too... this was a bit obvious :S I couldn't add the sections if they are not in the <config sections>

 

Thanks everyone :)


 

All seems ok now!

 

 
New Post
11/28/2009 7:29 AM
 

Sebastian Leupold wrote
 

Sorry, I still was looking for the missing section lines in my demo installation, thank Roger, your got the proper solution.

ATM I have no idea, why the upgrade procedure didn't trigger the installation of the extra providers.

To me if feels like a bug in the installer, rather than a problem with the provider. I'm just wondering, are those lines meant to be there in 5.1.4? If so, is it failing because it doesn't find them?

Any any case, the provider seems to re-install fine once you have added the lines.


DNN MVP
Events - Get the latest version - Upgrade now!!
Feedback 6.4.2 - Now available - Give it a go!
Find us on Codeplex - DNN Events, DNN Feedback
Requirements/Bugs - Please submit them on Codeplex
 
New Post
11/28/2009 8:34 AM
 

Both providers are new in DNN 5.2.0 and the upgrade procedure should have installed them automatically.


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 ...Error after install 5.2 Host SettingsError after install 5.2 Host Settings


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