[wp-testers] TinyMCE Browser Compat. Testing

Ryan Becerra evilbear at gmail.com
Fri Dec 9 01:55:26 GMT 2005


that did the trick, I really appreciate the help guys.

On 12/8/05, Rick Beckman <rick.beckman at gmail.com> wrote:
>
> 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.
> >
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/wp-testers/attachments/20051209/e04aae51/attachment-0001.htm


More information about the wp-testers mailing list