No catalog node

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!
frezno
Posts: 2
Joined: 05 Feb 2020, 08:11

No catalog node

Post by frezno » 07 Feb 2020, 23:41

Fresh installation of aimeos-laravel (2020.01) on a fresh Laravel (6.14)
Database import without demo data

when calling /shop the message
No catalog node for ID ""
shows up.

when trying to add first Category (home) an error message appears:
Symfony\Component\Debug\Exception\FatalThrowableError
Argument 1 passed to Aimeos\MShop\Catalog\Item\Standard::setTarget() must be of the type string, null given, called in D:\Development\htdocs\aimeos20\vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Catalog\Item\Standard.php on line 432
btw, in the installation readme it says to run

Code: Select all

php artisan aimeos:cache
but that artisan command doesn't exists (any more?) and throws an error

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

Re: No catalog node

Post by aimeos » 08 Feb 2020, 08:57

2020.01 is a beta release for testing only. Please use the 2019.10 LTS release instead if you want to try Aimeos.
Also, you have to add the demo data to get a working frontend out of the box.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

frezno
Posts: 2
Joined: 05 Feb 2020, 08:11

Re: No catalog node

Post by frezno » 08 Feb 2020, 09:31

well, that's what i did - i tested it and that's what i came up with - result is just FYI

On the other hand i simply followed the instructions on the readme
Shop package only
and the composer command installs the 2020.01
imho it might make sense either to mention that that's a not working Beta or make install the 2019.10 instead of 2020-01

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

Re: No catalog node

Post by aimeos » 08 Feb 2020, 10:26

Good hint and thanks for mentioning! We've changed that line in the docs.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply