Re: [symfony-users] sfDoctrineGuard is killing me

2010-01-11 Thread Gabo
try to delete all tables and next symfony:doctrine Gabo 2010/1/11 Mike Church mchu...@gmail.com Hi Folks: I have been trying to deploy, I have everything working right locally. Now without implying I've tried everything I can tell you all that I am at the end of my rope. When I use

Re: [symfony-users] sfDoctrineGuard is killing me

2010-01-11 Thread Georg Gell
probably the key name is too long. Try if this works: ALTER TABLE sf_guard_group_permission ADD CONSTRAINT g FOREIGN KEY (permission_id) REFERENCES sf_guard_permission(id) Am 11.01.2010 07:54, schrieb Mike Church: Hi Folks: I have been trying to deploy, I have everything working right

[symfony-users] sfDoctrineGuard is killing me

2010-01-10 Thread Mike Church
Hi Folks: I have been trying to deploy, I have everything working right locally. Now without implying I've tried everything I can tell you all that I am at the end of my rope. When I use the svn version of sfDoctrineGuard from: http://svn.symfony-project.com/plugins/sfDoctrineGuardPlugin/trunk

Re: [symfony-users] sfDoctrineGuard is killing me

2010-01-10 Thread Frank Stelzer
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 sf_guard_group_permission_permission_id_sf_guard_permission_id FOREIGN KEY (permission_id) REFERENCES