I just upgrade my Tinymce version on Drupal 4.7, both the latest Tinymce Drupal module and Tinymce version 2.1.1.1, and now IMCE no longer works. With Firefox nothing happens, and with I.E. I get a javascript error that says "Line: 1, Char: 1, Error: invalid argument, code: 0", and nothing happens with IMCE. This is both on a localhost and on a remote server. The rest of Tinymce works fine, including the new spell check feature. Any ideas?

Comments

ragsman’s picture

I discovered that it is the gzip compressor of Tinymce that causes IMCE to stop functioning. With the compressor removed IMCE works fine. This was addressed here http://drupal.org/node/100191 in November 06 with no follow ups or solutions.

ivrh’s picture

Version: 4.7.x-2.0 » 5.x-1.0
Category: support » bug

Hi.
I am not sure about the latest version, but I have two different web-sites and in one of them tinymce and imce are working fine together (i can upload file and images when inserting links), but in another site it doesn't work. The differences between those two web-sites are:
1. Working imce is on PHP 5.2, not working imce is on PHP 4.2
2. Correspindingly, first has no support for clean URLs (thus, clean URLs are not enabled) and second has them enabled
3. Different modules configuration.

All requirements (mentioned in istallation guide) are met. I even uploaded modulesform the first web-site to another - no change.

Could anyone give an idea of what is wrong?
Thank you.

ufku’s picture

Status: Active » Closed (won't fix)