-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 Import Users -> CSV Upload [1364 Field 'notes' doesn't have a default value] #822
Labels
Comments
Yeah, so this looks like it's related to MySQL being in strict mode again. Around line 636 in
to this:
and try importing again? |
Any luck? |
@snipe I haven't had the opportunity to modify the code you'd mentioned, but I trust that it will work! I will report back if I get the opportunity to test that out. Thanks for your help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@snipe Thanks for your help yesterday! Everything is running great, except (and I think it's basically the same issue you addressed in #818 but in a different place) when I try to upload a CSV file to import users, I get the following:
SQLSTATE[HY000]: General error: 1364 Field 'notes' doesn't have a default value (SQL: insert into users (first_name, last_name, email, password, activated, permissions) values (potato, chip, [email protected], b7Tuj4P6wA, 0, {"user":1}))
The text was updated successfully, but these errors were encountered: