YAFLogo

smaaza
  • smaaza
  • 67.4% (Friendly)
  • YAF Forumling Topic Starter
15 years ago
suddenly When I Try To Post New Topic I got The message in the pic below

UserPostedImage

anybody can help me.

Thanks in advanced.

Sponsor
jasonshortphd
15 years ago
Follow the instructions on your screenshot - set debug mode on, run locally and look to see what the error is. That screenshot is a generic "An error happened" message. Without turning on debugging no one can help.
smaaza
  • smaaza
  • 67.4% (Friendly)
  • YAF Forumling Topic Starter
15 years ago

Follow the instructions on your screenshot - set debug mode on, run locally and look to see what the error is. That screenshot is a generic "An error happened" message. Without turning on debugging no one can help.

jasonshortphd wrote:

When I set The Debug to True i got this message see pic below:

UserPostedImage


🅱
Server Error in '/YetAnotherForum' Application.
--------------------------------------------------------------------------------

Index (zero based) must be greater than or equal to zero and less than the size of the argument list. 
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.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

Source Error: 


Line 661:			rx = new Regex(Constants.UserBox.Rank);
Line 662:
Line 663:			filler = String.Format(
Line 664:						PageContext.BoardSettings.UserBoxRank,
Line 665:						PageContext.Localization.GetText("rank"),
 

Source File: c:\YetAnotherForum.NET\controls\DisplayPost.ascx.cs    Line: 663 [/b]