Closed (outdated)
Project:
TinyMCE
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2006 at 19:41 UTC
Updated:
14 Jan 2021 at 17:14 UTC
Jump to comment: Most recent
Comments
Comment #1
m3avrck commentedWhat 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?
Comment #2
pnikosis commentedYes 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)
Comment #3
Aurelius de Cuisine commentedJust 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
Comment #4
Aurelius de Cuisine commentedAs 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.
Comment #5
filiptc commentedCan you describe where you applied that change?
Thx,
Phil
Comment #6
filiptc commentedIn 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
Comment #7
luke.leber