Hi
An error has crept into a site deployed to a customer based on DNN.
Its when you go to link to a file or page within an article using the fckeditor.
When you click on browse server, the page pops up but is broken now (this was working away fine for the last year or so). No changes have been made to the code.
Providers/HtmlEditorProviders/Fck/fcklinkgallery.aspx?FCKTheme=Default&tabid=237
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Unexpected end of file looking for </asp:LinkButton> tag.
Source Error:
Line 45: </TR>
Line 46: <TR>
Line 47: <TD><asp:LinkButton id="cmdSelect" resourcekey="cmelect" cssclass="CommandButton" runat="server">
Select created link</aspLinkButton></TD>
Line 48: </TR>
Line 49: </TABLE>
Source File: /Providers/HtmlEditorProviders/Fck/fcklinkgallery.aspx Line: 47
I've checked the source aspx file and its fine. Not sure why its complaining about an unterminated linkbutton control
The only thing I can think of is that perhaps a file has been uploaded that had an unusual character in the file name that is disrupting the generated code.
Any ideas?