Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter smneal

    (@smneal)

    Just working through this, I am returning the $url used to confirm the account back to WordPress. If I submit this in a browser it works fine.

    It is failing here:

    if ( !is_array($response) or !isset( $response[‘body’] ) )

    If I seperate these out, putting !isset( $response[‘body’] ) first completely crashes WordPress, and !is_array($response) is met, so something is going funny with this $response = wp_remote_get( $url );.

    Not sure how to find out what as whenever I try and use $response WordPress doesn’t load!

    Could it be an issue with wp_remote_get? Using Azure Websites. Thanks

    Anonymous User 12640152

    (@anonymized-12640152)

    We have included a fix for this problem. Let us know if you still having problems.
    Thanks for reporting it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Invalid username/password’ is closed to new replies.