Hi everybody...

i'm trying to use the sfDoctrineRestGeneratorPlugin. Installation and
Generation seemed to work fine, but as soon as i try to make a
request, it seems the autoXXXAction is not rendered correctly in the
cache. In the response body, i receive the partial redered code of
that class, starting with

[?php

/**
 * Test actions. REST API for the model "Test"
 *
 * @package    ##PROJECT_NAME##
 * @subpackage Test
 * @author     ##AUTHOR_NAME##
 *
 * @version    SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z
xavier $
 */
class autoTestActions extends sfActions
{
  protected $model = 'Test';

  /**
...

and ending with :

<b>Fatal error</b>:  Call to undefined method
sfDoctrineRestGenerator::arrayExport() in <b>/opt/lampp/htdocs/test/
plugins/sfDoctrineRestGeneratorPlugin/lib/generator/
sfDoctrineRestGenerator.class.php</b> on line <b>666</b><br />

i'm using the latest version 0.9.1.

any ideas?

thanks and regards

  Oliver

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to