Hi there,
I used the FCKeditor in my localhost without difficulties but now, when I uploaded the "FCKeditor" new Folder with all its documents to my web provider/server , I cannot "see" in the browser the "part" of the editor with the palletes. I can see the space where I could type and I can also see this place with text, properly formatted, when the page is given by a recordset extracted from a database. (In an update info page, I mean.)
I see the "error" in the left bottom of the Internet Explorer, only when I try to put the mouse "above and near" the visible area of typing, exactly in the place where the palletes of FCKeditor should be! The error message is:'FCKDialog is undefined".
I am using ASP and I guess my problem is configuration related. My code associated to that is exactly as below. Please help!
<%
Dim sBasePath
sBasePath = Request.ServerVariables("PATH_INFO")
sBasePath = "/FCKeditor/"
%>
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.Width = "950"
oFCKeditor.Height = "250"
oFCKeditor.BasePath = sBasePath
oFCKeditor.Value = myContent oFCKeditor.Create "StockProfile" %>
I used the FCKeditor in my localhost without difficulties but now, when I uploaded the "FCKeditor" new Folder with all its documents to my web provider/server , I cannot "see" in the browser the "part" of the editor with the palletes. I can see the space where I could type and I can also see this place with text, properly formatted, when the page is given by a recordset extracted from a database. (In an update info page, I mean.)
I see the "error" in the left bottom of the Internet Explorer, only when I try to put the mouse "above and near" the visible area of typing, exactly in the place where the palletes of FCKeditor should be! The error message is:'FCKDialog is undefined".
I am using ASP and I guess my problem is configuration related. My code associated to that is exactly as below. Please help!
<%
Dim sBasePath
sBasePath = Request.ServerVariables("PATH_INFO")
sBasePath = "/FCKeditor/"
%>
<%
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.Width = "950"
oFCKeditor.Height = "250"
oFCKeditor.BasePath = sBasePath
oFCKeditor.Value = myContent oFCKeditor.Create "StockProfile" %>

RE: "FCKDialog undefined"
RE: "FCKDialog undefined"
Have you tested with Firefox as its error console it's quite better than the cryptic IE messages?
RE: "FCKDialog undefined"
> Have you uploaded all the files correctly?
I simply downloaded all of them to my computer, unzipped it and put all the FCKeditor in the root of my website in the server. Is that ok?
> Have you tested with Firefox as its error console it's quite better than the cryptic IE messages?
No. I am a newbie (1 year ago I started programming) and I don´t even know what Firefox is but... I will look for it now at google.
Please tell me if the way I uploaded is ok and till then I will try to implement your Firefox idea.
Thanks a lot, Alfonso!
Regards,
Fábio.
RE: "FCKDialog undefined"
It is unbelievable, but checking ONE BY ONE file I realized that there were 2 or 3 files in my computer that were NOT uploaded to the server. How is it possible if I did as I told you, not only once but twice(!) to try to garantee that nothing was missing???
Anyway, the "bad guy" was the "fckeditorcode_ie_2" included in the "js" folder which is included in the "editor" folder.
Thanks a lot!
Best regards,
Fábio.