Link to home
Start Free TrialLog in
Avatar of erzoolander
erzoolander

asked on

Coldfusion 9 - FCK Editor - Error

Hi -

I'm not a Coldfusion guy - but I've inherited a number of sites done in CF.

We have a site that utilizes the FCK editor (not the one in the cfide - but rather just one uploaded manually).  The "File Upload" feature in it does not work - and we keep getting an error back of:

The server didn't send back a proper XML response.



Requested URL: blah blah blah

Response text:

<head><title>JRun Servlet Error</title></head><h1>403 </h1><body>
<pre>
Access denied.</pre></body>

Now - I've read a few docs dealing with Coldfusion 8 and this issue - suggesting include some FCKEditor hot fix - and change a line in the config file.  Do you know if this applies to CF9 as well...and would the solution be the same?

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of Coast Line
Coast Line
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of erzoolander
erzoolander

ASKER

I'll give 500 pts for that - because it looks like a decent solution.

In frustration - I just said to heck with CF - since our server runs PHP as well.  Because FCK editor is simply a javascript thing and therefore backend-script-independent - I just enabled the PHP handling of files instead of CF.  Solved the problem.