Anyone got an idea why I am getting this code:
Cannot instantiate non-existent class: fckeditor
I am using the same code as sample one on the php sample files. I have only changed what the instruction say to and I think my host server is running PHP 4.1 or 4.2????
Thanks in advance for any help or a directiont hat I can take to get mroe help,
:: LD ::
Cannot instantiate non-existent class: fckeditor
I am using the same code as sample one on the php sample files. I have only changed what the instruction say to and I think my host server is running PHP 4.1 or 4.2????
Thanks in advance for any help or a directiont hat I can take to get mroe help,
:: LD ::
RE: Newbie Question
The examples code includes the FCKeditor.php using a path relative to the file location: include("../../fckeditor.php") ;
Check this include in your new file and make sure the include uses the right path, i.e. the path to where it can find your fckeditor.php relative to its own location.