Session header problem
-
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..
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.