I'm trying to understand how works sonata sandbox...
I have created a new route and trigged:
php app/console sonata:page:update-core-routes --site=3
the landingpage was creaded successfuly,
then :
php app/console sonata:page:create-snapshots --site=3
theoretically all is well created,
but my route is pointing to a own controller with my own template and my own block return any response...
sure that i have done something wrong in my block or in my template, but I'm really surprised because when I do a probe to see until where the script run well... for exaple:
//in my action
$this->asdfasdfasdfasfd();
I'm no getting any response, only a white screen. somebody know why? and how can I solve?