Hi, i install ckeditor a Drupal 6 website and it works perfectly on the back office. I want to use it also in some form in front office without any success.
I search what can miss in my page for Ckeditor not working, as i do not create the website i had to found step by step the errors.
So i found in the source page of the front this css /contrib/ckeditor/ckeditor.css & this js /contrib/ckeditor/ckeditor/ckeditor.js so it's called.
In the configuration of Ckeditor, i've activate it in all teaxtarea so that's not the problems
In the page, their is a script probably generated by ckeditor, i merge it with the one in back office and found ond big difference : i do not have that part in the front page ""teaserCheckbox": { "edit-teaser-js": "edit-teaser-include" }, "teaser": { "edit-teaser-js": "edit-body" }" so maybe if i found why it's missing, i can solve my problem.
If you have no clues about that, is there a faq, a topic, that already list all Ckeditor problems linked with Drupal?
Thx alot.

I found another information,
I found another information, i switch theme and CKeditor works in front, so the problem is from my template.
Right under the textarea, Ckeditor should add some code (i just set the start) :
Well it isn't there. There is everything else : css, js, class ckeditor-mod on the textarea... and it's the same version of Jquery .
What can generate that situation?
Update : i found the
Update : i found the consequence of the problem, not the source. ckeditor/includes/ckeditor.utils.js isn't include in my page. When i add it manually, Ckeditor works. It's a temporary solution, because it should not be added like that.