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 <[EMAIL PROTECTED]> 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.
>
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers