feldfunker
Forum Replies Created
-
Forum: Your WordPress
In reply to: Re-design of my siteInteresting content! 🙂
…but: there seems to be a problem with your stylesheet or HTML for IE 5.5, see this screenshot:
http://www.feldfunker.de/bridge/chelseascorner.jpgForum: Plugins
In reply to: WordPress Blogs StatsOk, here’s what I think happens: if the stats are installed, session_start() is called before a possibly enabled gzip compression calls ob_start(‘ob_gzhandler’);
To fix this, wp-stats should actually check wether GZIP compression is enabled and call that function before the session trackings starts – at least that’s how I understood it by having a quick look at the code.Forum: Fixing WordPress
In reply to: ‘ob_gzhandler’ cannot be used after ‘URL-RewritIt’s Apache, yup. I can get rid of this by switching GZIP compression of – is it possible that the gzip_compression function calls ob_start(‘ob_gzhandler’) after the session started and trans_sid is used? That should not happen AFAIK…
Forum: Plugins
In reply to: WordPress Blogs StatsI get the same error, over here:
output handler ‘ob_gzhandler’ cannot be used after ‘URL-Rewriter’Forum: Fixing WordPress
In reply to: Comments not showing up on Permalink pagesThanks a lot, I’m starting to understand. Still, this displays the comments on the individual page which messes up my layout, is their any way to get the pop-up working there?
Thanks again. 🙂Forum: Fixing WordPress
In reply to: Comments not showing up on Permalink pagesHonestly, I don’t understand your suggestion – I thought the page generated for a single post is using the same template.php page as the other pages? I don’t even use wp-comments as far as I know, just the comments pop-up…
Anyway, where do I have to put this include? Sorry, but I have no idea of PHP…