[symfony-users] Re: sfDoctrineGuard is killing me

2010-01-13 Thread Mike Church
** This issue is now resolved *** DISCLAIMER I don't want this to seem like a giant bitch-fest over sfDoctrineGuard, it works great thank you for writing it, REALLY. But boy there were some frustrationg moments for me. I would hate to have built a custom authentication class(es?) myself, so I

[symfony-users] Re: sfDoctrineGuard is killing me

2010-01-11 Thread Mike Church
Thanks for the response! On Jan 10, 11:58 pm, Frank Stelzer d...@bleedingmoon.de wrote: Hi, Looks like a SQL Problem. You should get a detailed explained error,   when you try to execute this query directly to your database: ALTER TABLE sf_guard_group_permission ADD CONSTRAINT

[symfony-users] Re: sfDoctrineGuard is killing me

2010-01-11 Thread Mike Church
On Jan 11, 6:23 am, Gabo gabopo...@gmail.com wrote: try to delete all tables and next symfony:doctrine Gabo I rebuild completely, so that's ot it. Thanks. -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send

[symfony-users] Re: sfDoctrineGuard is killing me

2010-01-11 Thread Georg Gell
This is a mysql specific error, because mysql only allows 64 bytes length (http://dev.mysql.com/doc/refman/5.0/en/identifiers.html). It seems that the SQL standard defines 128 bytes ( http://bugs.mysql.com/bug.php?id=13942) I think you should file a bug report for doctrine. Am 12.01.2010 00:31,

[symfony-users] Re: sfDoctrineGuard is killing me

2010-01-11 Thread Mike Church
On Jan 11, 4:25 pm, Georg Gell geor...@have2.com wrote: This is a mysql specific error, because mysql only allows 64 bytes length (http://dev.mysql.com/doc/refman/5.0/en/identifiers.html). It seems that the SQL standard defines 128 bytes (http://bugs.mysql.com/bug.php?id=13942) I think you