J!Extensions Store™
Faq An error shows up when i try to perform the social login, what could be the problem?
An error shows up when i try to perform the social login, what could be the problem?

If an error like the following one shows up after a social login:

An error occurred during Google Plus login to the site, error details: file_get_contents(https://accounts.google.com/o/oauth2/token): failed to open stream: no suitable wrapper could be found"



the problem could be due to php.ini settings on your server, not having requirements and the needed PHP libraries enabled.
In this case ensure to have enabled:
  • PHP CURL library
  • allow_url_fopen
  • PHP socket support