I am able to compose content using CKeditor, but when I go back to edit the content, the CKeditor controls are not visible. What I see is the generated HTML. If I then clear the content in the editing window & save, thngo back to do an edit, the CKeditor controls are back.
I'm on Fedora 16 using rpm installation of drupal7 packages. I did try updating the CKeditor from the Drupal website, but that didn't make any difference.
I am able to hack HTML to make changes in content, but it's disappointing to not be able to use CKeditor for content updates.
TIA
Fred
apache error msg
I noticed that when I try to edit the content previosly created via ckeditor, I get the error:
[Fri Jan 25 15:34:30 2013] [error] [client xx.xx.xxx.xxx] File does not exist: /usr/share/ckeditor/xss, referer: http://mysite.com/node/4/edit?destination=admin%2Fcontent&render=overlay
(ip & site redacted)
Since the file does not exist as indicated, might this be some re-write problem?
Fred
Solved - sort of
I turned off clean url's and the problem went away.
Of cource, now I can't have clean urls.
So what is the problem?
It seems your issues are
It seems your issues are specific to Drupal, so the best solution I can recommend is using the CkEditor for Drupal module tracker -- this gives you more of a chance that fellow Drupal users will know more about this issue.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
drupal7-ckeditor RPM is the problem
fherman, the drupal7-ckeditor RPM adds an apache rule to /etc/httpd/conf.d/ckeditor.conf. Comment out the Alias at the top and restart apache and you'll be good to go with clean URLs.