YAFLogo

urko
  • urko
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Hi,

for some reason, when i click finish button on install page i get following error everytime i tried to do a fresh install..

There has been a serious error loading the forum. No further information is available.

Please contact the administrator if this message persists.

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

Sponsor
Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
15 years ago
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.


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 🙂 )

urko
  • urko
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
HI,

Tried to install it again and i get following error:

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

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
Problem with the .Net version compilation it appears. (Which I will fix and commit.)

Make sure you have this in your web.config:


	<system.codedom>
		<compilers>
			<compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
				<providerOption name="CompilerVersion" value="v3.5"/>
				<providerOption name="WarnAsError" value="false"/>
			</compiler>
			<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" warningLevel="4" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
				<providerOption name="CompilerVersion" value="v3.5"/>
				<providerOption name="OptionInfer" value="true"/>
				<providerOption name="WarnAsError" value="false"/>
			</compiler>
		</compilers>
	</system.codedom>
elg
  • elg
  • 50.6% (Neutral)
  • YAF Forumling
15 years ago
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

juju
  • juju
  • 72.2% (Friendly)
  • YAF Lover
15 years ago

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

elg wrote:

Try to rebuild the solution in net 3.5, I had this error and it got fixed


hmmmm.... click thanks if my posts are useful