[SOLVED] ob_start(): ob_gzhandler and URL-Rewriter...
Posted: Wed Jun 01, 2005 8:41 pm
If the beginning of a RSS feed looks that way:
...just patch /include/functions.php:
That will fix it.
Hope you implement it in the next version
Code: Select all
<br />
<b>Warning</b>: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter' in <b>/var/www/html/include/functions.inc.php</b> on line <b>28</b><br />
<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:admin="http://webns.net/mvcbCode: Select all
diff functions.inc.php.org functions.inc.php
28c28
< ob_start("ob_gzhandler");
---
> ob_start("@ob_gzhandler");
Hope you implement it in the next version