I have installed TinyMCE, configured it as it is indicated in the TinyMCE module documentation, and it works correctly.

I then downloaded IMCE, installed it according to the directions, and the browse button is no where to be found. I have tried the solutions mentioned in the troubleshooting section of the modules official website. I have searched drupal.org and tried every tip I could find through that search, even going as far as modifying the code in the imce.module file.

There are no javascript errors (I'm using Firebug).

I am running a local xampp server, tested in both FF2 and IE7, no browse button. I have even deleted my whole drupal installation, installed drupal again, installed the TinyMCE module again, and lastly IMCE. Still no browse button.

Please, it would be great if you could fix this bug. Many people are experiencing the exact same problem, and it seems to be a very nice module from what I have seen when viewing the demos.

CommentFileSizeAuthor
no_browse_button.GIF12.7 KBfranklindholm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

GiorgosK’s picture

I have the feeling its not a bug with the IMCE module

I had the same problem with it some time ago

It turned out reading the readme.txt carefully and
following all the instructions was enough

but I also had to
clean my browser's cache
the drupal cache if enabled
and to login under a different user

before I could see the browse button.

georgev’s picture

I assume that is a problem in imce_set_fck.js wich lacks to setup correctly editor configuration.
In page html with inline fck editor enabled i get the following javascript:

oFCK_1.Config['LinkBrowser'] = false;
oFCK_1.Config['ImageBrowser'] = false;
oFCK_1.Config['FlashBrowser'] = false;
oFCK_1.Config['LinkUpload'] = false;
oFCK_1.Config['ImageUpload'] = false;
oFCK_1.Config['FlashUpload'] = false;

I am using Drupal 5.7, IMCE 5.x-1.0, FCKEditor 5.x.-2.x-dev, fck 2.5

ufku’s picture

Category: bug » support
Status: Active » Closed (duplicate)

search previous issues.