• I got a bunch of warnings about this.

    [27-Jul-2017 07:15:01 UTC] PHP Warning: session_start(): Cannot send session cookie – headers already sent in /home/xxx/wp-content/plugins/wordpress-social-login/wp-social-login.php on line 64
    [27-Jul-2017 07:15:01 UTC] PHP Warning: session_start(): Cannot send session cache limiter – headers already sent in /home/xxx/wp-content/plugins/wordpress-social-login/wp-social-login.php on line 64

    I tried to put this code right after the <?php but it still appears.

    Can you please help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • @whoiswho Have you got a fix for this yet?

    Thread Starter khanhvo

    (@whoiswho)

    This has gone after transfer to a new server. It could be a PHP7 issue?

    It would be appreciated to hear some offers to resolve this!

    Any updates on this? I am getting the same issue…

    @nik4537

    Yes, it isn’t the plugin. The .htaccess has already cached and sent expires headers and trying to send it again. There is a very simple and quick fix.

    1) Simply logout of the site and do a hard cache clear and reset all cookies etc. in all the browsers you are using. Restart browser and check site – Login and the issue should be resolved.

    2) If not, completely delete plugin including any remaining database files associated. Then repeat step 1.

    I know this may be unconventional however, this worked for me.

    Topher

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP Warning: session_start()’ is closed to new replies.