Hello,
I have read other post related with this issue, but can figure out how to solve this.
I'm trying to add images to an HTML/TEXT module content. I am using the FCKEditor, click on [Image] button on toolbar, then when the Image Properties window pop up, I click on [Browse Server], then select the image to insert. OK.
I see the image on the FCKEditor. OK.
I see the image if I select Preview. OK:
But when I click on [update] the image doesn't appears. DNN refuses to show the image with this ERROR:
DotNetNuke.Services.Exceptions.ModuleLoadException: StartIndex cannot be less than zero. Parameter name: startIndex ---> System.ArgumentOutOfRangeException: StartIndex cannot be less than zero. Parameter name: startIndex at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at DotNetNuke.Modules.Html.HtmlModule.ManageUploadDirectory(String strHTML, String strUploadDirectory) at DotNetNuke.Modules.Html.HtmlModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
I've upgraded to DNN 4.5.5. Same ERROR.
I've installed the last version of FCKEditor (1.00.09 at the time of this writing). Same ERROR.
I've reinitiated the application. Same ERROR.
I've cleaned the Cache. Same ERROR.
This is really dissapointing to me, and more for my users.
HOW CAN I SOLVE THIS PROBLEM?
Thanks in advance