The forum operates in read-only mode. Please head to StackOverflow for support.
basePath = Left(cgi.script_name, FindNoCase('_samples', cgi.script_name)-1); componentPath = Replace(basePath,"/",".","all"); componentPath = mid(componentPath, 2, Len(componentPath)-1); fckEditor = createObject("component", componentPath & "fckeditor");
basePath = Left(cgi.script_name, FindNoCase('_samples', cgi.script_name)-1); fckEditor = createObject("component", "#basePath#fckeditor");
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
fckEditor = createObject("component", "fck.fckeditor");
athanasiusrc wrote:Is portal a folder under your root or is portal the actual root folder for your site? If it is the root, remove it from the path.
Re: Could not find the ColdFusion Component (MX7)
basePath = Left(cgi.script_name, FindNoCase('_samples', cgi.script_name)-1); componentPath = Replace(basePath,"/",".","all"); componentPath = mid(componentPath, 2, Len(componentPath)-1); fckEditor = createObject("component", componentPath & "fckeditor");In place of:
basePath = Left(cgi.script_name, FindNoCase('_samples', cgi.script_name)-1); fckEditor = createObject("component", "#basePath#fckeditor");Let us now if it worked for you.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Could not find the ColdFusion Component (MX7)
Re: Could not find the ColdFusion Component (MX7)
fckEditor = createObject("component", "fck.fckeditor");Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Could not find the ColdFusion Component (MX7)
http://family.cinchouse.com/fckeditor/e ... ar=Default
Re: Could not find the ColdFusion Component (MX7)
Re: Could not find the ColdFusion Component (MX7)
Re: Could not find the ColdFusion Component (MX7)
Re: Could not find the ColdFusion Component (MX7)