can you modify again permission and path of configuration file
and also u trying in windows or ? linux thanks parbat On Thu, Jul 12, 2012 at 1:11 PM, Michael.P <[email protected]> wrote: > I installed Standard Symfony 2.0.16 on localhost, and after satisfying > mandatory requirements reported by app/check.php I ran online > configuration. > > I opened /web/config.php in my browser and stumbled upon the problem > described below after opening any link on this page. > > It takes forever for page to load, at first glance it looks like > script has gone into infinite cycle. > > I started debugger client and narrowed problem down to the following > method: Symfony\Component\HttpKernel\Kernel::getBundle($name = 'Acme > \DemoBundle\Controller\SecuredController', $first = false); > > if (!isset($this->bundleMap[$name])) { > => throw new \InvalidArgumentException(sprintf('Bundle "%s" > does not exist or it is not enabled. Maybe you forgot to add it in the > registerBundles() function of your %s.php file?', $name, > get_class($this))); > } > > If I make a step at this point, described behaviour takes place, CPU > load jumps up to 100% in few seconds and hangs up whole system if I > let it run for half a minute. > > -- > 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 developers" 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-devs?hl=en > -- 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 developers" 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-devs?hl=en
