Error msg in app.log #72
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-directory#72
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I get lots of error messages like this in the app.log. what's going?
All tables in that db are
utf8mb4_general_ci
collation. Have I misconfigured something?You do not, it just means we're trying to save an empty string in an integer field, which MySQL rightfully rejects.
Thanks for shedding light on this so swiftly @MrPetovan !
Probably fixed in #90, specifically by
9ff681a460