• Hello,

    I use User Verification along with MemberPress plugin.
    Since a few days, without making any change to my website apart plugins upgrades, some users can’t login anymore, and nobody can add comments to the posts. If I deactivate User Verification, everything works properly.

    I’ve already got support from MemberPress and wpDiscuz plugin, but both of them told me to ask help to you.
    I’ve also tried with a downgrade to 1.0.56 version, where everything worked fine for me, but still, I got same errors.

    More specifically:
    when users try to make login, they remain in the same page, and a generic “error” appears. When users try to add a comment, “captcha error” appears (even if I’ve deactivated reCaptcha and any other kind of captcha all around the website).

    Can you help me please?

    Thanks,

    Alice

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I could be related to the following, which has started popping up occasionally since the latest update:

    PHP Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /var/www/dailysceptic.org/wp-content/plugins/user-verification/includes/functions-recaptcha.php:326

    Thread Starter panbrioche

    (@panbrioche)

    How can it be fixed?

    • This reply was modified 3 years, 3 months ago by panbrioche.

    Quick & dirty? You could put in this line:

    if (is_wp_error($response)) wp_die( __('Captcha error, please try again.','user-verification') );

    before this line:

    $response = json_decode($response["body"], true);

    But that won’t fix any underlying issues, it’ll just exit more gracefully.

    • This reply was modified 3 years, 3 months ago by solarian.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Captcha Error in comments and login error’ is closed to new replies.