Hello, I'm new to Symfony but I have some experience with PHP programming, anyway I've tried looking on the google for this problem but haven't found a solution.
I'm getting error 500 when acessing thru browser, and this message is being generated at error_log: [Fri Apr 01 20:02:28 2011] [error] [client ::1] Uncaught PHP Exception InvalidArgumentException: "Bundle "Ikki" does not exist or it is not enabled. Maybe you forgot to add it in the registerBundles() function of your AppKernel.php file?" at /Library/WebServer/Documents/Symfony/ app/bootstrap.php.cache line 608 I have already reviewed the AppKernel.php and the line is there: new Ikki\DemoBundle\IkkiDemoBundle(), On the autoload.php it is too: 'Ikki' => __DIR__.'/../src', I was trying to follow the guide from http://symfony.com/doc/2.0/book/page_creation.html#the-hello-symfony-page But couldn't :( Any tip? If I change the lines pasted above to anything else, the error becomes: [Fri Apr 01 20:01:59 2011] [error] [client ::1] PHP Fatal error: Class 'Ikki\\DemoBundle\\IkkiDemoBundle' not found in /Library/ WebServer/Documents/Symfony/app/AppKernel.php on line 20 [Fri Apr 01 20:02:13 2011] [error] [client ::1] PHP Fatal error: Class 'IkkiDemo\\DemoBundle\\IkkiDemoBundle' not found in /Library/ WebServer/Documents/Symfony/app/AppKernel.php on line 20 So I think they are right. -- 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 symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en