Hi, I had a similar problem with the Doctrine admin generator when I tried to upgrade to 1.2.3. I didn't fully investigate it, but I think it was something along those lines:
The generated method getTableMethod() in the generator configuration returns an empty string if no method has been configured. http://trac.symfony-project.org/browser/branches/1.3/lib/plugins/sfDoctrinePlugin/data/generator/sfDoctrineModule/admin/parts/configuration.php line 64 The table method is used to retrieve the records when no filter form is available, regardless of the fact whether it's empty or not. When Doctrine::getTable('...')->$tableMethod is called with an empty $tableMethod variable, the above error occurs. http://trac.symfony-project.org/browser/branches/1.3/lib/plugins/sfDoctrinePlugin/data/generator/sfDoctrineModule/admin/parts/paginationAction.php line 36 Bernhard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
