Hi,

I've tried to set up IMCE with FCKeditor with no luck at all. I'm able to fire up IMCE via FCKeditor and I can upload images, but the button "Send to..." doesn't appear. If I drag'n'drop the image, a new browsertab is opened and the image appears, but I can't drag it into the editor itself. So appearance of the "Send to" Button was greatly appreciated.

Yet it doesn't show up.

System:
Drupal 6.2 with a german translation
IMCE 6.x-1.0
FCKeditor 6.x-1.x-dev / FCKeditor 6.x-1.2-1 (both share the same issue) + FCKeditor 2.6

Anyone stuck with the same issue?

Regards,
Harry

CommentFileSizeAuthor
#7 imce.js_.patch666 bytesufku

Comments

hsiegel’s picture

forgot to mention: tried this with firefox 2.0.0.14 and IE 6-something

ufku’s picture

using ssl?

hsiegel’s picture

hi ufku,
no i'm using a non-ssl apache server. I've set up two drupal with different themes on that machine, and neither shows the 'send to' button. are there any apache settings that imce needs in order to function properly? btw: the panels are not resizeable. i can see the lines, but the mousecursor doesn't change. I've tested imce 6 on your demo page and that one works, so obviously it ain't a browser problem.

what further information do you need?

ufku’s picture

then, there is probably a javascript conflict.
visit yourdomain/imce?app=Test to see if there is any js error.

hsiegel’s picture

ok i can see an error:

sbmt.attr("id") has no properties
imce.js? Line 256

hsiegel’s picture

Hi ufku,

After fiddeling around with almost all (server)configurations and modules I finally managed to solve the problem.

The strange behaviour was caused by the CAPTCHA-Module (6.x-1.0-rc2 / 6.x-1.x-dev). After disabling the module IMCE now runs like a charm.

I'm not sure where to address this bug, as it is completely unclear to me where and why the CAPTCHA module interferes with IMCE. Unfortunately I need this module as it provides the reCaptcha service.

Please let me know if you can reproduce this bug

Best regards,
Harry

ufku’s picture

Title: "Send to" Button doesn't show up » IMCE vs Captcha conflict
Component: User interface » Code
Assigned: hsiegel » Unassigned
Category: support » bug
Status: Active » Needs review
StatusFileSize
new666 bytes

In captcha settings, the option "Add CAPTCHA administration links to forms" adds an additional fieldset to IMCE forms, which results in a js process error.
This is seen by only site administrators.
A workaround is to disable said option.
Thanks harry for hunting this bug :)

hsiegel’s picture

patch works for me. thank you.

dan.crouthamel’s picture

I ran into the same issue this evening - The "Send to FCKEditor" link was missing. Disabling the CAPTCHA module solved the problem, but that isn't completely necessary. Turning off the "Add CAPTCHA administration links to forms" setting solved the problem as well.

ufku’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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