[solved] Class "\Aimeos\Client\Html\Cms\Page\Factory" not available

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!
User avatar
tulparstudyo
Posts: 3
Joined: 03 Mar 2021, 08:39

[solved] Class "\Aimeos\Client\Html\Cms\Page\Factory" not available

Post by tulparstudyo » 18 Jul 2021, 11:38

Hi
I created new extension for version 2021.07.3. I Copied default template files from /vendor/aimeos/ai-client-html/client/html/templates to /ext/sw-panel/client/html/templates . After I visited my site home page.
How can I fix this error "Class "\Aimeos\Client\Html\Cms\Page\Factory" not available".
Attachments
aimeos-error.png
aimeos-error.png (85.69 KiB) Viewed 5476 times
Last edited by tulparstudyo on 19 Jul 2021, 07:52, edited 1 time in total.

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

Re: Class "\Aimeos\Client\Html\Cms\Page\Factory" not available

Post by aimeos » 19 Jul 2021, 06:15

If you don't have aimeos/ai-cms-grapesjs package installed, remove "cms/page" from "catalog-home" in the "pages" section of your ./config/shop.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
tulparstudyo
Posts: 3
Joined: 03 Mar 2021, 08:39

Re: Class "\Aimeos\Client\Html\Cms\Page\Factory" not available

Post by tulparstudyo » 19 Jul 2021, 07:51

Thanks for this help.
I installed composer require aimeos/ai-cms-grapesjs, The proplem is solved. :)

Post Reply