Shape 5

Joomla Free Extensions => MailChimp Signup - Free => : topark November 13, 2015, 11:14:09 AM



: mod_s5_mailchimp_signup
: topark November 13, 2015, 11:14:09 AM
Having issues with the mod_s5_mailchimp_signup module.

It doesn't seem to process the request. The correct API and ID are both in the module, when I click signup
I see the following in the URL
http://xxxxxxxx.com/index.php?email=xxxxx17x86%40gmail.com&submit=

Site and email have been replaced by x.

In the ID area have the following entered 2XXX6XXX82  , Is this correct or do I need to add id= along with the numbers?


Regards


: Re: mod_s5_mailchimp_signup
: topark November 16, 2015, 11:01:07 AM
I'm still unable to get this working for the gameworld template.

API is correct and the User ID is correct. Tested it on another site I have and it works fine, perhaps something with the template is causing this issue.


: Re: mod_s5_mailchimp_signup
: jonahh November 16, 2015, 01:57:32 PM
Hello,

Would you able to post a site URL so I can see live whats going on?  I may also need login information to your site too but I can first see a live URL and perhaps be able to see why its doing this.


: Re: mod_s5_mailchimp_signup
: topark November 17, 2015, 11:13:29 AM
Jonahh,

Ive sent you the requested details in a PM.


Regards


: Re: mod_s5_mailchimp_signup
: comedi February 01, 2016, 01:55:20 PM
Hello,

I have the same problem with the Mailchimp module in the Luxon template.
Can you tell me what solved your problem, maybe it also helps me out  ;)

Thank you!

Kind regards,

Simone


: Re: mod_s5_mailchimp_signup
: jonahh February 02, 2016, 06:03:36 PM
Can you please post a URL where its not working?


: Re: mod_s5_mailchimp_signup
: comedi February 03, 2016, 02:59:23 PM
Can you please post a URL where its not working?

Hi Jonah

The website is not online yet, so I have sent you the Url and login in a PM.

Kind regards,

Simone


: Re: mod_s5_mailchimp_signup
: jonahh February 04, 2016, 01:29:56 PM
Ok I took a look and reinstall the module and was confused but then realized you just need to add the www to the URL in order for it to work. If you need to force www you can add the following to the top of the template index.php file.

Add right under the <?php

:
$url = $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
if ( "www." != substr( $_SERVER[ 'HTTP_HOST' ] , 0 , 4) ) {
$url = "http://www.".$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
header('Location:'.$url);
}


: Re: mod_s5_mailchimp_signup
: comedi February 05, 2016, 05:38:32 PM
Hi Jonah,

Thank you, it works fine now  :) :)

Kind regards,

Simone