bushtool
Member
Posted 5 years ago #
When I do the above, my website crashes with the above error and I have to reinstall wordpress to get back to normal. What am I doing wrong?
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/d4v/public_html/wp-includes/template-functions-post.php:570) in /home/d4v/public_html/wp-content/plugins/wordspew/wordspew.php on line 35
Well, first thing, you'd be best off to start a new thread. Second thing, this is maybe something to do with the plugin, so maybe you'd need to contact the plugin author.
And a search on "headers already sent" might help.
mrfusion
Member
Posted 5 years ago #
Hmmm, I've tried this 'Simple method' and it makes no difference. Any thought?
mrfusion
Member
Posted 5 years ago #
Hi
Actually I've worked this out. It's because I have the widgets plugin active, this effects most things in my sidebar, but i've found I can achieve a home page link by adding echo "<a href='/'>Home</a>"; to the widget_pages function in widgets.php, before the wp_list_pages function is called