Opened 18 years ago
Closed 18 years ago
#3783 closed (duplicate)
Small issue with tutorial
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When following tutorial part2 and started admin interface and logged in with correct credentials there is possible way of getting ugly (well not that ugly) error screen about expecting string instead of array.array. This newbie show stopper seems to be related to users using MySQL and utf8_bin collation (at least my case), also related to #2335. Dropping the DB and recreating with utf8_general_ci collation and running syncdb seems to fix the problem.
Would it be somehow possible to notify users about this in tutorial?
Marked as a dupe of #2335 - and we're working on it :)