Thx Christophe, That was indeed the solution.
Added: new Symfony\Bundle\SecurityBundle\SecurityBundle() To my registerBundles() function in my kernel. ../Frenck On 7 feb, 17:52, stof <[email protected]> wrote: > On Mon, 7 Feb 2011 08:06:23 -0800 (PST), Frenck <[email protected]> wrote: > > My application throws: > > > InvalidArgumentException: There is no extension able to load the > > configuration for "security.config" (in /var/www/PostOfficeSymfony/ > > postoffice/config/security.yml). in /var/www/PostOfficeSymfony/vendor/ > > symfony/src/Symfony/Component/DependencyInjection/Loader/ > > YamlFileLoader.php on line 237 > > > What's wrong? > > > I've tried looking at the master documentation, but it seems not to be > > updated for this (preview) release. > > > Any help or pointers in the right direction would be appriciated. > > > ../Frenck > > You have to enable the new SecurityBundle in your kernel as the security > has been moved out of FrameworkExtension. > > -- > Christophe | Stof -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
