http://drupal.org/node/74937 - gzip plugin not work
http://drupal.org/node/108802 - TinyMCE error when using compressor
http://drupal.org/node/92008 - Problem with tiny_mce_gzip.php causes only disable
http://drupal.org/node/109661 - GZ compressor does not automatically detect.
http://drupal.org/node/67204 - Speed up your TinyMCE installation tremendously

Comments

johnalbin’s picture

Status: Active » Closed (duplicate)
Kazona’s picture

I easily overcame the issues with the gzip compression by doing the following:

  1. Copy the tiny_mce_gzip.js and tiny_mce_gzip.php to the tiny_mce directory. The same directory that contains the tiny_mce.js file.
  2. Open tinymce.module with your favorite editor, or just use wordpad
  3. Find the following line: /tinymce/jscripts/tiny_mce/tiny_mce.js
  4. Replace with: /tinymce/jscripts/tiny_mce/tiny_mce_gzip.js
  5. Save the file, and upload it to your tinymce module directory, replacing the original file
johnalbin’s picture

Roy, this issue has been fixed. See http://drupal.org/node/110761