YAFLogo

dydmarco
  • dydmarco
  • 50.2% (Neutral)
  • YAF Forumling Topic Starter
11 years ago
Hi there,

forgive me if this is not an issue.

When I am trying to create a new user admin within the board creation page I am getting an error at ln 197 on editboard.ascx.cs.

It is trying to create again the Registered and Administrators role.

I have amended the code as follow and everything works now.

// Create groups required for the new board

if (!RoleMembershipHelper.RoleExists("Administrators"))

RoleMembershipHelper.CreateRole("Administrators");

if (!RoleMembershipHelper.RoleExists("Registered"))

RoleMembershipHelper.CreateRole("Registered");

I hope this can help in your development.

Good job guys!!!!!!

Ciao,

Marco

Sponsor
dydmarco
  • dydmarco
  • 50.2% (Neutral)
  • YAF Forumling Topic Starter
11 years ago
However I still not get why the popup error message does not come out to aknoledge me of the error.

Maybe you can add this to your next release fixes.

Ciao