开发者

Magento - orders with NULL values in DB

开发者 https://www.devze.com 2023-03-19 02:37 出处:网络
recently i\'ve discovered that some orders in DB (sales_flat_order) have NULL values for all columns except: entity_id, protect_code, store_name, created_at, updated_at and total_item_count.

recently i've discovered that some orders in DB (sales_flat_order) have NULL values for all columns except: entity_id, protect_code, store_name, created_at, updated_at and total_item_count.

Those orders can be found via BO in Orders tab after applying DESC sorting.

First i thought that it may be connected when customer account is deleted, but it isn开发者_开发问答't. Second guess was directed towards multifront architecture... but in this case i don't have idea how it could happen.

Did You encountered such problem in your projects ?

Thanks.


Never have encountered such before, do you have any 3rd party modules, or 3rd party code installed, if so I would start debugging and disabling modules. You may also look into your server configuration as well if you are doing any types of load balancing, caching, etc.


Make sure your database / tables have InnoDB engine enabled

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号