Social login is not working anybody help me.

Gunajit Goswami Posted in General Discussion 6 years ago

After doing every steps for social login with Facebook by creating App and putting all App Id, secret Keys and Valid OAuth Redirect URIs. But after trying to login with facebook i will start getting this massge "A system error has occurred. Please try again later." Please try https://www.profileindia.com

Replies
Indonesian Arsalan Shah Replied 6 years ago

That error is not a valid error for social login, try to remove line number 31 and 33 from file : system/handlers/errors.php

https://github.com/opensource-socialnetwork/opensource-socialnetwork/blob/v5.x/system/handlers/errors.php#L31

and

https://github.com/opensource-socialnetwork/opensource-socialnetwork/blob/v5.x/system/handlers/errors.php#L33

And then try to login using Facebook Login!

in Gunajit Goswami Replied 6 years ago

Dear Arsalan,
This is the error "PHP WARNING: 2018-10-11 12:13:49 (EDT): "rmdir(/home/profilei/ossndata/system/): No such file or directory" in file /home/profilei/publichtml/classes/OssnFile.php (line 34),
So what need to be corrected. Please suggest.

With Regards
Gunajit

Indonesian Arsalan Shah Replied 6 years ago

System error occurred have a message behind it. Try enable the error reporting and login again using facebook, now try to find error_log the error should be inside it.

us No one really Replied 6 years ago

Did you use https:// instead of http:// in the url areas of your app?