woocommerce migration not working for nested categories

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
whYME
Posts: 6
Joined: 04 Dec 2024, 19:03

Re: woocommerce migration not working for nested categories

Post by whYME » 06 Dec 2024, 15:39

ah, ok, I had it the other way around

Code: Select all

'resource' => [
    'db-woocommerce' => [
        // ...
    ],
    'db' => [
        // ...
    ]
],
Although I would think I should get a SQL error for trying to update a non-existent table?

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

Re: woocommerce migration not working for nested categories

Post by aimeos » 06 Dec 2024, 15:43

whYME wrote: 06 Dec 2024, 15:39 Although I would think I should get a SQL error for trying to update a non-existent table?
Yes, you should! Does it work if you reorder the resource definitions?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply