• See the error log below that I am getting

    Solution:
    if (session_status() == PHP_SESSION_NONE)
    {
    session_start();
    }

    ========
    [15-Jan-2019 01:52:11 UTC] PHP Warning: session_start(): Failed to decode session object. Session has been destroyed in /home/give/website.com.com.au/givell/wp-content/plugins/wordpress-social-login/wp-social-login.php on line 64
    [15-Jan-2019 01:52:11 UTC] PHP Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/give/website.com.com.au/givell/wp-content/plugins/wordpress-social-login/wp-social-login.php:64) in /home/give/website.com.com.au/givell/wp-content/plugins/wordpress-social-login/wp-social-login.php on line 64

    Please update or advise

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Warning: session_start() in error log’ is closed to new replies.