Error after cleaning unnessecary elements

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Error after cleaning unnessecary elements

Post by promptnet » 12 Mar 2020, 16:35

Hi,
after removing some services and suppliers, I got the following error:

(1/1) Aimeos\Client\Html\Exception

Code: Select all

Class "\Aimeos\Client\Html\Common\Decorator\Service" not found
in xxxxx/ext/ai-client-html/client/html/src/Client/Html/Common/Factory/Base.php line 63
What is wrong here?
Thanks,
Kurt

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

Re: Error after cleaning unnessecary elements

Post by aimeos » 13 Mar 2020, 17:30

Seems like you've added the string "Service" to one of your payment or delivery options behind a comma, e.g.

Code: Select all

Default,Service
That doesn't work because there's no "Service" decorator.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Re: Error after cleaning unnessecary elements

Post by promptnet » 16 Mar 2020, 08:37

Hmm, okay, I will check

Post Reply