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

    (@stevish)

    Thanks. I’ve fixed the issue and pushed a new update. Version 1.2.2 should fix the problem.

    Hi,

    I have a PHP NOTICE in line 200 of file “email-as-username-for-wp-memberS.php”
    stating that $_POST[‘ntmeau-delete-account’] is not defined.

    I added the folowing code to set to null in case of not defined:

    if (!isset($_POST['ntmeau-delete-account']))
    		$_POST['ntmeau-delete-account'] = NULL;

    It seems to work, it gets rid of the message.

    Best regards
    Bernard

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Email as Username for WP-Members] error message’ is closed to new replies.