Closed christophengelmayer closed 5 years ago
I found a solution.
The database (or only the sandstorm_usermanagement_domain_model_user.account
field) has to be set to collation utf8mb4_unicode_ci
.
Mine was utf8mb4_general_ci
which caused the error.
Just found a more convenient way to fix this issue, simply run:
./flow database:setcharset
to set the right collation and encoding on your database.
The MySql database throws an error when trying to run the migrations.
2018112314574529eefa.txt
Steps to reproduce:
composer create-project neos/neos-base-distribution Neos
./flow doctrine:migrate
composer require sandstorm/usermanagement
./flow doctrine:migrate
Software