I've been encountering the same error message over and over when tryig to open a file browser (like the image one) when using FCKeditor 2.2 through ColdFusion's CFC connector.
I've gotten this thing to work fine when using the Javascript connector in previous versions of FCKeditor, but this is my first time using CFCs to call it. Anybody encounter (and then defeat) this problem, or have any insights? I've checked my directories a thousand times and tried many ways of setting the user files path, but I get the vague feeling the problem lies in browser.html's inability to access the ColdFusion connector.
I've gotten this thing to work fine when using the Javascript connector in previous versions of FCKeditor, but this is my first time using CFCs to call it. Anybody encounter (and then defeat) this problem, or have any insights? I've checked my directories a thousand times and tried many ways of setting the user files path, but I get the vague feeling the problem lies in browser.html's inability to access the ColdFusion connector.
RE: XML Request Error 404 with ColdFusion CFC
Sure did. Changed the connectors to "cfm" in fckconfig.js. Opened both config.cfms in the connector folders and changed enabled to "true". The exact file that's giving me the trouble (or at least the error message) is fckxml.js under /editor/filemanager/browser/default/js
It happens at line 54. I've even tried modifying that code to spit out the URL it's looking for. It looks like this: http://www.testdomain.local/editor/edit ... ntFolder=/
RE: XML Request Error 404 with ColdFusion CFC
The ColdFusion wiki support page I checked yesterday didn't have it... but today I found the right one (and the root of my problems). It turns out you have to create a blank application.cfm and onrequestend.cfm in the folder where connector.cfm is. Phew, what a nightmare (solved!).
For posterity's sake: http://wiki.fckeditor.net/ColdFusion
RE: XML Request Error 404 with ColdFusion CFC
You have to check you server log files to see what the actual file is that gives the 404 error.
RE: XML Request Error 404 with ColdFusion CFC
I've been searching all over for answers to this one and have no answers.
The Test connector works great. However, the problem I'm having is that I'll select the Insert/Edit Image button, then select the Browse Server button. The Browse file comes up, but only to have another pop up telling me "XML Request Error: Object Not Found(404)."
So what's causing this one? The Test Connector works, but when used in the Editor, it doesn't.
This is extremely frustrating! I didn't have this much trouble with the previous version.
Any ideas outside of your Wiki?
Thanks,
Red
RE: XML Request Error 404 with ColdFusion CFC
- Can you see any entries in you log file that report a missing file or something like that?
- Is the xml displayed on screen valid when you browse to http://www.yourserver.com/FCKeditor/edi ... ntFolder=/
RE: XML Request Error 404 with ColdFusion CFC
I will check it. I had to step away from it to clear my head.
I'm in the process of redoing the installation after my frustration. I've done it several times, but thought a fresh start would be good.
What would be the typical problem causing this during a standard install? I can repeat the problem every time so far.
Thanks so much for your help.
RE: XML Request Error 404 with ColdFusion CFC
It's now working.
Thanks Didgiman for your Wiki article. It did indeed help.
The problem was the new FCKeditor.js file I downloaded. I thought I was being smart by downloading and using the updated JS file. It just breaks everything.
So, I went through the Install instructions, the ColdFusion instructions and the Wiki information. It appears to work on my local CFMX 6.1 Server.
Now to deploy and test on a live CFMX 7 Server.
I'll keep this thread updated as to my progress
RE: XML Request Error 404 with ColdFusion CFC
Update.
Deployment to a CFMX 7 server was a success. FCKeditor working in IE and Firefox.
Whew what a headache.
Red
This worked for me.....