Page 1 of 1

aimeos installation

Posted: 03 Oct 2018, 10:04
by gpapin
Hello all,

I have install aimeos bundle on symfony 3.4, I have follow all the step in the manual but when I try to access to : http://127.0.0.1:8000/app_dev.php/admin or http://127.0.0.1:8000/app_dev.php/list

I have this error :
Unable to find template "AimeosShopBundle:Catalog:list.html.twig" (looked into: /home/gui/Projets/graphe/app/Resources/views, /home/gui/Projets/graphe/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form).

I have miss something ?

Thank's in advance.

Guillaume

Re: aimeos installation

Posted: 03 Oct 2018, 17:35
by aimeos
Did you follow the installation guide step by step?
https://github.com/aimeos/aimeos-symfony#installation

Please have a look especially at your ./app/config/config.yml where you have to add this below the framework node:

Code: Select all

    templating:
        engines: ['twig']
Note that each indention must consist of four spaces!