Hi,
for some reason, when i click finish button on install page i get following error everytime i tried to do a fresh install..
[b]There has been a serious error loading the forum. No further information is available.
Please contact the administrator if this message persists. [/b]
Not sure why i can't install latest version? i downloaded YAF-v1.9.3-FINAL-BIN-NET35.zip.
I have everythning installed to run .net as i have installed other apps that run on 3.5.
Anykind of help would be great.
thanks
Posted by: Mek - Monday, 3 August 2009 17:13:39
Edit the web.config in notepad, change CustomErrors to Off. Try the install again, and post the actual error message back to us if you can't get suss it yourself.
Posted by: urko - Tuesday, 4 August 2009 05:33:18
HI,
Tried to install it again and i get following error:
[quote]
Server Error in '/yaf' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
YAF.Classes.Utils.YafBoardSettings.get_Name() +14
YAF.Classes.Base.ForumPage.GeneratePageTitle() +203
YAF.Classes.Base.ForumPage.ForumPage_Load(Object sender, EventArgs e) +56
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
[/quote]
Posted by: Jaben - Tuesday, 4 August 2009 22:26:22
Problem with the .Net version compilation it appears. (Which I will fix and commit.)
Make sure you have this in your web.config:
[code]
[/code]
Posted by: elg - Tuesday, 18 August 2009 20:48:14
I got similar problem, but my error is:
[InvalidOperationException: The control with ID '' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.]
System.Web.UI.ExtenderControl.get_ScriptManager() +327953
System.Web.UI.ExtenderControl.RegisterWithScriptManager() +117
System.Web.UI.ExtenderControl.OnPreRender(EventArgs e) +19
AjaxControlToolkit.ExtenderControlBase.OnPreRender(EventArgs e) +32
AjaxControlToolkit.ModalPopupExtender.OnPreRender(EventArgs e) +61
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
Someone have any solution?
Regards
Posted by: juju - Saturday, 5 September 2009 05:27:15
[quote=elg]I got similar problem, but my error is:
[InvalidOperationException: The control with ID '' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.]
System.Web.UI.ExtenderControl.get_ScriptManager() +327953
System.Web.UI.ExtenderControl.RegisterWithScriptManager() +117
System.Web.UI.ExtenderControl.OnPreRender(EventArgs e) +19
AjaxControlToolkit.ExtenderControlBase.OnPreRender(EventArgs e) +32
AjaxControlToolkit.ModalPopupExtender.OnPreRender(EventArgs e) +61
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
Someone have any solution?
Regards[/quote]
Try to rebuild the solution in net 3.5, I had this error and it got fixed