What platform? Which version of php? Which version of Symfony? Show more code from the BaseT_provinciaGeneratorConfiguration.class.php file (at least the function which is on the line 101)
On 9 ún, 17:35, ReynierPM <[email protected]> wrote: > 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 [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.
