Something I also get this error:

An exception has been thrown during the rendering of a template ("The
autoloader expected class "ACMEBundle\Controller\Sub/BoxController" to
be defined in file "/../src/ACMEBundle/Controller/Sub/
BoxController.php". You probably have a typo in the namespace or the
class name.") in ACMEBundle:Main\/Default:index.html.twig at line 123.

Here is the BoxController:

<?php

namespace ACMEBundle\Controller\Sub;

use Symfony\Bundle\FrameworkBundle\Controller\Controller;

class BoxController extends Controller
{
...
}

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

Reply via email to