In one of my site, in IMCE file browser, I can not see 'add image to imceimage' button. If I click selected image, it is displayed in new window instead of being inserted to post.

However, on another site, everything works well.

I am really confused, why this happen?

Comments

gmknowles’s picture

Priority: Normal » Critical

Can't add image either in text field or in CCK field making this critical and unusable. I am not using any WYSIWYG editor.

Error:

sbmt.attr("id") has no properties
setFileOps()imce.js (line 256)
e([fieldset, fieldset, fieldset, 1 more...], function(), undefined)jquery.js (line 13)
e(function(), undefined)jquery.js (line 13)
setFileOps()imce.js (line 254)
initiateOps()imce.js (line 226)
initiate()imce.js (line 17)
e()jquery.js (line 13)
e()jquery.js (line 13)
e([function(), function(), function(), 2 more...], function(), undefined)jquery.js (line 13)
e()jquery.js (line 13)
[Break on this error] var Op = {name: sbmt.attr('id').substr(5)};

panis’s picture

Project: Imce CCK Image » IMCE

Check against imce - that may not be a problem in imceimage.. Does imce work? i.e. can you get it to work with tinymce on your site or do you find similar problems on your site.

Few other items needed:
- what version of imce do you have?
- which browser and OS?

Diseree’s picture

I have 4 drupal sites. The same problem is seen on no.1 and no.2 sites.
I checked issue list, then I have found that this issue is caused by the conflict with CAPTCHA module.
Turn off "Add CAPTCHA administration links to forms" at admin/user/captcha page.

ufku’s picture

Status: Active » Closed (duplicate)