Page 1 of 1

Error after cleaning unnessecary elements

Posted: 12 Mar 2020, 16:35
by promptnet
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

Re: Error after cleaning unnessecary elements

Posted: 13 Mar 2020, 17:30
by aimeos
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.

Re: Error after cleaning unnessecary elements

Posted: 16 Mar 2020, 08:37
by promptnet
Hmm, okay, I will check