• Resolved rctfan1999

    (@rctfan1999)


    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 69

    I’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)
  • Moderator James Huff

    (@macmanx)

    You have unexpected whitespace (either a space or an entire line) on line 69 of the /wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/functions-wpmulib.php file. See this guide for more info.

    Alternatively, replacing the file with one from a fresh download may resolve the issue.

    Thread Starter rctfan1999

    (@rctfan1999)

    Thanks James, simply replacing the functions file fixed the issue.

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cannot send session cache limiter – headers already sent’ is closed to new replies.