-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Database table nl2_users cannot be registered after being changed #3535
Comments
https://www.scavengertown.top/index.php?route=/register/ If it cannot be recovered, please send a copy of the original data of nl2_users to me, thank you! I forgot to back it up |
While we really cannot be responsible for any issues that occur when you modify your nameless database, I am curious what the issue is. Could you share the error logs that can be found in As for the regular layout, the migration file for this table can be found here |
To modify an anonymous database, you only need to register with anonymous once, and then you can use other applications and servers. Don't want to register again. 这是fatal-log.log
|
If I can change the core/migrations / 20220517030611 _create_users_table. PHP, complete database tables to add |
The database was repaired, creating a table column recovery through sql code for reference only |
Describe the issue
Multiple application requirements nameless and authme and Other Applications database table nl2_users
nameless cannot be registered after an operation to add a column
All operations are running normally except registration
Developer console error:
Uncaught TypeError: Cannot read properties of null (reading 'classList')
at HTMLDocument. (index.php?route=/register/:131:39)
at e (jquery.min.js:2:30310)
at t (jquery.min.js:2:30612)
NamelessMC Version
2.1.0
To Reproduce
1.phpmyadmin change nl2_users table
2.Adds a new data table column
Additional Information
The text was updated successfully, but these errors were encountered: