It looks like the conversion to Doctrine made an assumption about the parameter that was not valid?…
http://www.symfony-project.org/jobeet/1_2/Doctrine/en/06
last item on the page, just about
// apps/frontend/config/routing.yml
// add (to job_show_user/options…)
method: retrieveActiveJob
//implement new method in...
// lib/model/doctrine/JobeetJobTable.class.php
public function retrieveActiveJob(Doctrine_Query $q)
…
Catchable fatal error: Argument 1 passed to JobeetJobTable::retrieveActiveJob() must be an instance of Doctrine_Query, array given in /Users/bshirley/Sites/jobeet/lib/model/doctrine/JobeetJobTab le.class.php on line 8
Any insights on how to correct this?
[Edit: duplicate of http://www.symfony-project.org/forum/index.php/t/17678/ but still looking for answer.)
