Jump to content

xkickz

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by xkickz


  1. ok i found how to fix

    in account_sql.c

    add ,? red color thank you very much

     

    "INSERT INTO `%s` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",


  2.  

    [SQL]: DB error - Column count doesn't match value count at row 1

    [Debug]: at account_sql.c:642 - INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`,`last_mac`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

     

    how to fix help me please

     

    it appear when regis by _M _F

     

    You have 17 fields and 16 ?. You need one more '?'.

     

    where to fix it please tell me ..


  3. [SQL]: DB error - Column count doesn't match value count at row 1
    [Debug]: at account_sql.c:642 - INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`, `group_id`, `state`, `unban_time`, `expiration_time`, `logincount`, `lastlogin`, `last_ip`, `birthdate`, `character_slots`, `pincode`, `pincode_change`,`last_mac`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

     

    how to fix help me please

     

    it appear when regis by _M _F

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.