After Migration from Magento 1.9.2.4 to Magento 2.3.4 when I go to create a customer and fill all the information and click on submit(on front-end), it show me error
We can't save the customer.
After debugging I found the error below:
Class MagentoEavModelAttributeDataDatetime does not exist
I tried to search the class on the database and also in files, with no results. However, I found something similar in the table eav_attribute
:
MagentoEavModelEntityAttributeBackendDatetime
How can I solve it?
2
Answers
Based on the post, “We can’t save the customer” error after Migration – Magento 2.3, I did the following:
Datetime
values ineav_attribute.frontend_input
.Datetime
values to anything else (Date
,Text
, …), it works again.edit attribute ‘mailchimp_sync_delta’ frontend_input datetime to date worked for me.