FCKeditor problem: Fatal error: Call to undefined method Fckeditor::CreateHtml() |
[eluser]Gijs Bloemen[/eluser]
Hi all, I have a problem with my FCKeditor, I got the next error: Fatal error: Call to undefined method Fckeditor::CreateHtml() in... The file (I have only posted the FCKeditor related stuf..): Code: class pb extends Controller { I created it with this (http://codeigniter.com/wiki/FCKeditor/) information. I putted the fckeditor files in the same directory. My library: Code: <?php My init_fckeditor.php: Code: <?php Does someone see the problem? I am using FCKeditor version 2.6.4.1 Regards, Gijs Bloemen
[eluser]devbro[/eluser]
you need to COPY the file from the zip file that you downloaded from fck site. it has all the functions in it already. you need to rename and work on this file: fckeditor_php5.php change the filename to fckeditor.php and change the name of class to: Fckeditor
[eluser]Gijs Bloemen[/eluser]
[quote author="devbro" date="1249280238"]you need to COPY the file from the zip file that you downloaded from fck site. it has all the functions in it already. you need to rename and work on this file: fckeditor_php5.php change the filename to fckeditor.php and change the name of class to: Fckeditor[/quote] Thanks alot for your help, It solves the problem Regards, Gijs Bloemen |
Welcome Guest, Not a member yet? Register Sign In |