In Internet Explorer, I'm getting an error, I get 'realTinyMCE not Defined' so I can't get TinyMCE work on MS Internet Explorer :(

Comments

m3avrck’s picture

What version of Drupal are you using? What version of TinyMCE module? What version of TinyMCE libraries?

Can you be more specific as to where you encounter this error?

pnikosis’s picture

Yes of course, sorry :)

I'm using Drupal 4.7, the TinyMCE version is the 2.0.6.1, the module version is the one from the 01/05/2006, and I'm using the compresor version 1.0.8 (PHP)

Aurelius de Cuisine’s picture

Category: support » bug

Just to follow up. I've noticed the same issue, running drupal 4.7.0, tinymce plugin 4.7.0, tinymce 2.0.6.1, tinymce compressor 1.0.8.

Appears to be a result of:

tinyMCE = realTinyMCE;tinyMCE.init(tinyMCECompressed.configs[1]);
Warning: file_get_content(/home/dc/www/modules/tinymce/tinymce/jscripts/tiny_mce/plugins/editor_plugin.js): failed to open stream: No such file or directory in /home/dc/www/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php on line 117

from:
/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce_gzip.phptheme=&language=&plugins=&lang=en&index=1

Aurelius de Cuisine’s picture

As a workaround, I've done:

touch %pathtodrupal%/modules/tinymce/tinymce/jscripts/tiny_mce/plugins/editor_plugin.js

Seems to band-aid IE.

I did happen to notice that Opera is also broken with img_assist errors in js.

filiptc’s picture

As a workaround, I've done:

touch %pathtodrupal%/modules/tinymce/tinymce/jscripts/tiny_mce/plugins/editor_plugin.js

Seems to band-aid IE.

Can you describe where you applied that change?

Thx,
Phil

filiptc’s picture

In my case I found that this error only happens when another language than the default 'en' is selected. And weirdly only in IE (with IE7_b2 the problem persists).

Phil

luke.leber’s picture

Issue summary: View changes
Status: Active » Closed (outdated)