Hey folks -
Been using FCKEditor without major issue for the past couple of years or so. Today I decided I wanted to move the main editor folder to a different place in my file system - I initially placed it in a folder that later on, I realized, I tended to re-upload en masse - which meant that the editor code would get re-uploaded as well, which meant the upload as a whole took significantly longer than it would otherwise.
The editor itself works fine - but when I go to add an a image, using the image browser, my folders/files do not show up.
I've got variables set up with where the FCKEditor file code resides, and I use them when calling the editor (CF version here) - if I switch those variables back to the original location, reload the editor, fire up the image browser - I see my folders/files.
I've done a bit of hacking to be able to pass in a custom userFilesPath value - but as far as the FCKEditor code locations, old vs new, the custom userFilesPath variable should not be an issue - the target folder resides somewhere else entirely in the file system.
Any thoughts?
Been using FCKEditor without major issue for the past couple of years or so. Today I decided I wanted to move the main editor folder to a different place in my file system - I initially placed it in a folder that later on, I realized, I tended to re-upload en masse - which meant that the editor code would get re-uploaded as well, which meant the upload as a whole took significantly longer than it would otherwise.
The editor itself works fine - but when I go to add an a image, using the image browser, my folders/files do not show up.
I've got variables set up with where the FCKEditor file code resides, and I use them when calling the editor (CF version here) - if I switch those variables back to the original location, reload the editor, fire up the image browser - I see my folders/files.
I've done a bit of hacking to be able to pass in a custom userFilesPath value - but as far as the FCKEditor code locations, old vs new, the custom userFilesPath variable should not be an issue - the target folder resides somewhere else entirely in the file system.
Any thoughts?

Re: Moving editor folder, image browser woes