Dont see Type in SEO on CMS pages

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
AleksandarJovanovic
Posts: 58
Joined: 01 Jun 2022, 21:26

Dont see Type in SEO on CMS pages

Post by AleksandarJovanovic » 29 Sep 2025, 21:21

Php 8.3
Linux
Aimeos 2025.07

Hello Aimeos Team,

I'm having a problem in the CMS where, under the SEO option, when I try to add any "Type", the list is empty, even though I haven't changed or deleted anything.

Everything is fine on the product (page) and I can add text for the Meta (tags) etc.

Image is attached.

Thank you in advance,

Alex
Attachments
Screenshot from 2025-09-29 23-11-22.png
Screenshot from 2025-09-29 23-11-22.png (85.29 KiB) Viewed 412 times

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

Re: Dont see Type in SEO on CMS pages

Post by aimeos » 30 Sep 2025, 16:45

Seems like the types are missing in the database. You execute this command to update your database if something is missing for any reason:

Code: Select all

php artisan aimeos:setup
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
AleksandarJovanovic
Posts: 58
Joined: 01 Jun 2022, 21:26

Re: Dont see Type in SEO on CMS pages

Post by AleksandarJovanovic » 30 Sep 2025, 17:55

I ran the command but the same problem persists. I installed two more clean Aimeos installations on the latest version, but these fields are still missing. :(

User avatar
AleksandarJovanovic
Posts: 58
Joined: 01 Jun 2022, 21:26

Re: Dont see Type in SEO on CMS pages

Post by AleksandarJovanovic » 30 Sep 2025, 20:02

When i go save and close i have this error
Aimeos\MShop\Text\Item\Standard::setType(): Argument #1 ($type) must be of type string, null given, called in /media/pascual/D/Projekti/aimeos_dev/myshop/vendor/aimeos/aimeos-core/src/MShop/Text/Item/Standard.php on line 189Can you replicate the same version i think its bug in this version.


I try
php artisan aimeos:setup
php artisan aimeos:setup --option=setup/default/demo:1

But no succes. I install new instalation and make again migration but nothing.

Alex

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

Re: Dont see Type in SEO on CMS pages

Post by aimeos » 02 Oct 2025, 10:15

There was a problem fetching the correct types for the views.
It's fixed now in aimeos/ai-cms-grapesjs dev-master and 2025.07.2
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
AleksandarJovanovic
Posts: 58
Joined: 01 Jun 2022, 21:26

Re: Dont see Type in SEO on CMS pages

Post by AleksandarJovanovic » 02 Oct 2025, 13:01

Yes, everything is fine now, I tested it :) Thank you very much.

Post Reply