Warning: (null)() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be
used twice in Unknown on line 0
or
Warning: ob_start(): output handler 'ob_gzhandler' cannot be used
after 'URL-Rewriter' in /include/functions.inc.php on line 28
Tom, do you know more about it, can you fix it properly? It seems the
ob_functions need to be called before our session_start, but ob_* may also
not interfer with our BC-compatibility $raw_data stuff or the
simplecache plugin.
I also firmly believe gzip compression is a webserver matter and IMHO should
not be touched in application level?
Version 0.9 ()
------------------------------------------------------------------------
+ * Deactivated gzip compression by default, as in certain server
+ setups it creates problem with double-encoding or missing
+ ob_gzhandlers. (garvinhicking)
+
* Give HTML Nugget the option for a second "description" attribute
that is used in the Plugin Configuration section, so that HTML
nuggets with an empty title still display additional information
'title' => INSTALL_USEGZIP,
'description' => INSTALL_USEGZIP_DESC,
'type' => 'bool',
- 'default' => true),
+ 'default' => false),
array('var' => 'wysiwyg',
'title' => INSTALL_WYSIWYG,