Search found 4 matches

by MaHo
28 Oct 2024, 12:45
Forum: Laravel package
Topic: Linking suppliers to products in version 2024.10
Replies: 3
Views: 19670

Re: Linking suppliers to products in version 2024.10

I have upgraded to the latest version of aimeos core 2024.10.4. This did not fix the error. However either using the product or the input manager to create the list items seems to solve this issue :D .

I have included the stack trace as an attachement because of character limits
by MaHo
28 Oct 2024, 11:22
Forum: Laravel package
Topic: Linking suppliers to products in version 2024.10
Replies: 3
Views: 19670

Linking suppliers to products in version 2024.10

Versions: Laravel: v11.29.0 Aimeos: 2024.10.X PHP: 8.3.0 OS: Ubuntu 22.04.5 I have a job controller which imports products from an API. After upgrading to version 2024.10.1 i ran into an issue with linking the supplier to the product. first i load the product and supplier or create them if they don'...
by MaHo
27 Sep 2024, 12:31
Forum: Laravel package
Topic: Adding custom parameters to jobs command
Replies: 3
Views: 12884

Re: Adding custom parameters to jobs command

I will look into it, thank you!
by MaHo
27 Sep 2024, 11:33
Forum: Laravel package
Topic: Adding custom parameters to jobs command
Replies: 3
Views: 12884

Adding custom parameters to jobs command

Laravel: v11.21.0 AImeos: 2024.07.2 PHP: 8.3.0 OS: Ubuntu 22.04.5 Hello, I want to add some custom parameters to my jobs command for debugging, after some research and some trying i cannot find how to do this, is this at all possible? For some context: i want to create a job that exports all orders ...