YAFLogo

Xeevis
  • Xeevis
  • 56.6% (Neutral)
  • YAF Camper Topic Starter
15 years ago
Hello, anyone succesful with DNN5 integration? I merged configs, used DNN files Boskone provided for DNN491, yet I cant get past roles 😞 Database upgrade from latest available DNN YAF module went ok, but now i get

Message: DotNetNuke.Services.Exceptions.PageLoadException: The role 'Administrators' was not found. ---> System.Configuration.Provider.ProviderException: The role 'Administrators' was not found. at System.Web.Security.SqlRoleProvider.AddUsersToRolesCore(SqlConnection conn, String usernames, String roleNames) at System.Web.Security.SqlRoleProvider.AddUsersToRoles(String[] usernames, String[] roleNames) at System.Web.Security.Roles.AddUserToRole(String username, String roleName) at yaf_dnn.DotNetNukeModule.DotNetNukeModule_Load(Object sender, EventArgs e)

or

Message: DotNetNuke.Services.Exceptions.PageLoadException: Cannot insert the value NULL into column 'RoleID', table 'dbo.yaf_prov_RoleMembership'; column does not allow nulls. INSERT fails. The statement has been terminated. --->

I'm really lost in this, thanks for any help. :oops:

Sponsor
Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
15 years ago
Don't know if anyone has run with DNN 5.0.0 yet, didn't even know it was out :-)


UserPostedImage

"It's a case of RTFM.. the only problem being we don't have a manual!"

When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon 🙂 )

Boskone
15 years ago
I was waiting for 5.01 to come out before I played with it.


Boskone - A DotNetNuke user.

RDSCC 

Xeevis
  • Xeevis
  • 56.6% (Neutral)
  • YAF Camper Topic Starter
15 years ago
I have big longterm project coming and I need site up and running asap. So i decided to build on new series to avoid upgrade problems later 🙂. I have already all my commerc modules upgraded and everything is working perfectly. I believe there is just simple edit needed with roles, but I'm new to YAF and not that experienced with DNN either. Well i'll try to twidle it and see If i can get it working. Its funny that old 1.9.1 works flawlessly on almost all DNN versions, and 1.9.3 need special treatment for each version separately :-d
Boskone
15 years ago
I think a lot of the core functions changed lately.

I think the only place you would have to twidle is the DotNetNukeModule.ascx.cs.


Boskone - A DotNetNuke user.

RDSCC