Web b20 help! (module_register)

Results 1 to 6 of 6
  1. #1
    Account Upgraded | Title Enabled! Enough is offline
    MemberRank
    Oct 2012 Join Date
    301Posts

    Web b20 help! (module_register)

    Hello

    I'm using a website b2o, however I'm struggling to make records, it displays the following error:

    Code:
    Warning: mssql_query() [function.mssql-query]: message: Nome de coluna 'captcha_code' inválido. (severity 16) in C:\AppServ\www\secondwebsite\modules\mod_register.php on line 185
    
    Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\secondwebsite\modules\mod_register.php on line 185
    
    Warning: mssql_query() [function.mssql-query]: message: Nome de coluna 'RCoins' inválido. (severity 16) in C:\AppServ\www\secondwebsite\modules\mod_register.php on line 189
    
    Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\secondwebsite\modules\mod_register.php on line 189
    Have you modified the column name "RCoins" who says he is wrong, for another, but the error still persists, could someone help me, or explain in detail what to do? Thank you.


  2. #2
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Web b20 help! (module_register)

    The error is telling you exactly what's wrong. <.<
    You are missing the columns "captcha_code" and "RCoins" in the table of the query.

  3. #3
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: Web b20 help! (module_register)

    Why even using it if Superwaffle's web is better o.o?

  4. #4
    Account Upgraded | Title Enabled! Enough is offline
    MemberRank
    Oct 2012 Join Date
    301Posts

    Re: Web b20 help! (module_register)

    Quote Originally Posted by SuperWaffle View Post
    The error is telling you exactly what's wrong. <.<
    You are missing the columns "captcha_code" and "RCoins" in the table of the query.
    What should I create a table column captcha_code?

  5. #5
    Pee Aitch Pee Dave is offline
    MemberRank
    Mar 2011 Join Date
    The NetherlandsLocation
    722Posts

    Re: Web b20 help! (module_register)

    You should create the column captcha_code and RCoins in that table.

    I'm guessing you should use varchar(255) for captcha_code and int for RCoins.

  6. #6
    Account Upgraded | Title Enabled! Enough is offline
    MemberRank
    Oct 2012 Join Date
    301Posts

    Re: Web b20 help! (module_register)

    Quote Originally Posted by SuperWaffle View Post
    You should create the column captcha_code and RCoins in that table.

    I'm guessing you should use varchar(255) for captcha_code and int for RCoins.
    I understand that I must create the column captcha_code, but TABLE WHICH MUST BE CREATED?



Advertisement