The file connector for CF was rewritten in v2.1.1 and, while it is somewhat commented, its not enough. If I install FCKEditor EXACTLY as discussed in the docs: Off the web root in a folder named /fckeditor/ then it works fine. I can also move the user files root anywhere I please. However, moving the editor itself isn't working. Or more accurately I can move the editor, and it works, but the CF connector dies and I lose the ability to see uploads and manage folders.
There is a config.userFilesPath setting in the connector config but the code comments say
"use this to force the server path if FCKeditor is not running directly off the root of the application..."
What server path? The path to the image root or the path to the editor folder? And is it a relative or an absolute path? Apparently no absolute paths of any kind work in 2.1.1, (which is a separate issue).
I'm trying to call fckeditor from
http://127.0.0.1/test.cfm (works)
And run the FCK code from
http://127.0.0.1/tools/fckeditor211/fckeditor.cfm
and store images at http://127.0.0.1/tools/foo/
I'm using urls above rather than physical paths just to make the differences absolutely clear. In the code I'm using paths without 'http://127.0.0.1//
Mon, 10/17/2005 - 15:22
#1