-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on login #10
Comments
This is a bug in the server, as the server no longer uses the column "key" (it was removed from the schema) it should not try to select it. It should be fixed now. |
Closed
Closed
This was referenced Jan 20, 2014
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
2 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try login in the server with my friends and get this error
mysql_store_result(): SELECT
id
,name
,password
,type
,premdays
,lastday
,key
,warnings
FROMaccounts
WHEREname
= 'kevin': MYSQL ERROR: Unknown column 'key' in 'field list'Using site znoteacc to create accounts, error in site or server?
The text was updated successfully, but these errors were encountered: