Closed (fixed)
Project:
IMCE
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2009 at 11:17 UTC
Updated:
23 Sep 2009 at 10:00 UTC
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
Comment #1
ufku commentedimce.js should be loaded only in IMCE window not with the form. How exactly do you integrate IMCE into the form?
Comment #2
hitfactory commentedI'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?
Comment #3
hitfactory commentedFound the problem. A taxonomy/term redirect rule in .htaccess was causing the autocomplete error. Without the error, all's good. :)