[Error] Parameter "id" for route "aimeos_shop_jqadm_get"

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!
ksicinski
Posts: 9
Joined: 05 Jul 2017, 07:18

[Error] Parameter "id" for route "aimeos_shop_jqadm_get"

Post by ksicinski » 11 Jul 2017, 20:54

When I login to admin panel and select from nav "catalog" I'm refirect to this path:

Code: Select all

/app_dev.php/admin/default/jqadm/search/catalog?lang=pl
and I get error:

Code: Select all

Parameter "id" for route "aimeos_shop_jqadm_get" must match "[0-9A-Z\-\_]+" ("_id_" given) to generate a corresponding URL.
Any tips?

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

Re: [Error] Parameter "id" for route "aimeos_shop_jqadm_get"

Post by aimeos » 12 Jul 2017, 10:50

Thank you for the hint. There was a wrong restriction in the JQAdm routes causing this error. Please run

Code: Select all

SYMFONY_ENV=prod composer update --no-dev
to get the new version.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply