See : http://drupal.org/node/50251#comment-96519
Was getting absolutely nowhere for a long time with this module, nothing appearing on any page... then deleted the tiny_mce_gzip.php file (as per Installation Instruction no. 6) - and it suddenly started working. No idea why, obviously some incompatability...
Comments
Comment #1
m3avrck commented@FlossieSheep ... there were a few hiccups in there as core changed base_path() and TinyMCE CVS tried to catch up. At one point the compression wasn't working.
However, all of these issues have been fixed now and I just tried latest Drupal CVS with latest TinyMCE CVS and everything is working great.
Please try the compression again and let me know if you have any problems! Remember, that php file has to go in the same directory as tinymce.js.
Comment #2
FlossieSheep commentedI'm afraid the problem is still there, if the Compressed file exists, TinyMCE simply doesn't appear at all when you "Enable Rich Text" (you can Administer it etc).
Delete the compressed version, TinyMCE appears, works etc etc.
Latest CVS of Drupal.
Comment #3
RayZ commentedSame for me with latest everything.
Comment #4
m3avrck commentedHmm I cannot reproduce this at all.
What is the path to the gzip.php file? It should resemble something like this:
/drupal_devel/drupal/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php
If you put that path in your browser, does it bring up the JS? If not, then you have tiny_mce_gzip.php in the wrong folder. It has to be nested down a few levels so it can find the JS file.
Also, it might be an issue with the compressed file itself. Do you have version 1.0.7 of the compressor? Older versions had problems with different PHP platforms and multiple inits (something we used in Drupal).
Comment #5
RayZ commentedIt turns out that in my case it was due to conflict with the latest cvs of img_assist.module (benshell's new version). This is with or without his patch to tinymce.module from http://drupal.org/node/54242. Disabling the img_assist module allows the compressed tinymce to show up just fine. I filed it as a bug in img_assist: http://drupal.org/node/55036
Comment #6
m3avrck commented