-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After migrate: Error 500 when accessing Customers > All customers #321
Comments
I've enabled developer mode on Magento, hope it helps:
|
Hi @friimaind Upon normal circumstances (i.e. Magento 1 store without extensions and database not corrupted) customers are migrated without problems. Did you catch any errors underway of migration and how you solved it if any? |
I also have this issue. Any solutions? |
Sorry for the delay I found that in my Magento 1 there was a module which caused the issue error. On /vendor/magento/data-migration-tool/etc/ce-to-ce/1.6.1.0/map-customer.xml I added inside source > field_rules
|
We are facing the same issues after we migrated the data's from M1.7 to M2.1.6. Fatal error: Uncaught Error: Call to undefined method Magento\Eav\Model\Entity\Attribute\Backend\ArrayBackend\Interceptor::getAllOptions() in D:\xampp\htdocs\magento21\vendor\magento\module-customer\Model\AttributeMetadataConverter.php:66 Stack trace: #0 D:\xampp\htdocs\magento21\vendor\magento\module-customer\Model\Metadata\CustomerMetadata.php(77): Magento\Customer\Model\AttributeMetadataConverter->createMetadataAttribute(Object(Magento\Customer\Model\Attribute)) #1 D:\xampp\htdocs\magento21\vendor\magento\module-customer\Model\Metadata\CustomerMetadata.php(109): Magento\Customer\Model\Metadata\CustomerMetadata->getAttributeMetadata('default_blog_ca...') #2 D:\xampp\htdocs\magento21\vendor\magento\module-customer\Model\Metadata\CachedMetadata.php(82): Magento\Customer\Model\Metadata\CustomerMetadata->getAllAttributesMetadata() #3 D:\xampp\htdocs\magento21\vendor\magento\module-customer\Ui\Component\Listing\AttributeRepository.php(66): Magento\Customer\Model\Metadata\CachedMetadata->getAllAttributesMetadata() #4 D:\xampp in D:\xampp\htdocs\magento21\vendor\magento\module-customer\Model\AttributeMetadataConverter.php on line 66 We dont know how to fix the above issues. Thanks |
I am fighting against this issue for around 2 weeks and there is no optimum result. |
Hi @PrithweemaD , Editing this file: vendor/magento/module-eav/Model/Entity/Attribute/Backend/arrayBackend.php adding this method:
|
Thanks @prestashoppay , After doing this, I got this : a:4:{i:0;s:17:"No options found.";i:1;s:9931:"#0 /var/www/html/plushaddict-new/vendor/magento/module-customer/Model/AttributeMetadataConverter.php(66): Magento\Eav\Model\Entity\Attribute\Source\Config->getAllOptions() Please suggest. |
Hi @PrithweemaD , Please using upgrade and deploy comment after that clear cache. |
@prestashoppay , |
Can you please resolve this error? a:4:{i:0;s:87:"Missing required argument $options of Magento\Eav\Model\Entity\Attribute\Source\Config.";i:1;s:10715:"#0 /var/www/html/plushaddict-new/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php(82): Magento\Framework\ObjectManager\Factory\Dynamic\Developer->_resolveArguments('Magento\Eav\Mod...', Array, Array) |
Seems your error relates to a customer attribute bakerloo_payment. If you do not need it in M2 remove it and see if it fixes your issue |
After a successful migration I get this error when I try to access Customers > All customers
The text was updated successfully, but these errors were encountered: