Cannot send session cache limiter – headers already sent
-
I’m running my site off of GoDaddy, and I have ran into this message:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/p3pnexwpnas04_data03/87/2301287/html/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/functions-wpmulib.php:69) in /home/content/p3pnexwpnas04_data03/87/2301287/html/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/functions-wpmulib.php on line 69I’ve looked at the plugins functions-wpmulib.php on line 69 and heres the surrounding code:
public function __construct() { if ( ! session_id() ) { if ( ! headers_sent() ) { session_start(); } }Line 69 is the
session_start();The website with this issue is imagineeringparks.com.System specs for me:
OSX Version 10.9.5
Browser: Chrome
Cookies: Enabled
Flash: Installed, up to date
Javascript: Up to date
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Cannot send session cache limiter – headers already sent’ is closed to new replies.