Hi:
One module of my application is giving me this error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in D:\WebServer\varwww\dev\afilreg\cache\dashboard\dev\modules\autoT_provincia\lib\BaseT_provinciaGeneratorConfiguration.class.php on line 101

Hi check the generated file "BaseT_provinciaGeneratorConfiguration.class.php" and just at the beggining of the line 101 I can see a misterious "F" :( I check the file schema.yml (see below) and I can't see any problems:

generator:
  class: sfDoctrineGenerator
  param:
    model_class:           TPais
    theme:                 admin
    non_verbose_templates: true
    with_show:             false
    singular:              ~
    plural:                ~
    route_prefix:          t_pais
    with_doctrine_route:   true
    actions_base_class:    sfActions
    config:
      actions:
        _new: { label: Adicionar }
      fields:
        codigo: { label: Código }
        nombre: { label: Nombre }
      list:
        title: Listar registros
      filter:  ~
      form:    ~
      edit:
        title: Editar registro "%%nombre%%"
      new:
        title: Adicionar registro

¿Any ideas?
--
Cheers
ReynierPM

--
You received this message because you are subscribed to the Google Groups "symfony 
users" group.
To post to this group, send email to symfony-us...@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