aimeos installation

Questions around the Aimeos bundle for the Symfony framework
Forum rules
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
gpapin
Posts: 1
Joined: 03 Oct 2018, 09:58

aimeos installation

Post by gpapin » 03 Oct 2018, 10:04

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: aimeos installation

Post by aimeos » 03 Oct 2018, 17:35

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!
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply