After Upgrade To Aimeos 2019.07 From Aimeos 2018.10 Old Products Are Not Adding To Basket

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!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

After Upgrade To Aimeos 2019.07 From Aimeos 2018.10 Old Products Are Not Adding To Basket

Post by awaidqureshi » 12 Dec 2019, 13:24

We upgrade Aimeos 2018.10 to Aimeos 2019.07
Our Old products are not adding to basket only new products are adding to basket

So kindly guide us whats can be the issue and how can we solve this.

Thanks

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

Re: After Upgrade To Aimeos 2019.07 From Aimeos 2018.10 Old Products Are Not Adding To Basket

Post by aimeos » 13 Dec 2019, 08:58

First, 2019.07 isn't supported any more. Use the latest 2019.10.x version instead.
Are there any error messages in the frontend or in the madmin_log table?

If you have made custom extensions, please study the list of breaking changes between 2018.10 and 2019.10:
https://aimeos.org/docs/Developers/Changelog/2019

You should also remove custom extensions first, update, test if everything works and then readd you custom extension. Then, you can see if that works too.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

Re: After Upgrade To Aimeos 2019.07 From Aimeos 2018.10 Old Products Are Not Adding To Basket

Post by awaidqureshi » 13 Dec 2019, 10:03

aimeos wrote: 13 Dec 2019, 08:58 First, 2019.07 isn't supported any more. Use the latest 2019.10.x version instead.
Are there any error messages in the frontend or in the madmin_log table?

If you have made custom extensions, please study the list of breaking changes between 2018.10 and 2019.10:
https://aimeos.org/docs/Developers/Changelog/2019

You should also remove custom extensions first, update, test if everything works and then re add you custom extension. Then, you can see if that works too.
No errors are logging in madmin_log about this issue

i have updated my aimeos to 2019.10 so now
after testing default extension same error occurs means old products are not adding to basket .

Thanks

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

Re: After Upgrade To Aimeos 2019.07 From Aimeos 2018.10 Old Products Are Not Adding To Basket

Post by aimeos » 14 Dec 2019, 15:12

You need to dig a bit deeper and add debug statements to get closer to the error. You should check:
- https://github.com/aimeos/ai-client-htm ... d.php#L449
- https://github.com/aimeos/ai-controller ... d.php#L223
- https://github.com/aimeos/aimeos-core/b ... e.php#L511
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply