First off, thanks for this great module, use it in almost every Drupal site I build!
Having a bit of a strange issue on one of our sites though. We are using TinyMCE, WYSIWYG and IMCE / IMCE WYSIWYG Bridge to allow site administrators to upload images. In the stage environment of our site the 'Send to TinyMCE' button appears in the IMCE uploader window. But in the production environment of the site, this button does not show up?
Is there some issue with file permissions or something that would prevent this button from showing up?? (see attached screencap)
I have tried re-installing / configuring all the required modules and so far it has not made any difference, no matter what I try, the 'Send to TinyMCE' button will not appear. This is why I am starting to wonder if it is a php setting or a server config that is preventing the button from appearing.
I didn't see any open issues that looked to be related to this, so I thought I should open a new issue, and see if the drupal community can offer any advice.
Thanks in advance for your help!
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2010-04-19 at 11.13.23 AM.png | 72.03 KB | LiFTED |
Comments
Comment #1
Anonymous (not verified) commentedSubscribe.
Same issue here, we were using FCK and switched back to TinyMCE... but no fun for everyone.
Seems like this has been an issue in the past: http://drupal.org/node/412232 and http://drupal.org/node/241753 .
In our beta site everything works well. On live not. Feels pretty random.
Comment #2
Anonymous (not verified) commentedIf found this potential cause of the error:
Javascript permisisons problem line 48 of /sites/all/modules/imce/js/imce_set_app.js?s -
var filename = $('#'+ appFields['url'], appWindow.document).val();
Erreur : Permission refusée d'obtenir la propriété Window.document
I tried to disable JavaScript caching but that did not seem to resolve it. Yes, caches were cleared, etc...
IMCE opens with the querystring /imce?app=tinymce|url%40src
Comment #3
Anonymous (not verified) commentedMy issue was related to the "securepages" module, which is encrypting our "create content" pages. IMCE was not encrypted and thus could not post data back to the https editor pages.
See http://drupal.org/node/241753#comment-1782692
Hope this stuff helps you out!
Comment #4
drjonez commentedThanks I disabled SSL for the edit pages and everything is working fine now.
Comment #5
florisla commentedSeems like this is an issue in the secure pages module; not really a bug in IMCE Wysiwyg bridge.