Skip to content
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

Closed
DB-Alex opened this issue May 25, 2015 · 5 comments
Closed

Creating product error with startdate #1300

DB-Alex opened this issue May 25, 2015 · 5 comments
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: needs update

Comments

@DB-Alex
Copy link

DB-Alex commented May 25, 2015

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 [] []

@DB-Alex
Copy link
Author

DB-Alex commented May 25, 2015

Needed to update eav_attribute table, this was not handled with:

bin/magento setup:upgrade

@mazhalai
Copy link
Contributor

@alexvandervegt Thank you for reporting this issue. Where did you get this error? Can you be more specific about

When creating products with php:

Are you using a custom script?

@DB-Alex
Copy link
Author

DB-Alex commented May 26, 2015

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.

@mazhalai
Copy link
Contributor

Thank you for clarifying @alexvandervegt, we have created internal ticket MAGETWO-37944 to track this fix.

@mazhalai mazhalai added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development MX and removed Progress: needs update labels May 26, 2015
This was referenced May 27, 2015
@kokoc
Copy link
Member

kokoc commented Jun 2, 2015

@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?

cpartica pushed a commit that referenced this issue Jul 14, 2017
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: needs update
Projects
None yet
Development

No branches or pull requests

4 participants