I am having a strange problem with file links. Not sure if it is related to the FCK editor or my configuration. I've seen several posts that seem related but none of the solutions offered resolve what is happening on my site. After creating a new link, everything works normally for a while, sometimes the link will be fine, and others will stop working and generate the error show below.
"Server Error in '/' Application.
--------------------------------------------------------------------------------
Input string was not in a correct format.
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: Input string was not in a correct format.
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:
[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +2753395
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +102
DotNetNuke.Services.FileSystem.FileServerHandler.ProcessRequest(HttpContext context) +1001
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +154
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210"
I also noticed another weird quirk; immediately after creating the link and verifying it works I copied the shortcut...
http://sbcamdnn/LinkClick.aspx?fileticket=12%2bI3LKF4IU%3d&tabid=112
I copied the same shortcut after it begins to fail...and it has changed!
http://sbcamdnn/LinkClick.aspx?fileticket=12+I3LKF4IU=&tabid=112
If I cut and paste the original shortcut back into the url it works again.
I'm using ver 4.3.5 on my Live server and 4.3.6 on my test site, both have the same problem.
Thanks