Actually, I am having different problem with FCKeditor. I am getting the following error:
404 Page Not Found
The page you requested was not found.
If I change :
$this->fckeditor->BasePath = 'system/plugins/FCKeditor/';
//to
$this->fckeditor->BasePath = base_url() . '/plugins/fckeditor/';
Then I am getting the following error:
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
What’s wrong? Where should I look at?