Catalog node for ID "" not available - SOLVED!

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
kimholberg
Posts: 29
Joined: 21 Aug 2017, 09:42

Catalog node for ID "" not available - SOLVED!

Post by kimholberg » 29 Sep 2017, 16:24

Just installed Aimeos in a new Neos 3.2.0 installation and get this error on top of the search field:

Catalog node for ID "" not available

What does it mean and what can i do to correct this?

I have added just one product and this shows up ok.

Regards,

Kim
Attachments
aimeos_error.png
aimeos_error.png (15.15 KiB) Viewed 2495 times
Last edited by kimholberg on 04 Oct 2017, 15:23, edited 1 time in total.
Neos 3.2.0 - Bitnami AWS C2 - Aimeos 2017-10.1

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

Re: Catalog node for ID "" not available

Post by aimeos » 01 Oct 2017, 10:13

Looks like Neos is passing an empty parameter as default for the list route. Tried this with a plain Flow installation where this doesn't happen.

What is the URL in your address bar?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

kimholberg
Posts: 29
Joined: 21 Aug 2017, 09:42

Re: Catalog node for ID "" not available

Post by kimholberg » 03 Oct 2017, 19:32

This is all that is in the addressbar:

http://(ip.address.hidden)/shop/list

Regards,

Kim
Neos 3.2.0 - Bitnami AWS C2 - Aimeos 2017-10.1

kimholberg
Posts: 29
Joined: 21 Aug 2017, 09:42

Re: Catalog node for ID "" not available - SOLVED!

Post by kimholberg » 04 Oct 2017, 14:18

Think i solved this, but puzzled about the text in doc:

If users view a product list page without a category ID in the parameter list, the first found products are displayed with a random order. You can circumvent this by configuring a default category ID that should be used in this case (the ID of the root category is best for this). In most cases you can set this value via the administration interface of the shop application.

It seems it does not by default just use the first product without an error.

I then added the ID of the root category from the shop admin in Settings.yaml:

Code: Select all

Aimeos:
  Shop:
    client:
      html:
        catalog:
          lists:
            catid-default: 1
Error gone..:-)
Neos 3.2.0 - Bitnami AWS C2 - Aimeos 2017-10.1

Post Reply