Before anything else, i would like to thank you guys for giving "US" the chance to improve our websites.
I have successfully downloaded FCKeditor 2.6.3 from this site. I have also followed the steps in integrating the fckeditor in my php files. however, when I've loaded my php pages on the brower, I have an error stating;
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
Please help guys! Thanks in advance.
Carlo
I have successfully downloaded FCKeditor 2.6.3 from this site. I have also followed the steps in integrating the fckeditor in my php files. however, when I've loaded my php pages on the brower, I have an error stating;
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
Please help guys! Thanks in advance.
Carlo
Re: Problem integrating FCKEDITOR on my website.
Hi carlocarollo,
Hope this will help you.
<?php
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
$oFCKeditor->Create() ;
?>
Just copy and paste this.
Basically, just remove the "/" on the BasePath to "fckeditor/" will do.
Regards,
Alex Sim