Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7846389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:34:01+00:00 2026-06-02T17:34:01+00:00

Using LightOpenID library, I managed to successfully implement OpenID in my website. However, a

  • 0

Using LightOpenID library, I managed to successfully implement OpenID in my website.
However, a few days ago, it simply stopped to work when using Google as provider (it runs fine using Yahoo!).
Since the day I implemented OpenID, it runned fine using any provider. I even had a few users using their Google Accounts to login. However, strangely, a few days ago Google stopped to work (while other providers still run fine), returning false on $openid->validate()

I tested using the example-google.php file with no modifications, provided by LightOpenID, but I had no luck. I also tested using different Google Accounts, no luck too. I even tested on different websites, but still no luck. Note that I am using shared host and curl is installed, running version 7.19.7

Did Google make any recent changes on it’s system that is now causing this? Is there any other reason for this problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T17:34:02+00:00Added an answer on June 2, 2026 at 5:34 pm

    Other people are saying to enable cURL (which may be your issue), but in my case cURL was enabled.

    Some more snooping around and I found out that the request was going through request_streams() due to the following check failing in the function request (formatted for convenience):

    if (
      function_exists( 'curl_init' ) &&
      (
        !in_array( 'https', stream_get_wrappers() ) ||
        !ini_get( 'safe_mode' ) &&
        !ini_get('open_basedir' )
      )
    ) {
    

    Change it to:

    if (
      function_exists( 'curl_init' ) &&
      (
        !in_array( 'https', stream_get_wrappers() ) ||
        (
          !ini_get( 'safe_mode' ) &&
          !ini_get( 'open_basedir' )
        )
      )
    ) {
    

    Hope this helps.

    Edit: Forgot to say that I’m unsure if Google did make some change, but the fact that a lot of people using the same library having the same problem at the same time means something happened, and I can say that most people probably didn’t change a thing. Google probably flicked some switch to make something more restrictive/secure.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting confused. I was able to make openid login kinda work using LightOpenID
I am developing an OpenID consumer in PHP and am using the fantastic LightOpenID
Is there a way to authenticate using LightOpenID library using POST method? To be
I'm using LightopenID and all works fine. But I want a pretty openID selector,
I'm new to using open ID and I have downloaded the LightOpenID framework. Currently
I'm using LightOpenID, and whilst it's very light, it's not very easy to understand,
I'm using lightopenid as the login system for a site and after successful login,
I am using lightopenID and am still using the example-google.php file included. I have
I'm using lightopenid for authentication to gmail. Found here : The default way of
Using UIWebview with basic authentication ( authentication works ) however I am not getting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.