-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: SetupIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedbug report
Description
Ever since I upgraded from Magento 2.0 to 2.1 (and now 2.1.1), I haven't been able to see NEW orders in the order grid (old ones show up just fine). I've tried disabling extensions, etc. I can get to the orders by either going to transactions and see them there, or the dashboard, but the order grid doesn't show any entries from after I updated to 2.1.
NEW orders also don't show up in the query
SELECT * FROM sales_order_grid AS main_table
order by entity_id desc
Environment
- Ubuntu 16.04.1
- Magento 2.1.1
- PHP 7.0.8
- MySql 5.7.15
Steps to reproduce
- Create a new order
- Go to dashboard, see order
- Go to Admin-Sales-orders no order
- If used a transaction, can find the transaction and order from transaction
Expected result
- Should see new orders in the order grid
Actual result
- No new orders show in the order grid after upgrading from 2.0 to 2.1, all old orders are still visible however
Question
Is there someway to run a script/job to update the order_grid, etc?
Metadata
Metadata
Assignees
Labels
Component: SetupIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedbug report