[symfony-users] Re: sfPropel13Plugin - 'Fatal error: Call to undefined method PDOStatement::next()'

2008-05-24 Thread Frank Stelzer
You have to assign all your custom queries to Propel 1.3 syntax. CreoleStmt:next() for example to PDOStatement::fetch() Read the documentation about PDO for more information: http://propel.phpdb.org/trac/wiki/Users/Documentation/1.3/Criteria http://us.php.net/pdo Am 24.05.2008 um 09:05 schrieb

[symfony-users] Re: sfPropel13Plugin - 'Fatal error: Call to undefined method PDOStatement::next()'

2008-05-24 Thread Daniel Staver
I'm not using any custom queries, this is happening in the generated classes. On May 24, 11:19 am, Frank Stelzer <[EMAIL PROTECTED]> wrote: > You have to assign all your custom queries to Propel 1.3 syntax. > > CreoleStmt:next() for example to PDOStatement::fetch() > > Read the documentation abou