+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: [v4.4] User Registration is not working

  1. #1

    [v4.4] User Registration is not working

    I tried to register as a user, however once i enter the email address and move to next field in the registration form I got a 404 response from the server. Find the attached screenshots for more information.flynax-reg-error-1.jpgflynax-reg-error-2.jpg

  2. #2
    Hello,

    Can you send me your cPanel/FTP login details?
    I'll check it.
    Thank you, Curtis.
    @Flynax Company

  3. #3
    Hi Curtis,

    Please refer to Ticket WEQ-915975

    Cheers
    M

  4. #4
    Quote Originally Posted by Manivannan Chinnaswamy View Post
    Hi Curtis,

    Please refer to Ticket WEQ-915975

    Cheers
    M
    I've fixed your problem, you can check.

    P.S.
    Mike already explained you in ticket that this problem in server side, hosting blocked HTTP POST requests with special chars (for ex. '@' or '.').
    I've replaced it hardcoded to phrases '-at-' and '-dot-'. It's a temporary fix and if you can that you need disable this protection on your webserver.
    Last edited by Curtis; June 10, 2015 at 04:14 AM.
    Thank you, Curtis.
    @Flynax Company

  5. #5
    Hi Curtis

    Thanks for your quick workaround. May I know the file on which file you have applied the changes?

  6. #6
    Quote Originally Posted by Manivannan Chinnaswamy View Post
    Hi Curtis

    Thanks for your quick workaround. May I know the file on which file you have applied the changes?
    Yes, of course.
    1. /libs/javascript/flynax.lib.js, funtion registration() ~212
    2. /includes/classes/rlAccount.class.php
    2.1 function ajaxEmailExist() ~778
    2.2 function ajaxValidateProfile() ~946
    2.3 function ajaxSubmitProfile() ~1118
    Thank you, Curtis.
    @Flynax Company

  7. #7
    Hi Curtis

    Thanks. I checked my site today & seems that the issue is still there. Could you please re-check it?

  8. #8
    Quote Originally Posted by Manivannan Chinnaswamy View Post
    Hi Curtis

    Thanks. I checked my site today & seems that the issue is still there. Could you please re-check it?
    Hi Mani,

    I've checked and it works properly for me.
    Can you explain me your problem in details (maybe add screens)?
    Thank you, Curtis.
    @Flynax Company

  9. #9
    Hi Curtis

    The same error is thrown only when special characters are used as part of the password. I believe you need to apply the same fix for all the fields which are required by the ajax call.

  10. #10
    Quote Originally Posted by Manivannan Chinnaswamy View Post
    Hi Curtis

    The same error is thrown only when special characters are used as part of the password. I believe you need to apply the same fix for all the fields which are required by the ajax call.
    OK, i've made it for other fields, check it again.
    Thank you, Curtis.
    @Flynax Company

+ Reply to Thread