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
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
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