Just wanted to post this because it took me longer to figure out than I would have liked.

If you are running IMCE and Secure Pages and set secure pages to revert to http for pages not listed as secure, remember to add imce* to your list of secure pages if you want the IMCE pop-up to work correctly. This issue has been covered for disknode and img_assist, and likely affects all similar pop-ups when editing node field content.

-s

Comments

seanberto’s picture

Hopefully this will come in handy to someone as well. If you are using secure pages and the link to node module that provides the nifty tinymce plugin, and you are switching between http and https access based on the type of page that's getting served up, you may want to add ltc* to your list of secure pages. This is required if node/*/edit is also https. Otherwise, the pop-up won't function.

Sean Larkin

sander-martijn’s picture

Thanks, that worked, took me a while to track this one down. However I would like to add/change one thing. The best thing, in case you have this popup enabled in places that are both secure and nonsecure is to have imce* listed in the ignore field instead, which means it will return in http if the page is http and https if it's https. If you're only using it in https then the first solution offered works, but ignore is safer.