Hello,

I have imce wysiwyg enabled for Full HTML, and in a content type I have a multi value field as well. Even though the filter by default is set to filtered html , so no imce is running, I get this error message and clicking on the "Add Another Item" just hangs.

Comments

ufku’s picture

Category: bug » support

IMCE runs in its own window and musn't be included in node form.
You should find out how imce.js is included in that page.

giorgio79’s picture

There is a node reference multi value field, and this error comes up when I click on "Add Another Item" in the multi value field.

MauPalantir’s picture

This is an IMCE_wysiwyg bug. I had this with a simple voteupdown ajax link.

I just uncommented the lines

// drupal_add_js($imcepath . '/js/imce.js');
// drupal_add_js($imcepath . '/js/imce_set_app.js');

in imce_wysiwyg.module and cleared cache, then it seems to work now.

ufku’s picture

Status: Active » Closed (fixed)