YAFLogo

tonygayter
  • tonygayter
  • 54.2% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
I have managed to get the latest version of yaf in umbraco 4.7 to the point where I have managed to get it to run through the yaf setup ok, but when I try to add teh Forum control I get teh following..

[NullReferenceException: Object reference not set to an instance of an object.]

YAF.Pages.forum.Page_Load(Object sender, EventArgs e) +59

System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +24

System.EventHandler.Invoke(Object sender, EventArgs e) +0

System.Web.UI.Control.LoadRecursive() +70

System.Web.UI.Control.LoadRecursive() +189

System.Web.UI.Control.LoadRecursive() +189

System.Web.UI.Control.LoadRecursive() +189

System.Web.UI.Control.LoadRecursive() +189

System.Web.UI.Control.LoadRecursive() +189

System.Web.UI.Control.LoadRecursive() +189

System.Web.UI.Control.LoadRecursive() +189

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3063

Any ideas before I go down the route of trying to set up the whole thing i a dev environemnt which will take a while


If you want to learn something, make sure its something you enjoy..

theswirling.com 

Sponsor
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
13 years ago
Did you set boardid in YAF control?
tonygayter
  • tonygayter
  • 54.2% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
yeah, tried that :s

Trying to run it in umbraco but also trying to cut down on potential problems I have created a test page int eh root which has this in

<%@ Page Language="C#" %>


If you want to learn something, make sure its something you enjoy..

theswirling.com