Google Auth Bug

Report errors found in any assets.
Post Reply
User avatar
will0x539
New Member
New Member
Posts: 4
Joined: Mon Mar 22, 2021 11:44 am

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..
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

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.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
will0x539
New Member
New Member
Posts: 4
Joined: Mon Mar 22, 2021 11:44 am

Still doesn't work after deleteing the database file.
Works fine with FB social login.
Post Reply