When editing taxonomy tags on a form where IMCE is enabled, I get the following message in Firebug:

logs is null
[Break on this error] logs.appendChild(div);\n (line 528)

It also causes a HTTP Error 0 Occurred alert for the taxonomy/autocomplete callback.

Is there a workaround/fix for this?

Comments

ufku’s picture

Status: Active » Postponed (maintainer needs more info)

imce.js should be loaded only in IMCE window not with the form. How exactly do you integrate IMCE into the form?

hitfactory’s picture

I'm using IMCE with WYSIWYG API and IMCE WYSIWYG Bridge modules on a body field of a node form. I've just installed the module and configured as per instructions. No special use case.

When I start entering terms in the taxonomy autocomplete, I get the HTTP alert followed by the logs null error traced to imce.js. So the JS is definitely being loaded in the main browser. Seems like the autocomplete error triggers the imce script. Have you seen this before?

hitfactory’s picture

Status: Postponed (maintainer needs more info) » Fixed

Found the problem. A taxonomy/term redirect rule in .htaccess was causing the autocomplete error. Without the error, all's good. :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.