[Flow] [FLOW3-general] Re: Own User-Model (instead of Party)
Stefan Thalmeier
info at enlay.de
Sat Jun 15 02:33:47 CEST 2013
HI Schaufi,
solved this problem by migration of a new database with the collation utf8_unicode_ci.
The first database i migrated, i let the field for collation empty, so it was set to latin1_swedish_ci. When i extended the AbstractParty or the Person, i got the same error after doctrine:update. Changed the collation of this database and each table to utf8_unicode_ci, but the collation of the columns like persistence_object_identifier in typo3_party_domain_model_person still had the collation latin1_swedish_ci, and if i tryed to change them into utf8_unicode_ci, got an error.
In this case i could not use any persited data anymore, but if you are in developing and have only test datas persited, it will solve your problem.
More information about the Flow
mailing list