- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2015
06:21 AM
06-27-2015
06:21 AM
magento multi select attribute not saved any values??
I have many mulit select attributes and this not saved any valus , What I can do ?
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015
05:51 AM
06-30-2015
05:51 AM
Re: magento multi select attribute not saved any values??
Can you please specify your problem in detail? How you save the data in system or etc.
Was my answer helpful? You can accept it as a solution.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2018
01:26 AM
06-19-2018
01:26 AM
Re: magento multi select attribute not saved any values??
@magento2
I Found Solution after R&D On Magento database.
Login In your phpmyadmin
Go to your website database
Open "eav_attribute" table
Find Your multiselect "attribute_id"
Edit Row
If "backend_model" Column blank then paste this
Magento\Eav\Model\Entity\Attribute\Backend\ArrayBackend
and Please see this
https://magento.stackexchange.com/questions/224621/warning-array-filter-expects-parameter-1-to-be-ar...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018
07:58 AM
07-18-2018
07:58 AM
Re: magento multi select attribute not saved any values??
That column has already that value!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020
12:13 AM
09-11-2020
12:13 AM
Re: magento multi select attribute not saved any values??
In my case it was just cleaning cache and reindexing.
sudo php bin/magento c:c sudo php bin/magento c:f sudo php bin/magento i:reind