[wp-testers] TinyMCE Browser Compat. Testing

Rick Beckman rick.beckman at gmail.com
Fri Dec 9 01:46:41 GMT 2005


Go into that file and comment out or delete this:

	// Only gzip the contents if clients and server support it
	$encodings = explode(',', strtolower($_SERVER['HTTP_ACCEPT_ENCODING']));
	if (in_array('gzip', $encodings) && function_exists('ob_gzhandler'))
		@ ob_start("ob_gzhandler"); // Don't let warnings foul up the JS

Save, upload, refresh... Should solve your problems. I have the same
problem on one of the blogs I administer, which is on the same server
with the same setup as another blog which works just fine...

--
Rick Beckman


On 12/8/05, Ryan Becerra <evilbear at gmail.com> wrote:
> My file located at
> http://thebear.evilbear.net/wp-includes/js/tinymce/tiny_mce_gzip.php
> doesn't output any javascript console errors yet it is undefined in the post
> screen.
>


More information about the wp-testers mailing list