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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsEvents module - PageLoadException on settings accessEvents module - PageLoadException on settings access
Previous
 
Next
New Post
11/15/2010 3:53 AM
 
This problem seems to be being caused by a bug in the DNN core, which at this rate I'll have to write a work-around for.... Please run this query:-

Select PortalId,RegisteredRoleId from {databaseOwner}{objectQualifier}portals  where portalid = P

Where P = the PortalId for the site with the problem. In your case this is 9 as shown in your error log output. Then run:-

select RoleID, PortalID, RoleName from {databaseOwner}{objectQualifier}roles where rolename = 'Registered Users'

I suspect you will find the RegisteredRoleId returned in the query does not match the RoleId for PortalId P in the second query. If so run:-

Update {databaseOwner}{objectQualifier}portals  set RegisteredRoleId  = R where portalid = P

Where R = the RoleId for PortalId P in the second query.

[EDIT] - To make this change effective you will then need to clear the cache, by going to Host Settings --> Performance Settings.

I have written this response in a more generic form, to help other who may have the same problem, and guide them how to construct the queries.

Cheers
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/15/2010 6:33 AM
 
Hi Roger

The "Registered Users" was Roleid '-1' in portal 9

The RoleID should have been '29'

I updated the RegisteredRoleId to 29 and add a new event module, but i still get the same error

I have also tried to add a new row for 'neweventemailrole' in modulesetting with a value of 29, but i still get an error

Kind regards

Jimmi






 
New Post
11/15/2010 8:05 AM
 
Hi Again

I added a new user - and now it works

Kind regards

Jimmi
 
New Post
11/15/2010 9:33 AM
 
Jimmi Aakjær wrote:
Hi Roger

The "Registered Users" was Roleid '-1' in portal 9

The RoleID should have been '29'

I updated the RegisteredRoleId to 29 and add a new event module, but i still get the same error

I have also tried to add a new row for 'neweventemailrole' in modulesetting with a value of 29, but i still get an error

Kind regards

Jimmi






 Sorry, should have said, you would need to clear the cache in the Performance Settings section of the Host Settings.


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/15/2010 9:50 AM
 
I've now posted the bug on Gemini - http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=14399&PROJID=2

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
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsEvents module - PageLoadException on settings accessEvents module - PageLoadException on settings access


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