[HELP] What's wrong with my register page?

Results 1 to 4 of 4
  1. #1

    [HELP] What's wrong with my register page?

    It doesn't seem to work, no notifications, just the register page, doing nothing when I submit it (just refreshes, no outcome).

    Link here:
    ExtremeGamers GunZ - Account Registration


  2. #2
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: [HELP] What's wrong with my register page?

    Quote Originally Posted by Linear88 View Post
    It doesn't seem to work, no notifications, just the register page, doing nothing when I submit it (just refreshes, no outcome).

    Link here:
    ExtremeGamers GunZ - Account Registration
    Very easy fix, just allow varchar for sex column in Account table.

    Just open your eyes:
    Code:
    Warning: mssql_query() [function.mssql-query]: message: Conversion failed when converting the varchar value 'Male' to data type tinyint. (severity 16) in C:\WAMP\www\mpog\mod_register.php on line 92
    
    Warning: mssql_query() [function.mssql-query]: Query failed in C:\WAMP\www\mpog\mod_register.php on line 92
    See this "failed when converting the varchar value 'Male'"

    =)

  3. #3

    Re: [HELP] What's wrong with my register page?

    I didn't see it lol. Firefox isn't showing it. Thanks!

    I just changed the values for the field Sex to 0 and 1.

  4. #4
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: [HELP] What's wrong with my register page?

    Quote Originally Posted by Linear88 View Post
    I didn't see it lol. Firefox isn't showing it. Thanks!

    I just changed the values for the field Sex to 0 and 1.
    I am using Firefox and saw it, anyway, ya or change the php to put for male 0 and female 1, same fix^^



Advertisement