Search found 2 matches

by humsterman86
26 Nov 2018, 11:08
Forum: Symfony bundle
Topic: Multisites not working
Replies: 3
Views: 4333

Re: Multisites not working

Yep, and I got message: ./bin/console cache:clear // Clearing the cache for the dev environment with debug true In RouteCompiler.php line 137: Route pattern "/{site}/admin/{site}/jqadm/file/{type}" cannot reference variable name "site" more than once.
by humsterman86
22 Nov 2018, 16:13
Forum: Symfony bundle
Topic: Multisites not working
Replies: 3
Views: 4333

Multisites not working

Im added custom settings for routing from documentation https://aimeos.org/docs/Symfony/Configure_multiple_shops, run command php bin/console aimeos:setup testshop, no errors and other, but - when I send request to http://localhost:8099/testshop/, http://localhost:8099/testshop/list, etc - always go...