You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: