perrybutler / WP-OAuth

A WordPress plugin that allows users to login or register by authenticating with an existing Google, Facebook, LinkedIn, Github, Reddit or Windows Live account via OAuth 2.0. Easily drops into new or existing sites, integrates with existing users.
GNU General Public License v2.0
97 stars 76 forks source link

Avoid php notice. #31

Closed larsschenk closed 8 years ago

larsschenk commented 9 years ago

Avoid 'PHP Notice: A session had already been started - ignoring session_start()'. Simple fix: Don't start a new session if an old one is running.

ve3 commented 9 years ago

There are a lot more notice error. Are you able to fire at these? :) :+1: For you. https://wordpress.org/support/topic/undefined-index-wpoa-error?replies=2

captainjmac commented 8 years ago

Please merge this in :-) Getting notices all over the place. :+1: