- Posts: 14
- Thank you received: 0
Module works but no name inserted into the list.
Please Log in or Create an account to join the conversation.
Do you really mean FIRST name? The screenshot shows that the first name was recorded. The email that your screenshot shows comes directly from MailChimp, which means the firstname is present in the MailChimp system.
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
Thanks for quick reply.
Yes, you are correct it does show in mailChimp however not in Joomla - I have created a second screenshot for you.
No name is added and so there is no name to click on to edit.
Also, one other error appears when i click on a name in my Imported list.
Fatal error: Call to a member function getUserStateFromRequest() on a non-object in /home/chris3/public_html/administrator/components/com_joomailermailchimpintegration/models/subscriber.php on line 35
Thanks
Chris
Please Log in or Create an account to join the conversation.
You will only see names in that list of those users, which are registered on your Joomla site (matched by email address). If they signed up to the list using the signup module they are not registered on the Joomla site and therefore joomlamailer can't show any further information about them.
The fatal error has already been fixed for the next version. If you don't want to wait please edit the file: /administrator/components/com_joomailermailchimpintegration/models/subscriber.php
At line 32 you'll find: global $mainframe, $option;
replace that line with: $mainframe =& JFactory::getApplication();
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
I did the above fix in subscriber.php
I now get a few more errors but if you don't have it at your finger tips, I'll wait til the next upgrade comes out.
Warning: Invalid argument supplied for foreach() in /home/chris3/public_html/administrator/components/com_joomailermailchimpintegration/models/subscriber.php on line 137
Warning: Invalid argument supplied for foreach() in /home/chris3/public_html/administrator/components/com_joomailermailchimpintegration/views/subscriber/view.html.php on line 63
Warning: Invalid argument supplied for foreach() in /home/chris3/public_html/administrator/components/com_joomailermailchimpintegration/views/subscriber/view.html.php on line 79
Warning: Invalid argument supplied for foreach() in /home/chris3/public_html/administrator/components/com_joomailermailchimpintegration/views/subscriber/tmpl/default.php on line 25
Cheers
Chris
Please Log in or Create an account to join the conversation.
Also replace global $mainframe, $option; with $mainframe =& JFactory::getApplication(); in line 51
In line 115 you'll find function MC_object()
replace that whole function with this:
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
Thanks all fixed.
I had on Line 51 only global $mainframe; (without ,$option) but still worked fine.
Cheers
Chris
Please Log in or Create an account to join the conversation.
Cheers,
Pete
Please Log in or Create an account to join the conversation.
joomlamailer uses cookies!
This website uses cookies to provide user authentication and improve your user experience. Please indicate whether you consent to our site placing these cookies on your device. We are not using cookies for marketing purposes. For more information visit our privacy policy
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.