Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I've successfully installed and configured the wysiwyg module with ckeditor. However, it keeps disappearing. First it disappeared when I enabled another module (cannot remember which, but thankfully it wasn't necessary so I could disable it again). I was just lucky to figure that out.

But now it disappeared again, and I don't know what happened this time. I didn't install any new modules.

Any ideas why this is happening? Is the wysiwyg module too unstable to use? If so, what's the alternative?

EDIT:

The issue keeps coming back, but I have discovered something new: if I disable a module (and optionally enable it again), apparently pretty much any module, then the wysiwyg editor appears again(!)

So it seems any change in the modules installed brings the editor back. I have only tested this in localhost, if that has anything to do with it...

share|improve this question
It works quite well for us. We use it on a lot of websites. Do you see any Javascript errors on the pages that WYSIWYG won't load? It usually happens when there's a javascript error which stops the execution of the script that loads the editor. An alternative is the CKEditor module that doesn't use WYSIWYG module. – Beebee Jun 15 '12 at 8:12
Ok, well it worked for me as well. Now I actually got it working again by experimenting a bit, and this time disabling lightbox2 did the trick. Apparently there are many conflicts with wysiwyg. I just wish I knew which they are... – Anders Svensson Jun 15 '12 at 10:07
We have a lot of websites using WYSIWYG with a combination of Lightbox2 as well as lots of other contrib modules. We never noticed this issue. Weird. Would be nice to know what exactly caused your issue when you figure it out. – Beebee Jun 15 '12 at 11:03
Yeah, well, I have no idea. It just disappeared again, and all I had done this time was to create a new content type...! Yes, it is really weird... – Anders Svensson Jun 15 '12 at 11:06
Sounds like you have an underlying issue on your Drupal installation, not really connected with WYSIWYG but at least it's affecting it. – Beebee Jun 15 '12 at 11:07
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.