I seem to be having issues getting this baby installed and running. I followed the very simple directions, uploaded the FCKeditor entire folder. Then created a page that looked like this...
That page resides on the same directory as the FCKeditor dir. Yet, when I load up the html page i created, it gives me a Not Found Error, the requested document was not found on the server. If I remove the FCKeditor script it the body, the page loads, so I'm calling the correct page. If i load the mysite.com/FCKeditor/fckeditor.js, it attempts to download the js file, so the file is there. What else would be causing this. Is this a wide problem that many are having, what are the fixes for it. I just uploaded this as a brand new copy of the Beta, so not doing anything out of the ordinary. Please Help.
<html> <head> <script type="text/javascript" src="/FCKeditor/fckeditor.js"></script> </head> <body> <form> <script type="text/javascript"> var oFCKeditor = new FCKeditor( 'testit' ) ; oFCKeditor.Create() ; </script> </form> </body> </html>
That page resides on the same directory as the FCKeditor dir. Yet, when I load up the html page i created, it gives me a Not Found Error, the requested document was not found on the server. If I remove the FCKeditor script it the body, the page loads, so I'm calling the correct page. If i load the mysite.com/FCKeditor/fckeditor.js, it attempts to download the js file, so the file is there. What else would be causing this. Is this a wide problem that many are having, what are the fixes for it. I just uploaded this as a brand new copy of the Beta, so not doing anything out of the ordinary. Please Help.
Follow up
I'd suggest either fixing the install doc to read all lowercase, or changing the fckeditor.js to have the basedir var as FCKeditor.
Im plenty sure many others will run into this issue.