Spinning Wheel on Registration attempt

More
31 May 2011 15:25 #1240 by safeworld4women
joomlamailer version:latest
Joomla! version:1.5
PHP version:latest
MySQL version:latest
Hi there
Could someone advise me where to look to solve the spinning wheel on our site
The module is on this page
Greatly appreciated - this looks like an awesome component
Andrew

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

More
31 May 2011 20:36 #1245 by pete
Hi Andrew,

I think you have some htaccess rules in place that prevent the AJAX call to work.

You need to create a .htaccess file in the following directory:

/modules/mod_mailchimpsignup/assets/scripts/

It must contain this code:

Order Deny,Allow
Allow from all
Satisfy any

This should fix the error.

Kind regards,
Pete

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