gnugat-examples / learning-symfony2

The repository of the code shown in http://gnugat.github.io/tags/learn-symfony2-series.html
5 stars 2 forks source link

Unable to find the controller for path "/" + RouterException #1

Open quoidautre opened 9 years ago

quoidautre commented 9 years ago

Hi, I've an error in step 2 (learning-symfony2-2-empty-application) :

Symfony\Component\HttpKernel\Exception\NotFoundHttpException: Unable to find the controller for path "/". Maybe you forgot to add the matching route in your routing configuration? in /var/www/framework/LEARN/symfony2/knight/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php on line 134

And, in the step 5 too (learning-symfony2-5-tests). And the browser seems to loop endless :

Symfony\Component\Routing\Exception\ResourceNotFoundException: in /var/www/framework/LEARN/symfony2/learning-symfony2-5-tests/app/cache/prod/appProdUrlMatcher.php on line 41

Thanks to help please :)

PS : Great tutorial by the way.

Regards. Fabrice

gnugat commented 9 years ago

Hi Fabrice, I'm sorry you encountered this problem. I'll have a look to find the cause, but I'm afraid I won't have time before this week end. Could you wait until then?

Cheers,

quoidautre commented 9 years ago

Hi, Yes, of course, I can wait. If I have the time, I'll keep an eye on it.

Have a nice day. Fabrice