Registration Errors

More
26 Oct 2010 04:40 #380 by kwada
Registration Errors was created by kwada
I use Community Builder v1.2.3. The newsletter checkbox appears on my registration page. When a user registers, the following message appears on the page that instructs the user they must verify their email address by clicking the link.
Warning: Invalid argument supplied for foreach() in /home/jataine/public_html/portal/components/com_joomailermailchimpsignup/models/joomailermailchimpsignup.php on line 269

After the user clicks on the link in the confirmation email another message appears:
Unable to load listSubscribe()! Code=250 Msg=FNAME must be provided - Please enter a value

Their email is not added to the mailing list. Thank you for your assistance.

Please Log in or Create an account to join the conversation.

More
27 Oct 2010 03:55 #389 by kwada
Replied by kwada on topic Registration Errors
I was able to get rid of the 2nd error message (Unable to load listSubscribe()! Code=250 Msg=FNAME must be provided - Please enter a value) by changing my mailchimpsettings so that first name is not required. After doing this the new emails are successfully added to mailchimp.

However, the 1st error message remains when a user registers.
Warning: Invalid argument supplied for foreach() in /home/jataine/public_html/portal/components/com_joomailermailchimpsignup/models/joomailermailchimpsignup.php on line 269

How can I remove this error?

Also, how do I change the checkbox description "Sign up to our newsletter" to something else?

Please Log in or Create an account to join the conversation.

More
27 Oct 2010 19:23 #390 by chris
Replied by chris on topic Registration Errors
Hi,

Are you asking the user for a name on the CB registration page? The signup plugin takes the CB name field and splits it by a space. So if someone enters "Joe Bloggs" then it takes FNAME=Joe and LNAME=Bloggs. If they just write "Joe" then FNAME=Joe and LNAME is blank. Are you using a custom field for your CB name or something?

Warning: Invalid argument supplied for foreach() in /home/jataine/public_html/portal/components/com_joomailermailchimpsignup/models/joomailermailchimpsignup.php on line 269


This is a known error and can be fixed by performing the code change detailed here:
www.joomailer.com/Forum/Registration-Plu...gister.html?p=1#p339

The description for the checkbox can be changed in the language file, which is located here:
administrator/language/en-GB/en-GB.plg_system_joomailermailchimpsignup.ini

Cheers,

Chris

Please Log in or Create an account to join the conversation.

More
29 Oct 2010 03:42 #397 by kwada
Replied by kwada on topic Registration Errors
Thank you so much. I was able to fix the Warning message and change the checkbox description.

I am not using a custom field for the CB Name. I am using 2 separate fields for the name, the firstname and lastname fields. Does Joommailer only work with the single name field?

Please Log in or Create an account to join the conversation.