I want to add the FCKEditor to a Cake project.

But with every FCKHelper I use, I run into the same problem...

It appear to work, however the FCKEditor does not load correctly. The
iframe does appear, but the fckeditor.html is not loaded.

Apparently it does not exist...

Looking at it with Firebug, I get two GET requests for the
fckeditor.html on two different locations, that obviously are not
going to get the file.

First location:

http://localhost/js/fckeditor/editor/fckeditor.html?InstanceName=data[MediaCoverage][content]&Toolbar=Default

Response:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /js/fckeditor/editor/fckeditor.html was not found
on this server.</p>
<hr>
<address>Apache/2.2.9 (Unix) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h PHP/
5.2.6 mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0 Server at
localhost Port 80</address>
</body></html>

Second location:

http://localhost/opt/lampp/htdocs/xampp/www/workspace/CakeMSC/app/webroot/js/fckeditor/editor/fckeditor.html?InstanceName=data[MediaCoverage][content]&Toolbar=Default

Response:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /opt/lampp/htdocs/xampp/www/workspace/CakeMSC/app/
webroot/js/fckeditor/editor/fckeditor.html was not found on this
server.</p>
<hr>
<address>Apache/2.2.9 (Unix) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h PHP/
5.2.6 mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0 Server at
localhost Port 80</address>
</body></html>

Worse, the source of the iframe points at the correct location. And I
can try as I want, with different ways to get the location, I always
get those two GET requests...

<iframe id="MediaCoverageContent___Frame" width="100%" scrolling="no"
height="200" frameborder="0" src="/xampp/www/workspace/CakeMSC/js/
fckeditor/editor/fckeditor.html?InstanceName=data[MediaCoverage]
[content]&Toolbar=Default">

Please someone help me...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to