Home › Forums › Newsletter Plugin Support › existing email is not able to register
- This topic has 6 replies, 3 voices, and was last updated 1 year, 4 months ago by
User.
-
AuthorPosts
-
June 14, 2024 at 9:01 am #327919
User
ParticipantWhen an email is already existing, the user gets error messages during the registration:
Warning: Undefined property: stdClass::$is_new in /var/www/…/html/wordpress/wp-content/plugins/newsletter/subscription/subscription.php on line 187
Warning: Cannot modify header information – headers already sent by (output started at /var/www/…/html/wordpress/wp-content/plugins/newsletter/subscription/subscription.php:187) in /var/www/web24466282/html/wordpress/wp-includes/pluggable.php on line 1435
Warning: Cannot modify header information – headers already sent by (output started at /var/www/…/html/wordpress/wp-content/plugins/newsletter/subscription/subscription.php:187) in /var/www/web24466282/html/wordpress/wp-includes/pluggable.php on line 1438
Wordpress 6.5.4 (currently latest version)
Plugin version 8.3.8June 14, 2024 at 11:03 am #327933Michael
KeymasterHello,
that’s a warning message, please turn off wp debug from your wp-config.
You cannot register twice the same email address, each address is unique.
Thanks,
MichaelJune 14, 2024 at 12:35 pm #327943User
Participantbut if I am working with 2 lists and the user is in one list, the form should also add this user to the second, if the form is used for that list.
June 16, 2024 at 10:18 am #327995Stefano
KeymasterHi, while the email is registered as unique, if someone uses a second form, the data is “merged” with the existing one—the multiple subscription settings on the Subscription Configuration Panel control that.
For example, a second subscription could require confirmation before having it merged (otherwise anyone could use other’s emails and update their data!). So the new collected data is “parked” and then merged once confirmed with the activation email.
June 16, 2024 at 12:58 pm #327999User
ParticipantThats what I would also would expect, but even If wp_config debug is false, there are these php-error messages instead some info for the user. And it is never merged as you described.
Configuration Panel multiple registrations are allowed.For me as a user I would at first expect that the user never sees error messages, even if he is registered yet. And the merge into to lists does not work.
It worked some month ago when I created that all on my website. Now it has this bug.
June 18, 2024 at 8:23 am #328129Stefano
KeymasterHi, try to upgrade to the latest version, where the subscription has been refactored. Probably the recent review to address an XSS problem introduced that warning.
June 18, 2024 at 8:39 am #328135User
Participantyes with the newest version 8.3.9 which is available from today in my plugins it works!
Bug is solved. -
AuthorPosts
- You must be logged in to reply to this topic.