[wp-trac] Re: [WordPress Trac] #3572: IIS RTE not loading in 2.1
WordPress Trac
wp-trac at lists.automattic.com
Tue Jan 16 23:49:04 GMT 2007
#3572: IIS RTE not loading in 2.1
----------------------------------------------+-----------------------------
Reporter: sunburntkamel | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.1
Component: Administration | Version: 2.1
Severity: normal | Resolution:
Keywords: tinyMCE RTE rich text editor IIS |
----------------------------------------------+-----------------------------
Comment (by ryan):
You have the zlib extension installed, so ob_gzhandler() should exist.
The error suggests that ob_gzhandler() is being run twice. If you have
plugins activated, check to make sure none of them invoke ob_gzhandler().
Failing that, if you can edit your php.ini, try setting output_buffering
to Off. It is currently 4096. I don't think that should matter since
zlib.output_compression is off, but it won't hurt to check.
--
Ticket URL: <http://trac.wordpress.org/ticket/3572#comment:8>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list