php - "No servers found" using openid light -
all of sudden i'm getting error message using light open id.
fatal error: uncaught exception 'errorexception' message 'no servers found!' in /home/a3422801/public_html/loginassignment/php/openid.php:463 stack trace: #0 /home/a3422801/public_html/loginassignment/php/openid.php(595): lightopenid->discover() #1 /home/a3422801/public_html/loginassignment/index.php(9): lightopenid->authurl() #2 {main} thrown in /home/a3422801/public_html/loginassignment/php/openid.php on line 463
...and small snippet of relevant code in openid.php:
if ($server) { # found openid2 op endpoint if ($delegate) { # have found op-local id. $this->identity = $delegate; } $this->server = $server; return $server; } throw new errorexception('no servers found!'); i have no idea problem - recent issue. know has changed openid. i'll gladly provide more code required. i'm new logins , php in general apologize if vague.
this google login coupled fb login if has bearing - said, functioning correctly.
i had same problem, , solved comparing openid url using, 1 here on stackoverflow. turns out wasn't using https. until recently, not problem, seems required.
so make sure you're using following url: https://www.google.com/accounts/o8/id
after changing this, works again @ websites.
Comments
Post a Comment