When clicking on the 'browse' button, the resulting imce browser that pops up has the wrong base url, and does not work properly. When developing this site, I sed the domain stage.example.com and all worked fine. Part of the go live process was to move to the domain www.example.com. Everything else works with regards to files except IMCE within WYSIWYG (tinymce). I mean that stage.example.com is not referened anywhere anymore, yet IMCE still uses it rather than www.example.com

I have tried setting base_url in settings.php to www.example.com with no change.

Comments

sun’s picture

Status: Active » Postponed (maintainer needs more info)

imce_wysiwyg uses url() to build the URLs, which always takes the current domain into account. I have no idea what could have caused this issue for you.

mrfelton’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Yeah, it was really strange. And it just fixed itself one day. And there's me always trying to tell people the computers do do things randomly!