I just upgraded from 2.0.18.2 to 2.0.18.8 to fix another issue and now the google sign-in is no longer working. Its giving the same error mentioned by others. All other sign-in methods do work still. I tried disabling it and openId, and re-enabling them in order but no luck... any help? thx in advance!
I have tried getting the latest versions of the google sign-in plugin and the open id plugin, as well as the latest lightopenid file. I made the modification mentioned by @AnalyticsEdge but still no luck. Finally, I found this page http://stackoverflow.com/questions/10062622/501-http-error-when-trying-to-use-php-openid-with-google which suggests the google URL must have a slash at the end. This change my error from the 501 error to a "No servers found" message.
Note google sign-in was working a coule days ago before upgrade. Now it is not. Even if I revert changes to previous version it no longer working. Perhaps a file permissions issue?
Comments
I have it working - brand new install.
http://gitorious.org/lightopenid/lightopenid/blobs/7f521a781463fe7ac341be633861fc2435180858/openid.php
and name it class.lightopenid.php.
to:
$this->trustRoot = 'http://' . $_SERVER['HTTP_HOST'];
to solve the Google error for Page requested is invalid.
I just upgraded from 2.0.18.2 to 2.0.18.8 to fix another issue and now the google sign-in is no longer working. Its giving the same error mentioned by others. All other sign-in methods do work still. I tried disabling it and openId, and re-enabling them in order but no luck... any help? thx in advance!
http://www.geomagik.com/forum/
I have tried getting the latest versions of the google sign-in plugin and the open id plugin, as well as the latest lightopenid file. I made the modification mentioned by @AnalyticsEdge but still no luck. Finally, I found this page http://stackoverflow.com/questions/10062622/501-http-error-when-trying-to-use-php-openid-with-google which suggests the google URL must have a slash at the end. This change my error from the 501 error to a "No servers found" message.
Note google sign-in was working a coule days ago before upgrade. Now it is not. Even if I revert changes to previous version it no longer working. Perhaps a file permissions issue?
Any suggestions?