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

Place Order doesn't work with sample data #1503

Closed
ivanweiler opened this issue Jul 16, 2015 · 4 comments
Closed

Place Order doesn't work with sample data #1503

ivanweiler opened this issue Jul 16, 2015 · 4 comments

Comments

@ivanweiler
Copy link

Magento2 1.0.0-beta + Sample data 1.0.0-beta (I had same problem on previous 0.74.0-beta16)

Placing order from frontend/checkout raises exception:

main.CRITICAL: exception 'Zend_Db_Statement_Exception' with message 'Report ID: webapi-55a791090fd3e; Message: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '000000002-1' for key 'SALES_ORDER_INCREMENT_ID_STORE_ID'

This is most likely sample data problem. sequence_order_1 table is missing one entry for some reason, everything works if you insert new entry with next sequence number.

@vpelipenko
Copy link
Contributor

It is duplicate of #1452.

@ivanweiler
Copy link
Author

Yes, sorry, missed that one :)

@vpelipenko
Copy link
Contributor

Closed as duplicate.

@vpelipenko
Copy link
Contributor

@ivanweiler, we've fixed this issue. Please, try to do sample data again, but before you need to clean composer cache, sample data package was updated, but has old version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants