Class "MShop_Service_Provider_Decorator_Delivery" not availa

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!
Mirco
Posts: 14
Joined: 02 Sep 2015, 15:16

Class "MShop_Service_Provider_Decorator_Delivery" not availa

Post by Mirco » 26 Apr 2016, 15:59

Hi,
I had done a update from aimeos version 2.3.1 (typo3 6.2.21) to 2.4.6.
If I add a product in to the cart following error pops up:
Class "MShop_Service_Provider_Decorator_Delivery" not available
I have no clue whats wrong.
Any help is appreciate, thanks.

Regards
Mirco

PS: Where can I find the change logs?

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

Re: Class "MShop_Service_Provider_Decorator_Delivery" not av

Post by aimeos » 27 Apr 2016, 10:03

Mirco wrote:Class "MShop_Service_Provider_Decorator_Delivery" not available
Hm, such a decorator isn't part of the Aimeos core and hasn't been in the past. Please check in the admin interface -> Service tab if there's an entry that contains "...,Delivery" as provider. If yes, remove the ",Delivery" if you know that it doesn't exist in an extension you use.
Mirco wrote:PS: Where can I find the change logs?
Within the LTS release, only bugfixes have been applied:
https://github.com/aimeos/aimeos-core/commits/2015.10
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Mirco
Posts: 14
Joined: 02 Sep 2015, 15:16

Re: Class "MShop_Service_Provider_Decorator_Delivery" not av

Post by Mirco » 29 Apr 2016, 07:21

Thanks, that was the problem.
We had tried to modify a Decorator in the beginning and I have it forgotten. :mrgreen:

Post Reply