Ask Dreamhost about it. It’s actually before the DOCTYPE declaration in your HTML source, so I’d say that it’s running before WordPress is, somehow.
Thread Starter
Heat
(@heat)
Hmmm, weird…thanks otto24!!
Allen.H
It’s also entirely possible that it’s one of your plugins or something. You may want to search for the text in all the PHP files and see if anything turns up.
Thread Starter
Heat
(@heat)
Hello, this is what i found while trying to post a new entry:
[Enter code here]
Warning: Cannot modify header information – headers already sent by (output started at /home/.mani/dailybuzzer/dailybuzzer/wp-content/advanced-cache.php:3) in /home/.mani/dailybuzzer/dailybuzzer/wp-admin/inline-uploading.php on line 5
Warning: Cannot modify header information – headers already sent by (output started at /home/.mani/dailybuzzer/dailybuzzer/wp-content/advanced-cache.php:3) in /home/.mani/dailybuzzer/dailybuzzer/wp-admin/inline-uploading.php on line 140
What is the problem and how should i solve it?
Allen.H
Do you have WP-Cache installed? Seems like it’s something that WP-Cache might be doing. Check your settings with regard to that plugin and see what you can find.