Page 1 of 1

Google Auth Bug

Posted: Mon Mar 22, 2021 11:45 am
by will0x539
There is an issue with google authentication. Getting a 500 error response and seems to break at line 52 of bl_OAuth.php:
$db = Utils::get_sqlite_db('gSessionsdb.db', 'gSessions');

Strangely, fb has exactly same code block except different file and table names..

Re: Google Auth Bug

Posted: Mon Mar 22, 2021 8:16 pm
by Lovatto
I can't replicate this issue, please try the following in order to check something:

- Delete the fbSessionsdb.db from your server directory.
- Try login with Google, if success with it, next try login with Facebook.

Let me know the result.

Re: Google Auth Bug

Posted: Tue Mar 23, 2021 3:11 am
by will0x539
Still doesn't work after deleteing the database file.
Works fine with FB social login.