Hi there,
Just started to use Wordpress, and downloaded the wp-super-cache plugin to speed up things.
When i enable the plugin my right sidebar disappears? and when i disable it its back again.
I really love to use it because my site is much faster but i also need my right sidebar :)
Any ideas?
LEVD
http://wordpress.org/extend/plugins/wp-super-cache/
Are there any errors in your php error_log? The plugin shouldn't do anything to your sidebar. Is any plugin using ob_start() ? If so, they might not be closing the output buffer correctly.
No errors in error_log.
how can i check if any plugin is using ob_start() ?
I just installed WP so i do not use very much plugins yet..
Anyone has any idea about this problem?
Search through the directories in wp-content/plugins/ for files that contain ob_start().
I use grep but if you only have ftp access you may have to download the files and search them on your local computer.
Check wp-content/themes/ too in the same way. Perhaps your theme is using it in a broken way.
i checked it all, only one plugin containing ob_start.
allinoneseo plugin uses this, however when i disable the plugin and enable super cache the same problem is there.
ok, what's your blog's url? Can you paste the sidebar code from your theme into http://pastebin.com/ and post the url here? What theme are you using?
Hi there,
Thank you for your assistance so far.
Here is my blog url http://www.eighteen.tv/blog ADULT VIEWERS ONLY!
Here is the link to pastebin for my sidebar2.php that isnt showing when wp-super-cache enabled: http://pastebin.com/m18d07ff4
The theme i am using: girlicious
Levd.
No need to bump it. Unfortunately your sidebar looks perfectly ok. You'll have to debug it yourself, possibly adding error_log() or wp_mail() to the theme to see where processing ends. I have no idea why this is happening to you. Sorry.
Ok, well thanks for the asistance.
btw is wp-cache the same? i also tryed this and gives the same problem :(