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...Administration ...Administration ...Page and module permission checkboxes brokenPage and module permission checkboxes broken
Previous
 
Next
New Post
2/11/2014 6:42 AM
 

Sebastian,

SOLVED! It was not due to the portallocalization table, but to wrong entries in web.config.

Looks like the upgrade package (I upgraded this host to 7.2.1) did not modify some entries: comparing my web.config to the one of a newly installed 7.2.1, I found I had to manually change

<add name="CorePermissionProvider" type="DotNetNuke.Security.Permissions.CorePermissionProvider, DotNetNuke.Provider.CorePermissionProvider" providerPath="~\Providers\PermissionProviders\CorePermissionProvider\" />
to
<add name="CorePermissionProvider" type="DotNetNuke.Security.Permissions.CorePermissionProvider, DotNetNuke" providerPath="~\Providers\PermissionProviders\CorePermissionProvider\" />

I also did the same for the following entries:

<add name="ModuleIndexProvider" type="DotNetNuke.Services.Search.ModuleIndexer, DotNetNuke.Search.Index" providerPath="~\Providers\SearchProviders\ModuleIndexer\" />
changed to
<add name="ModuleIndexProvider" type="DotNetNuke.Services.Search.ModuleIndexer, DotNetNuke" providerPath="~\Providers\SearchProviders\ModuleIndexer\" />

<add name="SearchDataStoreProvider" type="DotNetNuke.Services.Search.SearchDataStore, DotNetNuke.Search.DataStore" providerPath="~\Providers\SearchProviders\SearchDataStore\" />
changed to
<add name="SearchDataStoreProvider" type="DotNetNuke.Services.Search.SearchDataStore, DotNetNuke" providerPath="~\Providers\SearchProviders\SearchDataStore\" />


<add name="FileModuleCachingProvider" type="DotNetNuke.Services.ModuleCache.FileProvider, DotNetNuke.Provider.ModuleCaching.FileProvider" providerPath="~\Providers\ModuleCachingProviders\FileModuleCachingProvider\" />
changed to
<add name="FileModuleCachingProvider" type="DotNetNuke.Services.ModuleCache.FileProvider, DotNetNuke" providerPath="~\Providers\ModuleCachingProviders\FileModuleCachingProvider\" />

<add name="MemoryModuleCachingProvider" type="DotNetNuke.Services.ModuleCache.MemoryProvider, DotNetNuke.Provider.ModuleCaching.MemoryProvider" providerPath="~\Providers\ModuleCachingProviders\MemoryModuleCachingProvider\" />
changed to
<add name="MemoryModuleCachingProvider" type="DotNetNuke.Services.ModuleCache.MemoryProvider, DotNetNuke" providerPath="~\Providers\ModuleCachingProviders\MemoryModuleCachingProvider\" />


Hope this helps,

al.

 

 
New Post
2/11/2014 6:14 PM
 
FYI those change's are automatically merged in as part of 7.0.0 (i.e.config/07.00.00.config) - if the merge did not work I would recommend you check that your application pool user has sufficient permissions (i.e. "modify" and not just "read" and "write") and that web.config is not marked as read-only

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
2/12/2014 12:01 AM
 

 Alberto

That's it! I can confirm that the web.config adptations solve this nasty issue. Thank you a lot and all the others involved here.

 
New Post
8/6/2014 12:14 AM
 
Thanks that fixed my issue. I had similar issue with RoleProvider failing when trying to add portals. Cathal, all my permissions were correct. This seems to have been a fairly common issue I've found when trying to resolve these issues, so perhaps there was some other reason this upgrade didn't work as expected.
 
New Post
12/10/2014 12:01 AM
 
thanks Alberto! fixed this exact error for me as well. Just had to change the web.config as you outlined.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Page and module permission checkboxes brokenPage and module permission checkboxes broken


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