Symfony really gives me headache sometimes. It took me an hour to figure it out this time. This was my problem:
When executing the command
php symfony doctrine:build --all
I got this error:
SQLSTATE[HY000]: General error: 1005 Can't create table
It may be that you are trying to set a relation between two tables but the references have different types. In Symfony 1.2 sfDoctrineGuardPlugin use a integer(4) (INTEGER) as primary key. In Symfony 1.4 sfDoctrineGuardPlugin use a integer(4) (BIGINT) as primary key.
It's a good thing to know and I hope you didn't spend that much time trying to solve this yourself. Blog about this article to help others.

Kommentarer
1 week 1 day ago
1 week 2 days ago
1 week 3 days ago
1 week 4 days ago
3 weeks 6 days ago
3 weeks 6 days ago
6 weeks 4 days ago
6 weeks 4 days ago
24 weeks 4 days ago
26 weeks 5 days ago