[FLOW3-general] Flow3 authentication
Robert Lemke
robert at typo3.org
Wed Sep 12 18:41:15 CEST 2012
Hi Indira,
On 12.09.2012, at 17:36, indira <indira at seethroughweb.com> wrote:
> I am using Flow3 v.1.0 and I implemented the authentication process,
I suggest that you, if you can, upgrade to FLOW3 1.1 at least … that will
solve many problems you might have.
> everything is stored properly on the database (I have my users table and
> then the accounts table) and I am able to create users, login and logout.
> I used also the 'AbstractParty' model that comes in the Flow3 installation,
> following basically the same idea. However, there is something missing
> because every time I try to execute 'doctrine:update' I get this error:
>
> Integrity constraint violation: 1452 Cannot add or
> update a child row: a foreign key constraint fails (`flow3`.<result 2
> when explaining filename '#sql-88e_fdc'>, CONSTRAINT
> `FK_88674EAB21E3D446` FOREIGN KEY (`flow3_persistence_identifier`)
> REFERENCES `typo3_party_domain_model_abstractparty` (`)
Did you try running doctrine:migrate instead? That might not work anymore
now you used doctrine:update, but it would have been the proper way to
migrate …
Cheers,
Robert
--
Robert Lemke
Lead Developer TYPO3 Phoenix and FLOW3
Co-Founder TYPO3 Association
Blog: robertlemke.de/blog
Get involved: typo3.org – flow3.org
More information about the FLOW3-general
mailing list