![]() |
Mysql account setup - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Mysql account setup (/Thread-Mysql-account-setup) |
Mysql account setup - Leonidas - 12-23-2016 01:41 PM Was working fine the other day, now when it tries to retrieve the account from my database it gives me this error: Code: 21:28:DEBUG:__ thread (1000) __ | # | _____________ function _____________ | __ ticks passed from previous function start __ I have it so players have to verify their email after creating an account online, when they create the account, the status is 0. Once they verify, the status turns to 1, sphere checks for account with a status of 1 and adds them, then sets the status to 2. Before I added the verification, it was working, but now that I have something seemed to have messed up, or it's something else. It still creates the account, but this error is very annoying and I'd really like to know why it's popping up. Code: [function f_acc_update] RE: Mysql account setup - Coruja - 12-23-2016 01:45 PM what's your OS and SQL server version? RE: Mysql account setup - Leonidas - 12-23-2016 02:18 PM Windows 2012 R2 and I believe mysql is 5.6 |