I've installed FCKEditor 2.6 and configured it to be used by the Full HTML input format (including disabling the Line break converter filter per install instructions). When I go to create a new node, I get a popup error that says "Toolbar set 'Wysiwyg' doesn't exist", and no toolbar is displayed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wonder95’s picture

As a follow up, if I use FCKEditor.module by itself instead of with WYSIWYG module, I do not get the error and the tool bar is displayed.

sun’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry, I still cannot replicate this issue. Did you try the latest version?

gaele’s picture

Version: 6.x-1.2 » 6.x-2.0-alpha1
Status: Postponed (maintainer needs more info) » Active

wonder95, are you sure you're using 6.x-1.2?

For me FCKEditor was working correctly on Wysiwyg 6.x-1.2. After upgrading to 6.x-2.0-alpha1 this popup error appeared.

wonder95’s picture

FileSize
87.09 KB

Yes. See attached screen shot for verification.

gaele’s picture

Strange.

I just rolled back to 6.x-1.2 (completely replacing the wysiwyg directory) and the problem disappeared.

I tried to diagnose the problem, but didn't get very far. The error message is from line 269 of fcktoolbarset.js.

wonder95, perhaps you could try to do a complete reinstall (including uninstall) of the wysiwyg module?

wonder95’s picture

OK, did a complete uninstall and reinstall of 6.x-1.2, and it looks like everything is working now. I think the culprit might have been this patch that I screwed up somehow (don't ask me how).

What I really need is to be able to use filefield_insert into FCKEditor, but that patch is only for 6.x-2.dev. I'll give the dev version a shot and see how it works.

Thanks.

wonder95’s picture

Status: Active » Closed (fixed)

Installed 6.2-x.dev with the patch, and it rocks!! I can insert into FCKEDitor, and then resize with image_resize_filter. Pretty dang sweet...

michalczernik’s picture

Status: Active » Closed (fixed)
michalczernik’s picture

Status: Closed (fixed) » Active

I keep having the same issue: Toolbar set 'Wysiwyg' doesn't exist

Wysiwyg API: 6.x-2.0-alpha1
IMCE: 6.x-1.2
IMCE Wysiwyg API bridge: 6.x-1.0
FCKeditor: 2.6.4

And after updating to the latest version of Wysiwyg API (6.x-2.0-alpha1) IMCE doesn't work with TinyMCE (3.2.4.1) either.

Could anyone help?

sun’s picture

Please update to the latest development snapshot and make sure you are flushing all caches (i.e. the caches of your site as well as your browser cache), so the new JavaScript is properly loaded.

ragnarkurm’s picture

here's how it looks on my screen - see att.

sun’s picture

Status: Closed (fixed) » Closed (duplicate)

Marking as duplicate of #466054: FCKeditor: Breaks on CCK textfield (not textarea). You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.

However, thanks for taking the time to report this issue.