Continue button not working on sign-up page

Discussion in 'Troubleshooting' started by lukesloot, Jun 3, 2010.

  1. lukesloot

    lukesloot aMember Pro Customer

    Joined:
    Jun 2, 2010
    Messages:
    3
    works in ie , but not in firefox. this is a brand new install of the 30-day trial. any ideas?

    thanks
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Can you provide url of signup page?
  3. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Did you edit the signup page at all?

    David
  4. fotohunks

    fotohunks New Member

    Joined:
    Oct 15, 2008
    Messages:
    4
    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
  5. chriswallace

    chriswallace New Member

    Joined:
    Feb 6, 2010
    Messages:
    16
    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.
  6. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    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'
  7. fotohunks

    fotohunks New Member

    Joined:
    Oct 15, 2008
    Messages:
    4
    Thank you Alex !! that was the trick.
    Any other places that might suffer from the rewrite problem ?


  8. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    No this should not require any other modifications(of course if you only redirect signup page in such way)

Share This Page