As mentioned in this thread there's a problem when uploading files using fckeditor. I don't know if the bug is in fck or cms (v0.12) but here it is:
I click the link button, click the upload tab, upload a file, it says 'upload ok' and takes me back to the link tab of the link popup at which point the link url box has been automatically filled out with the relative url of the newly uploaded file. The problem is that the protocol drop-down is still set to 'http://' meaning the new link is created as
It seems to me fck should be changing the protocol to '' when it fills in the relative url.
The same happens when using the 'browse server' button.
EDIT: Sorry it seems this issue has already been multiply reported. I'll put up a bug report.
Incorrect URL when uploading files in FCKEditor
Incorrect URL when uploading files in FCKEditor
Last edited by tamlyn on Sat Mar 25, 2006 3:02 am, edited 1 time in total.
Re: Incorrect URL when uploading files in FCKEditor
Yeah, this has been brought up before. I was hoping I didn't have to dig into FCK's javascript myself to fix it, but I think I do. I guess just clicking on browse server or the upload button will change it. BTW, my javascript is really bad.
I'll see what I can do.

Re: Incorrect URL when uploading files in FCKEditor
Ok, this change is in svn. Should help with this issue.