- This topic has 1 reply, 1 voice, and was last updated 14 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Weird Warning behavior
I have a site I built for my wife, http://www.thedreamercomic.com . Only the blog section is in wordpress currently, to help with page processing etc on post days (its a webcomic site).
But I had a developer friend do something to get the most recent post in the blog, and put it on the index page.
So once I activated this plugin – on the homepage I get this text rendering now above all my code:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at… /my path information etc//
When I deactivate the plugin, it goes away. I’m assuming its because he did a little wordpress/php fiddling to show the post. Can you look at the code to figure out what the deal is to fix this from happening? Any help would be greatly appreciate!!!
Thanks!
I had a friend who knows php look at it, and to solve the problem I basically had to move a bit of code above the header and doctype. No errors, works fine now.