Another spinning blue wheel on signup

More
26 May 2011 16:23 #1210 by antfarm
Having issues with the signup module. Tried some of the suggestions in other posts - like checking permissions. Didn't fix.
Firebug tells me it's failing to load the ajax signup.php (500 internal error).

Site is in dev
www.tangoaustralia.com.au/index.php

Any advice appreciated??

BTW - this Mailchimp integration is so awesome. Great work, it helped me enormously in getting a letterman list over to Mailchimp.

joomlamailer version: 1.7
Joomla! version: 1.5.22
PHP version: 5.2.4
MySQL version: 5.0.91-community-log

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

More
26 May 2011 16:35 #1211 by pete
Hello antfarm,

If you open the site without www. then it works. For some reason the signup module tries to call the signup.php without www. in both cases. If the current URL is different than the one in the AJAX request it will be blocked resulting in the 500 error you see. That's a security feature to prevent cross site scripting.
Have you set a live_site in the configuration.php ? If so you need to remove it (replace the url with two single quotes).

Kind regards,
Pete

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

More
27 May 2011 16:50 #1214 by antfarm
Pete - thanks for your super quick advice - you're right. I do add the live-site URL in the config as I've had issues with the sh404SEF in the past and that has helped. I'll give it a go without.

Much obliged.
G.

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

More
22 Aug 2012 22:33 #2324 by mrRees
Hello Pete,
i have the same problem that antgarm. I checked configuration.php and i dont have url between quotes (live_site).
Here is url where is the problem: www.autentica.si

Thank you

EDIT: I solved. It was problem with the permissions.

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