Hi all,
My problem is like this -
Ran the installation of FCK on my local (testing) machine and all worked fine. Now when trying to install on production server, I can get the FCK to show once installed in the intepub/wwwroot directory. Thing is my sites reside in a diff folder outside of the inetpub dir. Now trying to set the userpath is causing me great grief. Should I be pointing the path to the FCKEditor folder under the D:/intepub/wwwroot/fckeditor/ dir or am I supposed to put a copy within my site (located on D:/webs/SITENAME/fckeditor/) and then point the basepath to the copy in there? I have been trying both and it keeps coming up with this
-----------------------------------------------------------------------------------------------
Could not find the ColdFusion Component /../../../webs/SITENAME/fckeditor/fckeditor.
Please check that the given name is correct and that the component exists.
The error occurred in D:\Webs\SITENAME\_dataentry\Site_RecordEdit.cfm: line 83
81 : basePath = "/../../../webs/SITENAME/fckeditor/";
82 :
83 : fckEditor = createObject("component", "#basePath#fckeditor");
84 : fckEditor.instanceName = "content";
85 : fckEditor.value = '#content_Value#';
-----------------------------------------------------------------------------------------------
So to sum up,
My default website is located in D:\inetpub\wwwroot
My sites (the ones I want to update) are located in D:\webs\SITENAME
Which fckeditor instance am I supposed to be pointing at considering my site (to update) is sitting outside the intepub dir......?
I have put a copy of the FCKEditor folder in just about every dir possible to see it it would connect with any of them... but to no avail.
Please help
Cheers
My problem is like this -
Ran the installation of FCK on my local (testing) machine and all worked fine. Now when trying to install on production server, I can get the FCK to show once installed in the intepub/wwwroot directory. Thing is my sites reside in a diff folder outside of the inetpub dir. Now trying to set the userpath is causing me great grief. Should I be pointing the path to the FCKEditor folder under the D:/intepub/wwwroot/fckeditor/ dir or am I supposed to put a copy within my site (located on D:/webs/SITENAME/fckeditor/) and then point the basepath to the copy in there? I have been trying both and it keeps coming up with this
-----------------------------------------------------------------------------------------------
Could not find the ColdFusion Component /../../../webs/SITENAME/fckeditor/fckeditor.
Please check that the given name is correct and that the component exists.
The error occurred in D:\Webs\SITENAME\_dataentry\Site_RecordEdit.cfm: line 83
81 : basePath = "/../../../webs/SITENAME/fckeditor/";
82 :
83 : fckEditor = createObject("component", "#basePath#fckeditor");
84 : fckEditor.instanceName = "content";
85 : fckEditor.value = '#content_Value#';
-----------------------------------------------------------------------------------------------
So to sum up,
My default website is located in D:\inetpub\wwwroot
My sites (the ones I want to update) are located in D:\webs\SITENAME
Which fckeditor instance am I supposed to be pointing at considering my site (to update) is sitting outside the intepub dir......?
I have put a copy of the FCKEditor folder in just about every dir possible to see it it would connect with any of them... but to no avail.
Please help
Cheers
RE: Cant get FCk to work in CFMX7
I would recommend putting an instance of FCKeditor inside your web folders, just my preference.