Page 2 of 2

Re: Links at views going to root

Posted: 19 Sep 2016, 17:35
by daniel.groppo
These are the rows (domain - code - label):

0: (customer/group - default - standard)
1: (order - download - download)
2: (product - default - standard)
3: (product - favorite - favorite)
4: (product - watch - watch list)

Re: Links at views going to root

Posted: 20 Sep 2016, 09:43
by aimeos
That's really wierd, everthing is there and nevertheless, the record isn't found ...
What's the "siteid" of the records? Does it match with the "id" in the "mshop_locale_site" table?

Can you update to dev-master of the Aimeos Laravel package and see if it happens again? If yes, please add a

Code: Select all

print_r( $context->getLocale() );
before this line:
https://github.com/aimeos/aimeos-larave ... nd.php#L82
and post the output.

Thanks