plentymarkets / plentymarkets-shopware-connector

plentymarkets shopware connector plugin
http://www.plentymarkets.eu/shopware/
MIT License
30 stars 51 forks source link

Error on fresh database #415

Closed sorinpopescu closed 5 years ago

sorinpopescu commented 5 years ago

SPW: 5.5.4 PMC: Latest version

I have setup fresh database and run the command: /bin/console plentyconnector:process --all --disableBacklog

I always get: plentyconnector.WARNING: parent category was not found {"category":"59cc8d99-09e8-437c-8f8f-473f3a32df59"}

The category in database is 142 - but I have no such ID in categories tables.

image

jochenmanz commented 5 years ago

@sorinpopescu a parent category was not "valid":

but a child category way. To find out which category that is, search for the uuid in the error message in the table plenty_identity. In the field adapterIdentifier is the actual category id inside plentymarkets. The ID of a category is displayed when you hoover over a category :)