|
|
Rank: Advanced Member

Joined: 4/3/2008 Posts: 42 Location: Treviso Italy
|
I have migrate a existing forum from 1.9.1.8 to 1.9.3 ALFA e after to 1.9.3 BETA. The forum work whith old form created but if I create a new forum the forum is displayed bat is'nt possible add post. For resolver is i have cange web.config to: <profile enabled=" false" defaultProvider="YafProfileProvider" inherits="YAF.Classes.Utils.YafUserProfile"><providers> If i browser in new forum ok in old i have this error: Code:System.Configuration.Provider.ProviderException: Profilo non attivato. in System.Web.Profile.ProfileBase.Create(String username, Boolean isAuthenticated) in System.Web.Profile.ProfileBase.Create(String username) in YAF.Classes.Utils.YafContext.GetProfile(String userName) in YAF.Controls.DisplayPost.get_UserProfile() in YAF.Controls.DisplayPost.FormatUserBox() in ASP.controls_displaypost_ascx.__DataBind__control6(Object sender, EventArgs e) in System.Web.UI.Control.OnDataBinding(EventArgs e) in System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) in System.Web.UI.Control.DataBind() in System.Web.UI.Control.DataBindChildren() in System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) in System.Web.UI.Control.DataBind() in System.Web.UI.Control.DataBindChildren() in System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) in System.Web.UI.Control.DataBind() in System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) in System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) in System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) in System.Web.UI.WebControls.Repeater.DataBind() in System.Web.UI.Control.DataBindChildren() in System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) in System.Web.UI.Control.DataBind() in YAF.Pages.posts.BindData() in YAF.Pages.posts.Page_Load(Object sender, EventArgs e) in System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) in System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) in System.EventHandler.Invoke(Object sender, EventArgs e) in System.Web.UI.Control.OnLoad(EventArgs e) in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Control.LoadRecursive() in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) and after i have rechange it to: <profile enabled=" true" defaultProvider="YafProfileProvider" inherits="YAF.Classes.Utils.YafUserProfile"><providers> and now work with old and new forum Why?
|
|
|
Rank: Advanced Member

Joined: 4/3/2008 Posts: 42 Location: Treviso Italy
|
I have update to rc2 but the same problem.
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 3,045 Location: Honolulu, HI
|
I'm sorry, I don't really understand the problem. What is "Profilo non attivato." in English? "When you are grateful, fear disappears and abundance appears”." 
|
|
|
Rank: Advanced Member

Joined: 3/16/2008 Posts: 70 Location: Las Vegas, NV USA
|
Having similar problem. when i create new forum, if i try New Topic or Moderate button it sends me out to the main page with only category 1 showing.
Must go into Admin - Host Settings - Cache
Clear cache
Then i am able to post a new topic.
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 927 Location: Italy
|
Jaben wrote:I'm sorry, I don't really understand the problem. What is "Profilo non attivato." in English? Means "Profile not active" The profile or roles (or both) provider either isn't configured correctly, or you haven't "linked" the roles needed for the users in question. .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 3,045 Location: Honolulu, HI
|
test2005 wrote:Means "Profile not active"
The profile or roles (or both) provider either isn't configured correctly, or you haven't "linked" the roles needed for the users in question.
That's pretty much what I figured.  But a quick search didn't turn up any reference to a similar error message. You are saying if you disable the profile provider it says... Profile disabled. And if you don't, it works? This is a problem, how? "When you are grateful, fear disappears and abundance appears”." 
|
|
|
Rank: Advanced Member

Joined: 4/3/2008 Posts: 42 Location: Treviso Italy
|
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 927 Location: Italy
|
I had this problem, it was roles and masks related. Make sure all of your roles are assigned correctly. Double check your mask settings too! .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
Rank: Advanced Member

Joined: 4/3/2008 Posts: 42 Location: Treviso Italy
|
My Roles is: Amministratori (Linked) False False False True Guest (Unlinkable) True False False False Membri (Linked) False True False False Moderatori (Linked) False False True False My access mask is: Admin Access Mask True True True True True True True True True True False Member Access Mask True True True False False True False True True False False Moderator Access Mask True True True False False True True True True False False Read Only Access Mask True False False False False False False False False False False Forum Access Group Amministratori Admin Access Guest Member Access (I have changed for pernit a test with guest) Membri Member Access Moderatori Moderator Access Mask
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 927 Location: Italy
|
microsoul wrote:My Roles is: Amministratori (Linked) False False False True Guest (Unlinkable) True False False False Membri (Linked) False True False False Moderatori (Linked) False False True False
My access mask is: Admin Access Mask True True True True True True True True True True False Member Access Mask True True True False False True False True True False False Moderator Access Mask True True True False False True True True True False False Read Only Access Mask True False False False False False False False False False False
Forum Access Group Amministratori Admin Access Guest Member Access (I have changed for pernit a test with guest) Membri Member Access Moderatori Moderator Access Mask
Your Roles and Access Group's look fine. In the Access Mask, your missing the "No Access" entry (which is all false) but if you don't use it, no problem. I would look at the "guest" user and check the permissions there. You may want to try changing all of the settings, save, then change them back, save. Do this for all users involved just to make sure permissions are getting set correctly. .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
Rank: Advanced Member

Joined: 4/3/2008 Posts: 42 Location: Treviso Italy
|
I have try changing all of the settings, save, then change them back, save. But don't work. I found another way to solve the problem. Just reboot the server. But every time you create a new forum can not reboot the server.
|
|
|
| Users browsing this topic |
|
Guest
|
YAFPro Theme Created by Jaben Cargman (Tiny Gecko)Powered by YAF 1.9.3 RC2 |
YAF © 2003-2008, Yet Another Forum.NETThis page was generated in 0.125 seconds.