[symfony-users] White screen only in production enviroment

2010-02-17 Thread Trailfinder
Hi all, My dev enviroment works great. But when I deploy to my production enviroment, I get a white screen only. Strange thing is, my backend is working. My frontend only gives white screens. I can imagine there can be multiple places to look. But is there a way to test effectively where the

[symfony-users] Problem with sfDoctrineGuardPlugin

2009-12-01 Thread Trailfinder
Hi All, Running latest svn of symfony 1.4 / latest svn (today) of sfDoctrineGuardPlugin. When running following command i get an error r...@ubuntu:/home/workstate/testpro# php -c /etc/php5/apache2 symfony doctrine:build-sql doctrine generating sql for models Notice: Undefined variable: e in

[symfony-users] Schema for a ticketing system

2009-11-29 Thread Trailfinder
Hi All, Could somebody help me with a schema for a ticketing system. Problem is that after reading the documentation on both Symfony and Doctrine I still have problems figuring out how to use relations in YAML. Ticket: actAs: [Timestampable] columns: id: type: integer(4) primary: