I'm having the same problem. I'm not using php nuke or anything of the sort though.
I just uploaded the entire fckeditor folder to the root directory where I'm using it, and followed the PHP instructions to implement it, but I'm getting a 404 error that says that fckeditor/editor/fckeditor.html can't be found on the server. But that file is there in that path.....
Same problem when I try using the Javascript method.
Do I have to set a path somewhere in a config file or something?
gammer: You may have to remove the beginning slash on the BasePath: from this: $oFCKeditor->BasePath = '/fckeditor/' ; to this: $oFCKeditor->BasePath = 'fckeditor/' ;
Re: This page can not be displayed
I just uploaded the entire fckeditor folder to the root directory where I'm using it, and followed the PHP instructions to implement it, but I'm getting a 404 error that says that fckeditor/editor/fckeditor.html can't be found on the server. But that file is there in that path.....
Same problem when I try using the Javascript method.
Do I have to set a path somewhere in a config file or something?
Thanks in advance for your help.
Alan.
Re: This page can not be displayed
gammer: You may have to remove the beginning slash on the BasePath:
from this:
$oFCKeditor->BasePath = '/fckeditor/' ;
to this:
$oFCKeditor->BasePath = 'fckeditor/' ;
KaPish?
Alan