By the way: great tutorial. There are no excuses anymore, not to go with Symfony + Doctrine ;-)
On 22 Dez., 21:08, Preloader <[email protected]> wrote: > Thank you Jon. You are absolutely right, I did not take the latest > version from SVN but the zipped version from the downloads page. > Sorry! :-) > > Everything works fine, thanks! > > Regards, Christoph > > On 22 Dez., 18:23, "Jonathan Wage" <[email protected]> wrote: > > > Make sure to upgrade to the latest version of symfony from svn as the Jobeet > > tutorial identified some bugs that have since been fixed. > > > Thanks, Jon > > > On Mon, Dec 22, 2008 at 9:01 AM, Preloader <[email protected]> wrote: > > > > 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 > > > -- > > Jonathan H. Wage > > Open Source Software Developer & > > Evangelisthttp://www.jwage.comhttp://www.doctrine-project.orghttp://www.symfony... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
