[wp-trac] Re: [WordPress Trac] #6112: Javascript error and TinyMCE
does not appear
WordPress Trac
wp-trac at lists.automattic.com
Thu Mar 13 20:00:38 GMT 2008
#6112: Javascript error and TinyMCE does not appear
-----------------------+----------------------------------------------------
Reporter: neoen | Owner: azaozz
Type: defect | Status: closed
Priority: high | Milestone:
Component: TinyMCE | Version: 2.5
Severity: normal | Resolution: fixed
Keywords: has-patch |
-----------------------+----------------------------------------------------
Changes (by azaozz):
* status: reopened => closed
* resolution: => fixed
* milestone: 2.5 =>
Comment:
Replying to [comment:12 neoen]:
> ...
> But I think that many webhosters allows this possibility...
>
> Then also works zlib.output_compression = On for me. So I am not sure
where exactly the problem is.
> ...
> But it works now and thank you for your help...
TinyMCE's compressor uses gzencode() which is incompatible with
zlib.output_compression. It checks that zlib.output_compression is turned
off before compressing the js, and in your phpinfo it shows as off, but
perhaps it is set to On in your php.ini and then turned off later, which
doesn't work.
You're right that most web hosts support zlib.output_compression, but it's
set to Off by default. If it's enabled, the compressor won't compress the
js, only concatenate it into one file.
--
Ticket URL: <http://trac.wordpress.org/ticket/6112#comment:13>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list