Page 1 of 1

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

Posted: 11 Jul 2017, 20:54
by ksicinski
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?

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

Posted: 12 Jul 2017, 10:50
by aimeos
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.