Components:
- Drupal v5
- Drupal FCKeditor module v 5.x-2.3
- FCKeditor - v 2.5
- IMCE 5.x-1.3

'Browse Server' button disappears from FCKeditor during 'Insert Link' and 'Insert1.1.2.6 Picture' dialogues. Reverting changes back to imce_set_fck.js (1.1.2.6 from 5.x-1.2) brings the button back.

Comments

wavesailor’s picture

I have the same issue. I searched around but cannot find a solution. I'm not sure how to roll revert back to an earlier version.
HELP!

Update: As Alexander suggested, I overwrote my current version (IMCE 5.x-1.3) of imce_set_fck.js with my previous version and that solved my problem.

bmatsunaga’s picture

Replacing imce_set_fck.js worked for me too, Thank you!

jmwhitco’s picture

I updated IMCE to 5.x-1.3 last Friday, and didn't catch that the button was also missing in my insert window until today. Will try replacing imce_set_fck.js with the 1.2 version as others have done.

Update: noticed that if I click the Image insert button, cancel, then click the image insert again, I get the browse server button and it works fine.

madflute’s picture

I tried the suggestion, swapping imce_set_fck.js but to no avail so I reinstalled 5.x1-2. Still no button.

Any suggestion would be appreciated.

56rosa’s picture

Hi there,

I have CKeditor module, which is supposed to be quite similar with FCKeditor.

My problem: The "Browser Server" button never appeared since I have installed CKeditor with IMCE, IMCE_WYSIWYG, and WYSIWYG.

What do you all mean by this
"replacing imce_set_fck.js with the 1.2 version as others have done"?

I'd like to try that, even if I have Drupal 6.19

Thanks

56rosa’s picture

I have the button "Browser Server" appearing now for one site, but not the other.

ufku’s picture

Category: bug » support

Try different themes to see if it's a theme issue.

56rosa’s picture

The problem is a little bit more complicated: basically the links do not work for one of my sites on a multi-site configuration. So, I can't even configure the CKEditor for this site then. And it's the same with different themes.

The regions that are supposed to collapse do not work.

I have explained this issue here. http://drupal.org/node/963724

I'm not sure what to do. I may re-install everything, since I cannot find the answer anywhere right now.

dvrvm’s picture

I upgraded last week from some year-old 5.x-1.0 or so to 5.x-1.3 and ran into the same problem.
The issue can be fixed partially by replacing the imce_set_fck.js with the version from 5.x-1.2. However, this only fixes the problem if I load FCKEditor in the textarea; it doesn't work if FCKEditor is loaded as a popup. This worked flawlessly with old IMCE + old FCKEditor. FCKEditor module probably changed the way how they work with popups. Since FCKEditor module should not need to be concerned about how IMCE integrates into it, I think this is an IMCE issue, even if probably a FCKEditor change is the underlying cause.

The IMCE javascript files are never loaded in the popup window, as seen in source code and with Firebug Net panel. Since the corresponding HTML is apparently written from the imce_footer function, this is unsurprising. I don't know how the old version worked, but it worked :D

ufku’s picture

Status: Active » Closed (fixed)