Dont see Type in SEO on CMS pages
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- AleksandarJovanovic
- Posts: 58
- Joined: 01 Jun 2022, 21:26
Dont see Type in SEO on CMS pages
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
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 (85.29 KiB) Viewed 428 times
Re: Dont see Type in SEO on CMS pages
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,
give us a star
If you like Aimeos,

- AleksandarJovanovic
- Posts: 58
- Joined: 01 Jun 2022, 21:26
Re: Dont see Type in SEO on CMS pages
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. 

- AleksandarJovanovic
- Posts: 58
- Joined: 01 Jun 2022, 21:26
Re: Dont see Type in SEO on CMS pages
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
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
Re: Dont see Type in SEO on CMS pages
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
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,
give us a star
If you like Aimeos,

- AleksandarJovanovic
- Posts: 58
- Joined: 01 Jun 2022, 21:26
Re: Dont see Type in SEO on CMS pages
Yes, everything is fine now, I tested it
Thank you very much.
