Hello all, I have a problem with the Doctrine version of the Jobeet tutorial. In day 5 the object route class and slugs are introduced.
When i call $this->job = $this->getRoute()->getObject(); in executeShow() I get the following Doctrine_Query_Exception: Unknown aggregate alias: company_slug ... which seems quite clear to me, because the field does not exist in the database. So can I tell the route object, only to take the id for fetching the object? I'm not sure, if I did something wrong or this is an error in the tutorial. Maybe someone else faces this problem. Thank you in advance for your feedback! Regards, Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
