I have a fresh install of uForum and am getting the following error. "Error parsing XSLT file: \xslt\Forum-topicsList.xslt"
I am running on IIS7 if that makes any difference
When I debug it with ?umbDebugShowTrace=true the error shows as follows.
Object reference not set to an instance of an object. Object reference not set to an instance of an object. at umbraco.BusinessLogic.StateHelper.GetCookieValue(HttpContext context, String key) at umbraco.BusinessLogic.StateHelper.HasCookieValue(String key) at umbraco.cms.businesslogic.member.Member.CurrentMemberId() at umbraco.cms.businesslogic.member.Member.IsLoggedOn() at umbraco.library.IsLoggedOn()
It might be because you are not logged in as an umbraco member. The forums is designed to work with authenticated users, and expects you to be logged in when using it.
Error parsing XSLT file
Hi
I have a fresh install of uForum and am getting the following error. "Error parsing XSLT file: \xslt\Forum-topicsList.xslt"
I am running on IIS7 if that makes any difference
When I debug it with ?umbDebugShowTrace=true the error shows as follows.
Object reference not set to an instance of an object.
Object reference not set to an instance of an object.
at umbraco.BusinessLogic.StateHelper.GetCookieValue(HttpContext context, String key)
at umbraco.BusinessLogic.StateHelper.HasCookieValue(String key)
at umbraco.cms.businesslogic.member.Member.CurrentMemberId()
at umbraco.cms.businesslogic.member.Member.IsLoggedOn()
at umbraco.library.IsLoggedOn()
It might be because you are not logged in as an umbraco member. The forums is designed to work with authenticated users, and expects you to be logged in when using it.
is working on a reply...