• Hello!

    I have a problem to receive the Password Reset email.
    Specifically, when I submit the username/email on the Lost Password field I see the following message:

    Warning:
    array_key_exists() expects parameter 2 to be array, string given in /home/csrhella/public_html/network/wp-content/plugins/wp-user-manager/includes/emails/functions.php on line 115

    When I open the certain file on line 115 I see the following, but I cannot understand what is wrong:

    115 if ( array_key_exists( $email_id, $emails ) )
    116 $exists = true;
    117
    118 return $exists;

    My lost password page is:
    https://csrhellas.net/network/members-area-dashboard/lost-password-page/

    Please advice.

  • The topic ‘I can’t receive Password Reset email althoug Test email is sent properly’ is closed to new replies.