Closed (fixed)
Project:
IMCE Wysiwyg bridge
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 11:19 UTC
Updated:
8 Mar 2010 at 16:53 UTC
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
Comment #1
sunimce_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.
Comment #2
mrfelton commentedYeah, 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!