We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i try to register i got error [10:27:00] [Craft Scheduler Thread - 12 - AuthMe/WARN]: [AuthMe] Error during SQL operation: [SQLSyntaxErrorException]: Unknown column 'username' in 'field list' [10:27:00] [Craft Scheduler Thread - 12 - AuthMe/WARN]: [AuthMe] Error during SQL operation: [SQLSyntaxErrorException]: Unknown column 'username' in 'where clause'
[10:27:00] [Craft Scheduler Thread - 12 - AuthMe/WARN]: [AuthMe] Error during SQL operation: [SQLSyntaxErrorException]: Unknown column 'username' in 'field list' [10:27:00] [Craft Scheduler Thread - 12 - AuthMe/WARN]: [AuthMe] Error during SQL operation: [SQLSyntaxErrorException]: Unknown column 'username' in 'where clause'
my config: https://pastebin.com/LuV38Yha
Standalone server (no proxy)
MySQL
AUTHME-5.6.0-SNAPSHOT
No response
https://pastebin.com/LuV38Yha
The text was updated successfully, but these errors were encountered:
@VerniQ can you share your mysql table schema? Do not include any data please.
Sorry, something went wrong.
Fix column check: AuthMe#2543;
ed4200b
should be fixed now, let us know
No branches or pull requests
What behaviour is observed?
When i try to register i got error
[10:27:00] [Craft Scheduler Thread - 12 - AuthMe/WARN]: [AuthMe] Error during SQL operation: [SQLSyntaxErrorException]: Unknown column 'username' in 'field list' [10:27:00] [Craft Scheduler Thread - 12 - AuthMe/WARN]: [AuthMe] Error during SQL operation: [SQLSyntaxErrorException]: Unknown column 'username' in 'where clause'
my config: https://pastebin.com/LuV38Yha
Server Implementation
Standalone server (no proxy)
Database Implementation
MySQL
AuthMe Version
AUTHME-5.6.0-SNAPSHOT
Error log (if applicable)
No response
Configuration
https://pastebin.com/LuV38Yha
The text was updated successfully, but these errors were encountered: