[symfony-users] [sf2] Unrecognized options "secret" under "framework.csrf_protection" while updating via git

2011-04-29 Thread Nico
nfig \Definition\Exception\InvalidConfigurationException' with message 'Unrecognized options "secret" under "framework.csrf_protection"' in / home/nico/www/dr2/vendor/symfony/src/Symfony/Component/Config/ Definition/ArrayNode.php:259 Stack trace: #0 /home/nico/www/dr2/vendor/symfony/src/Sy

[symfony-users] Re: doctrine dbal connection

2011-03-01 Thread Nico
; onhttp://docs.symfony-reloaded.org/master/ > > -- > Christophe | Stof Thank's a lot Cristophe. That works for me... I don't get wye there are dfifferent docs, but it seems that the github repo needs an other config format / other keys. Cheers, Nico -- If you want to report

[symfony-users] doctrine dbal connection

2011-02-16 Thread Nico
Application->run() at /var/www/ dev.softwise.de/app/console:12 + If I'm referencing from my controller: $em = $this->get('doctrine.dbal.default_connection'); I get no exception. Does anybody have an idea what I'm doing wrong? Thanks for reply, Nico -- If you wa

[symfony-users] Re: enable E_NOTICE

2009-09-23 Thread nico
Hi, You need to enable debug mode to see them Change your application configuration to $configuration = ProjectConfiguration::getApplicationConfiguration ('frontend', 'dev', true); Nicolas On Sep 23, 12:18 pm, peterreb wrote: > Hi list, > > I'm new to symfony an need help by configuring erro

[symfony-users] Re: Template without main template

2009-07-31 Thread nico
Add in your action $this->setLayout(false); On Jul 31, 3:47 pm, HAUSa wrote: > I created an action, called send in the module system. > Now I have a Flash file which sends it's values to /system/send. > > In the sendSuccess.php I have a line to push a thank you message to > Flash. > mailFeedbac

[symfony-users] sf 1.1 : i18n and form repopulating input_tag when error

2008-10-14 Thread nico
Hello all, I'm just began sf. Thanx in advance for your help. I'm trying to repopulate my i18n form using input_tag (i don't want to use widgets) but no matter what i can't manage to do it. i can create, update but if there is an error, the posted values are not in the field (the db value stays

[symfony-users] Re: sfEasyGMapPlugin: a new plugin to quickly add a Google Map to a symfony project

2008-09-23 Thread nico
Plugin is working fine for me. Thanks Fabrice :) On Sep 23, 4:50 am, James <[EMAIL PROTECTED]> wrote: > Cool, I'll give it a download and give it a try. :-D > > James > > On Sep 22, 2008, at 7:40 PM, Fabrice B wrote: > > > > > I have not fully understood how to configure pear install for both >