• Resolved nduka4real

    (@nduka4real)


    good day sir thanks for your support.. in my site i get this error message while trying to register a user. any solution? http://www.nduks.com is my site

    Warning: Missing argument 3 for add_user_meta(), called in /homepages/26/d615177151/htdocs/clickandbuilds/ndukspark/wp-content/plugins/rencontre/rencontre.php on line 742 and defined in /homepages/26/d615177151/htdocs/clickandbuilds/ndukspark/wp-includes/user.php on line 741

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/26/d615177151/htdocs/clickandbuilds/ndukspark/wp-includes/user.php:741) in /homepages/26/d615177151/htdocs/clickandbuilds/ndukspark/wp-includes/pluggable.php on line 1171

    https://ww.wp.xz.cn/plugins/rencontre/

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

    (@sojahu)

    Hi,

    About the first warning, there is missing a piece of code. You can edit the file plugins/rencontre/rencontre.php, line 742 and replace :
    add_user_meta($user_id, 'rencontre_confirm_email');
    with
    add_user_meta($user_id, 'rencontre_confirm_email',0);

    Otherwise, you can download again the plugin on this site and replace your current version by FTP.

    About the second warning, I think it’s due to the first one.

    Regards

    Plugin Author Jacques Malgrange

    (@sojahu)

    Resolved. V1.9.10

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

The topic ‘error in user registration’ is closed to new replies.