-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Creating product error with startdate #1300
Comments
Needed to update eav_attribute table, this was not handled with: bin/magento setup:upgrade |
@alexvandervegt Thank you for reporting this issue. Where did you get this error? Can you be more specific about
Are you using a custom script? |
Hi, This was in a custom script for adding products automaticly. It was solved after editing the eav_attribute table in the database. In the last update the: Magento\Catalog\Model\Product\Attribute\Backend\Startdate was moved to: Magento\Catalog\Model\Attribute\Backend\Startdate bin/magento setup:upgrade did not make this edit in an existing database so I needed to manually edit the table. |
Thank you for clarifying @alexvandervegt, we have created internal ticket MAGETWO-37944 to track this fix. |
@alexvandervegt Thank you for reporting the issue. The team has processed this ticket. Code changes have just been deployed in version 0.74.0-beta11. Could you please verify the issue? |
Fixed issues: - MAGETWO-57995 [GITHUB] Simple product videos display the thumbnail image rather than the embedded video player. #6360 - MAGETWO-57070 [GitHub] Locale\Format throws away country part, results in wrong number format #5073 - MAGETWO-69854 Can't set allowed or default currencies using config:set command - MAGETWO-66627 [GitHub] Default Post Code is applied for all Order's addresses if zip is not required - MAGETWO-66906 Deprecate setup:store-config:set command - MAGETWO-67274 Can't set value using config:set on uninstalled instance - MAGETWO-70294 [GitHub] Mass Actions with Childs don't work in CMS #9854 - MAGETWO-70216 Remove section i18n from shared file (config.php) - MAGETWO-59514 Hard coded "tax_region_id" in the \Magento\Tax\Setup\InstallData
When creating products with php:
\Magento\Catalog\Api\Data\ProductInterface on save function
I get this error since the last update to beta10:
main.CRITICAL: Class Magento\Catalog\Model\Product\Attribute\Backend\Startdate does not exist [] []
The text was updated successfully, but these errors were encountered: