Links at views going to root

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
daniel.groppo
Posts: 6
Joined: 17 Sep 2016, 07:22

Re: Links at views going to root

Post by daniel.groppo » 19 Sep 2016, 17:35

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)

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

Re: Links at views going to root

Post by aimeos » 20 Sep 2016, 09:43

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

Post Reply