Forum Support

Shape 5
March 28, 2024, 02:29:48 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: mod_s5_mailchimp_signup  (Read 1040 times)
topark
Jr. Member
**
Offline Offline

Posts: 3



« on: 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
Logged
topark
Jr. Member
**
Offline Offline

Posts: 3



« Reply #1 on: 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.
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #2 on: 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.
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
topark
Jr. Member
**
Offline Offline

Posts: 3



« Reply #3 on: November 17, 2015, 11:13:29 AM »

Jonahh,

Ive sent you the requested details in a PM.


Regards
Logged
comedi
Jr. Member
**
Offline Offline

Posts: 32



« Reply #4 on: 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  Wink

Thank you!

Kind regards,

Simone
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #5 on: February 02, 2016, 06:03:36 PM »

Can you please post a URL where its not working?
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
comedi
Jr. Member
**
Offline Offline

Posts: 32



« Reply #6 on: 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
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #7 on: 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

Code:
$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);
}
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
comedi
Jr. Member
**
Offline Offline

Posts: 32



« Reply #8 on: February 05, 2016, 05:38:32 PM »

Hi Jonah,

Thank you, it works fine now  Smiley Smiley

Kind regards,

Simone
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.