• When we have a new registration on leeares.com/register we receive this error:

    Warning: Undefined property: stdClass::$score in /var/www/4d769572-f7a3-48c6-9441-8dc1181e77c4/leeares.com/wp-content/plugins/wp-members/includes/class-wp-members-captcha.php on line 417

    I have loaded a different captcha plugin but the issue remains.

    thanks for the help.

    Rich

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Assuming that you’ve disabled the captcha option in the WP-Members settings, then if you’re using a cache that includes object caching, you probably need to clear it as the captcha being used is part of the plugin’s object class.

    Thread Starter Rich Schnieders

    (@rschnieders)

    WE currently have WP-Members set to “use “Enable CAPRCHA for Registration” to reCAPTCHA v3 with keys from google.

    When a registration is filled out and submitted we now receive the following error message: Warning: Undefined array key 1 in /var/www/4d769572-f7a3-48c6-9441-8dc1181e77c4/leeares.com/wp-content/plugins/wp-members/includes/class-wp-members-forms.php on line 138

    Thanks for the Help.

    Rich

    Plugin Author Chad Butler

    (@cbutlerjr)

    That would appear to be a problem with something other than the captcha. What is appears to be would be improperly defined value for a select (dropdown), multiple select, multiple checkbox, or radio group field.

    These field types have to have a each value in the following form:

    Displayed value|saved value,

    If you have an empty selection (such as “please select from the following options”), then that needs to be followed by a pipe | character just like any other value – just make sure to leave the saved option part of it blank (what comes after the pipe).

    See the documentation for how to set these up under the heading “Parameters for dropdown lists, multiple checkboxes, and radio groups” at the following link:
    https://rocketgeek.com/plugins/wp-members/docs/registration/choosing-fields/

    Thread Starter Rich Schnieders

    (@rschnieders)

    I could not find a WP-Members field used on the registration page that was improperly configured. So I turned off every field for the registration page. I now receive the following errors:

    Warning: Undefined array key 1 in /var/www/4d769572-f7a3-48c6-9441-8dc1181e77c4/leeares.com/wp-content/plugins/wp-members/includes/class-wp-members-forms.php on line 138

    Warning: Undefined array key “user_email” in /var/www/4d769572-f7a3-48c6-9441-8dc1181e77c4/leeares.com/wp-content/plugins/wp-members/includes/class-wp-members-email.php on line 490

    I receive the line 138 error 11 times and the 490 1 time.

    The registrations still get recorded properly.

    Thanks again for the help.

    Rich

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘captcha.php error’ is closed to new replies.