Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm not sure this should be an answer but I need some space and this post may even be helpfull so I'm posting it as an answer;</p> <p>Since the $this->getIncrementModel() fails I think you should check that your database is OK. I did some queries on one of my installed magentos and here are the results:</p> <pre><code>mysql&gt; select * from eav_entity_store; +-----------------+----------------+----------+------------------+-------------------+ | entity_store_id | entity_type_id | store_id | increment_prefix | increment_last_id | +-----------------+----------------+----------+------------------+-------------------+ | 1 | 1 | 0 | 0 | 000008430 | | 2 | 11 | 1 | 1 | 100017253 | | 3 | 16 | 1 | 1 | 100015639 | | 4 | 19 | 1 | 1 | 100003448 | | 5 | 23 | 1 | 1 | 100000676 | | 6 | 11 | 3 | 3 | 300000088 | | 7 | 19 | 3 | 3 | 300000019 | | 8 | 16 | 3 | 3 | 300000072 | | 9 | 11 | 4 | 4 | 400000004 | | 10 | 11 | 5 | 5 | 500000102 | | 11 | 16 | 5 | 5 | 500000049 | | 12 | 11 | 7 | 7 | 700000001 | | 13 | 16 | 7 | 7 | 700000001 | | 14 | 23 | 3 | 3 | 300000003 | | 15 | 19 | 5 | 5 | 500000006 | +-----------------+----------------+----------+------------------+-------------------+ 15 rows in set (0.00 sec) mysql&gt; select entity_type_id, entity_type_code, entity_model from eav_entity_type; +----------------+----------------------+--------------------------------+ | entity_type_id | entity_type_code | entity_model | +----------------+----------------------+--------------------------------+ | 1 | customer | customer/customer | | 2 | customer_address | customer/address | | 3 | catalog_category | catalog/category | | 4 | catalog_product | catalog/product | | 5 | quote | sales/quote | | 6 | quote_item | sales/quote_item | | 7 | quote_address | sales/quote_address | | 8 | quote_address_item | sales/quote_address_item | | 9 | quote_address_rate | sales/quote_address_rate | | 10 | quote_payment | sales/quote_payment | | 11 | order | sales/order | | 12 | order_address | sales/order_address | | 13 | order_item | sales/order_item | | 14 | order_payment | sales/order_payment | | 15 | order_status_history | sales/order_status_history | | 16 | invoice | sales/order_invoice | | 17 | invoice_item | sales/order_invoice_item | | 18 | invoice_comment | sales/order_invoice_comment | | 19 | shipment | sales/order_shipment | | 20 | shipment_item | sales/order_shipment_item | | 21 | shipment_comment | sales/order_shipment_comment | | 22 | shipment_track | sales/order_shipment_track | | 23 | creditmemo | sales/order_creditmemo | | 24 | creditmemo_item | sales/order_creditmemo_item | | 25 | creditmemo_comment | sales/order_creditmemo_comment | +----------------+----------------------+--------------------------------+ 25 rows in set (0.00 sec) </code></pre> <p>Please do the same selects on your databases and let's compare the results. I'd reinstall the magento anyway, but first you should find and fix the bug that caused the data corruption (if there is any).</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload