[symfony-users] Re: Plugins - Enabled Modules

2007-07-12 Thread Bertrand Fan
Oh, and I'm modifying the settings.yml, the enabled_modules setting. On Jul 10, 3:27 pm, Bertrand Fan <[EMAIL PROTECTED]> wrote: > I built my own plugin and made a module called "pages" that uses the > admin generator and has its own security.yml in config &g

[symfony-users] Plugins - Enabled Modules

2007-07-10 Thread Bertrand Fan
I built my own plugin and made a module called "pages" that uses the admin generator and has its own security.yml in config I enabled it for my admin application and it works fine, but I didn't enable it for my frontend application and all the config settings get included anyways, and it even gen

[symfony-users] setFlash() issue in IE6

2007-04-27 Thread Bertrand Fan
This is kind of bizarre, but setFlash does not seem to be working for me in a very specific situation: I have a setFlash in one of my actions like this: $this->setFlash('removeAccountKey', $key1); Firefox - index.php/mymodule/myaction - works Firefox - /mymodule/myaction - works Firefox - fronte