Posted by: Pindsen - Saturday, 19 October 2019 19:05:56 |
---|
Hi, When signing up as a new member on a forum, after filling all needed fields and accept it gives the following error: Server Error in '/' Application. Runtime Error Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated. What can be wrong? |
Posted by: tha_watcha - Sunday, 20 October 2019 02:09:28 |
---|
Which YAF Version? Can you post the full error message from the event log? |
Posted by: Pindsen - Sunday, 20 October 2019 19:58:28 |
---|
Hi, In the bottom of the homepage it says "Powered by YAF.NET 2.30 RC 1 - or am I looking the wrong place? I don't know what you mean by event log?, I try to registre via the Forum homepage. |
Posted by: tha_watcha - Monday, 21 October 2019 04:33:18 |
---|
[quote=Pindsen;72146]Hi, In the bottom of the homepage it says "Powered by YAF.NET 2.30 RC 1 - or am I looking the wrong place? I don't know what you mean by event log?, I try to registre via the Forum homepage.[/quote] Yes that's the correct place. This is a known issue in the version, and already been fixed. The owner should upgrade to the lastest version. |
Posted by: Naziha Izzati - Thursday, 24 October 2019 10:32:44 |
---|
Hi, I also got error when register a new user. error as per below:- [b]Server Error in '/forum_discussion' Application. Page.IsValid cannot be called before validation has taken place. It should be queried in the event handler for a control that has CausesValidation=True and initiated the postback, or after a call to Page.Validate. 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.Web.HttpException: Page.IsValid cannot be called before validation has taken place. It should be queried in the event handler for a control that has CausesValidation=True and initiated the postback, or after a call to Page.Validate. Source Error: Line 59: protected void ForumRegisterClick([NotNull] object sender, [NotNull] EventArgs e) Line 60: { Line 61: if (!this.Page.IsValid) Line 62: { Line 63: return; Source File: C:\inetpub\wwwroot\YAFNET-master\YAFNET-master\yafsrc\YetAnotherForum.NET\pages\admin\reguser.ascx.cs Line: 61 [/b] |
Posted by: tha_watcha - Thursday, 24 October 2019 18:55:20 |
---|
Yes that's a bug. This fill be fixed in 2.30 RC4. and its already been fixed in the github repository |