just seeing this too I think it has to do with the jquery validation of the f_login and f_coupon fields. see http://fotohunks.com/join If I enter the all fields properly, and then hit "Continue", nothing happens. If I re-load that page (now all fields empty) and hit "Continue", the "field required" markers show up as expected. Then, if I enter field values properly and now hit "Continue", the form is posted. This _just_ started to occur. (bit rot?) Very troubling. I would be grateful for your help, please. -John
same problem here I had the EXACT SAME PROBLEM on my site. I removed the ajax username check from the signup form and it works now, however, it was working just fine as of last week but then all of a sudden (without changing anything) it stopped working. Very strange.
fotohunks, The problem is rewrite redirect that you have in your htaccess This url is called when amember try to validate username : http://fotohunks.com/ajax.php but this file is not exists. So, change url of ajax.php script in signup template: remoteUniqLogin: 'ajax.php' to remoteUniqLogin: '/amember/ajax.php' then remoteCoupon: 'ajax.php' to remoteCoupon: '/amember/ajax.php'
No this should not require any other modifications(of course if you only redirect signup page in such way)