Title: captcha.php error
Last modified: April 4, 2025

---

# captcha.php error

 *  [Rich Schnieders](https://wordpress.org/support/users/rschnieders/)
 * (@rschnieders)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/captcha-php-error/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcaptcha-php-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/captcha-php-error/#post-18400254)
 * 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](https://wordpress.org/support/users/rschnieders/)
 * (@rschnieders)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/captcha-php-error/#post-18405918)
 * 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](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/captcha-php-error/#post-18405960)
 * 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/](https://rocketgeek.com/plugins/wp-members/docs/registration/choosing-fields/)
 *  Thread Starter [Rich Schnieders](https://wordpress.org/support/users/rschnieders/)
 * (@rschnieders)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/captcha-php-error/#post-18406201)
 * 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.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Rich Schnieders](https://wordpress.org/support/users/rschnieders/)
 * Last activity: [1 year, 1 month ago](https://wordpress.org/support/topic/captcha-php-error/#post-18406201)
 * Status: not resolved