bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Session header problem

(3 posts)
  • Started 10 months ago by fabianzaf
  • Latest reply from fabianzaf
  • This topic is not resolved
  1. fabianzaf
    Member

    When including wp-config.php in my config.php with this code:
    <?php require_once('/home/path/public_html/wp-blog-header.php'); ?>

    I get this error

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /public_html/wp-blog-header.php:29) in

    Everything works its just this message showing up. I read in one plugin support page when I was searching through google that I have to edit the session code to say :

    @session_start();

    Although.. i'm not quite sure where..

    Posted 10 months ago #
  2. fabianzaf
    Member

    I fixed this problem :D

    the topic_views plugin was also sending out a session and did not have the @ symbol in place.

    All is fixed ^^

    Posted 10 months ago #
  3. fabianzaf
    Member

    Having duplicate sessions is actually stupid.. since I only need one. Deleted the session from the plugin.

    Posted 10 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.