![]() |
can't get FCKeditor to work - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: can't get FCKeditor to work (/showthread.php?tid=2337) |
can't get FCKeditor to work - El Forum - 07-30-2007 [eluser]chrisdaems[/eluser] I'm trying out the FCKeditor but I can't get it to work. I followed every step as described in the wiki, but I keep getting errors. This is my current error. Code: Fatal error: Class 'Fckeditor' not found in C:\wamp\www\organizations\system\libraries\Loader.php on line 814 I checked and I'm pretty sure that all files are in the correct place. I also renamed the the class fckeditor to Fckeditor together with the filename (as described in the wiki). I have tried the demo and the FCKeditor looks great, but I prefer an editor as the one on this page. Isn't there anything that looks like the one used in this forum? Thanks, Chris can't get FCKeditor to work - El Forum - 07-31-2007 [eluser]Unknown[/eluser] Hi Chris, I think something wrong with Fckeditor class. You need to check some points following: 1. file Fckeditor is in "application/libararies" 2. In file Fckeditor, have you changed Code: class Fckeditor 3. Change $this->BasePath in __contruct to the directory you put fckeditor (the path starts from CI index.php) Code: function __construct( $instanceName ) Hope these help tcvn |