Facebook Login v1.00 Released!

Re: [Dave] Facebook Login v1.00 Released!

  • Archived  

By Djulia - October 30, 2012

Hi Dave,

I have an error message and connection does not seem to be established. An idea?

PHP Warning: session_destroy(): Trying to destroy uninitialized session in login_functions.php on line 94

Thanks!

Djulia

Re: [Djulia] Facebook Login v1.00 Released!

  • Archived  

By Dave - October 30, 2012

Hi Djulia,

If you can email me directly with login details I can debug that for you.

The first thing I'd check is the website membership plugin has been upgraded, as we changed some of the code so it didn't erase the entire session anymore for programmers who use the session for something else.

Either way, I'd like to improve that error message if possible. Thanks!
Dave Edis - Senior Developer
interactivetools.com

Re: [Djulia] Facebook Login v1.00 Released!

  • Archived  

By Dave - October 30, 2012 - edited: October 30, 2012

Hi Djulia,

Thanks for the report, I emailed you some details on the fix, can you let me know if you run into any other issues?

Any for anyone else reading, there was a typo on the plugin page. The version of Website Membership required is 1.08, not 1.07. So if you have any problems just upgrade to the latest version.

Thanks!
Dave Edis - Senior Developer
interactivetools.com

Re: [Djulia] Facebook Login v1.00 Released!

  • Archived  

By Dave - October 30, 2012

Hi Djulia,

And if you get this error anymore can you let me know:
>PHP Warning: session_destroy(): Trying to destroy uninitialized session in login_functions.php on line 94

And apply this fix to that line (code in red):
if (@$_SESSION) { @session_destroy(); }

Thanks!
Dave Edis - Senior Developer
interactivetools.com