I'm trying to create sub folders under the project controller... ACMEBundle/Controller/Sub. When I try to render the index action from one of the controllers:
{% render 'ACMEBundle:Sub/\Box:index' %} I keep getting the following error: Fatal error: Cannot redeclare class ACMEBundle\Controller\Sub \BoxController in /.../ACMEBundle/Controller/Sub/BoxController.php on line 121 (=>end of class) Does any one knows why this is happening? -- 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 symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en