• When a user submits a password reset request, the following lines are displayed. The reset request goes through (they get the email with the password reset link), but any idea why the following messages are displayed to the user?

    Notice: Undefined variable: wmem in /home/majestic/public_html/members/wp-content/plugins/wp-members/inc/core.php on line 425

    Notice: Trying to get property of non-object in /home/majestic/public_html/members/wp-content/plugins/wp-members/inc/core.php on line 425

    Warning: Cannot modify header information – headers already sent by (output started at /home/majestic/public_html/members/wp-content/plugins/wp-members/inc/core.php:425) in /home/majestic/public_html/members/wp-includes/pluggable.php on line 1207

    https://ww.wp.xz.cn/plugins/wp-members/

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

    (@cbutlerjr)

    The second two messages are because of the first. The first one is due to a typo in the object name ($wmem->mod_reg instead of $wpmem->mod_reg). The logic in that section is checking to see if moderated registration is turned on and if so, disallows password reset for users not yet activated.

    I have pushed out 3.0.7.1 which patches this issue. Thanks for bringing it to my attention so quickly.

    Thread Starter rleshane

    (@rleshane)

    Thank YOU for such a great plugin!

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

The topic ‘wp-members errors on password reset?’ is closed to new replies.