Homniserv / symfony028activiteCorebundle-3619856-Developpez-votre-site-web-avec-le-framework-Symfony-

http://exercices.openclassrooms.com/assessment/521?id=3619856&slug=developpez-votre-site-web-avec-le-framework-symfony&login=144631&tk=c42982078c84fd024b7c821c8dba7c4c&sbd=2016-02-01&sbdtk=fa78d6dd3126b956265a25af9b322d55
0 stars 0 forks source link

Templates extends :: #7

Closed moueza closed 5 years ago

moueza commented 5 years ago

In Symfony 3.4, only maintained in 3.x, :: notation seems failing now (https://openclassrooms.com/forum/sujet/symfony-3-probleme-de-layout ) Look at Referencing Templates in a Bundle of https://symfony.com/doc/3.4/templating.html

moueza commented 5 years ago

http://localhost/symfony028activiteCorebundle/activite2/web/app_dev.php/platform/1 fails Unable to find template "OCPlatformBundle::layout.html.twig" (looked into: /var/www/html/symfony028activiteCorebundle/activite2/app/Resources/views, /var/www/html/symfony028activiteCorebundle/activite2/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form) in OCPlatformBundle:Advert:index.html.twig at line 1. Exceptions 2 Logs 1 Stack Traces 2 InvalidArgumentException in vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php (line 127) TwigEngine->load('OCPlatformBundle:Advert:index.html.twig') in vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php (line 49) TwigEngine->render('OCPlatformBundle:Advert:index.html.twig', array()) in vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php (line 45) TwigEngine->render('OCPlatformBundle:Advert:index.html.twig', array()) in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php (line 284) Controller->render('OCPlatformBundle:Advert:index.html.twig') in src/OC/PlatformBundle/Controller/AdvertController.php (line 71) } // Ici, on récupérera la liste des annonces, puis on la passera au template // Mais pour l'instant, on ne fait qu'appeler le template return $this->render('OCPlatformBundle:Advert:index.html.twig'); }

moueza commented 5 years ago

Current Namespaces ./bin/console debug:twig (https://stackoverflow.com/questions/47832977/symfony-3-4-use-view-inside-my-bundle "for some reasons...")