I've recently upgraded sfDoctrineGuardUser from 4.0.1 to 5.0.0 but when doing the rebuild of the db, models, forms... etc, it throws this error:
SQLSTATE[HY000]: General error: 1005 Can't create table 'estudio_development.#sql-29d0_228a' (errno: 150). Failing Query: "ALTER TABLE comment ADD CONSTRAINT comment_user_id_sf_guard_user_id FOREIGN KEY (user_id) REFERENCES sf_guard_user(id)". Failing Query: ALTER TABLE comment ADD CONSTRAINT comment_user_id_sf_guard_user_id FOREIGN KEY (user_id) REFERENCES sf_guard_user(id) I haven't anything that extends the schema of this plugins on my own schema in any way. Does anyone have an idea of the reason of this error? Thanks in advance. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en