• I have installed WordPress by imbedding it in Oscommerce. I’m using blog.php and the stylsheet.blog.css.

    Everything looks good except for this warning at the top:
    Warning: Header may not contain more than a single header, new line detected. in /home/innerwor/public_html/shopping/includes/functions/sessions.php on line 96

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/innerwor/public_html/shopping/includes/functions/sessions.php:96) in /home/innerwor/public_html/shopping/includes/functions/sessions.php on line 96

    You can see my page here

    The line referred to in sessions.php reads:
    return session_start();

    Any ideas out there?
    Thanks!
    Moti

  • The topic ‘Warning: Header may not contain more than a single header’ is closed to new replies.