saharusa
Member
Posted 3 years ago #
Hi there,
I'm using WordPress 2.9.2 with All in One SEO Pack 1.6.10.2 and WP Super Cache 0.9.9.
I set WP Super Cache to Half On to enable dynamic parts to execute. one of the dynamic parts is the header which contains wp_head()
everything seems to work fine but All in One SEO Pack, I get this:
<!-- All in One SEO Pack 1.6.10.2 by Michael Torbert of Semper Fi Web Designob_start_detected [-1,-1] -->
<!-- /all in one seo pack -->
Any suggestions ?
'Fraid not. I use the exact same configuration and it works fine for me. Could be another plugin that uses the output buffer incorrectly.
saharusa
Member
Posted 3 years ago #
It happens only when serving from cache, first loading works fine.
I had some problems with WP Super Cache/minify. Not sure if it's related to your problem, but some CSS and JS files can't be minified without causing problems.
I switched to WP Total Cache which I prefer btw.
saharusa
Member
Posted 3 years ago #
I'm actually using minify to handle all css,js
I'll try to disable that to see the effect.
saharusa
Member
Posted 3 years ago #
Nope... even without minify I get the same results...
Look for ob_start in your plugins directories. Or try disabling plugins one by one until your site works again.
saharusa
Member
Posted 3 years ago #
Thanks donncha, but the answer was simple than that...
I used:
<!--mfunc get_header() -->
<?php get_header(); ?>
<!--/mfunc-->
while header.php holds wp_head()...
so All in One SEO Pack plugin couldn't find anything... pffff
This is more relevant post regarding this matter:
http://wordpress.org/support/topic/389161?replies=6#post-1488595
photologs
Member
Posted 3 years ago #
I have no problems with plugin on the latest wordpress installation on photologs domain.