I'm having troubles intergrating the editor into my site. I'm attempting to use PHP because my sites already built on it. I also tried the Javascript methods, but with no luck. I'm getting 404 errors of files that are there, so I add the full URL to the files and directories, and then I got an error: 'Cannot instantiate non-existent class: fckeditor' which seems like it is still not finding the files..I'm so confused..
Fri, 08/03/2007 - 15:57
#1
Re: Intergrating with PHP Issues
Please follow the instruction: http://wiki.fckeditor.net/Developer's_G ... ration/PHP
Be sure that you put the right path to fckeditor in include instruction. You can try providing there an absolute path, e.g.
The other important thing is to set BasePath properly.
If you still have problems with integrating FCKeditor, please give us more details. Paste here your some part of your code, let me know where you put fckeditor and from which directory your web server serves documents.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Intergrating with PHP Issues
Re: Intergrating with PHP Issues
You should include:
instead of: