The imce works fine when browsing images from the user profile page, when launched from tinymce the list of images is displayed but images cannot be selected with the mouse, there is no "add" option and the "delete" option does not display confirmation message box.
i have checked file system permissions. The correct javascript seems to be included at the footer of the page.
Any clues?

Centos 4,
DRUPAL 5.2
IMCE 5.x-1.0
TinyMCE 5.x-1.9

Comments

judgedrid’s picture

Status: Active » Closed (fixed)

ok so the problem was with secure pages module, the image browser did not use https and that seemed to be the cause of the problem,
so since the node/add and node/edit urls where https i added the imce/browse in the secure pages list and seems to work fine.