I start the tutorial (as newbie) and everythings works fine till:
http://symfony.com/doc/current/book/page_creation.html#creating-a-page-route-and-controller at step
Extending the base class Controller did not work for me. To solve the problem I had to do the following change in web/app.php
$kernel = new AppKernel('prod', true);
Also I had to add 'en' in the url: http://scotchbox.demo/en/lucky/number