Database error
-
I had the problem not seeing the product details in orders. Client also did not see the items in their order confirmation.
Then today I see an error when putting items into the cart.
Maybe somebody can help. ThanksCart
WordPress database error: [Unknown storage engine ‘InnoDB’]
SELECT SUM( order_item_meta.meta_value ) AS held_qty FROM wp_ikg27x_posts AS posts LEFT JOIN wp_ikg27x_postmeta as postmeta ON posts.ID = postmeta.post_id LEFT JOIN wp_ikg27x_woocommerce_order_items as order_items ON posts.ID = order_items.order_id LEFT JOIN wp_ikg27x_woocommerce_order_itemmeta as order_item_meta ON order_items.order_item_id = order_item_meta.order_item_id LEFT JOIN wp_ikg27x_woocommerce_order_itemmeta as order_item_meta2 ON order_items.order_item_id = order_item_meta2.order_item_id WHERE order_item_meta.meta_key = ‘_qty’ AND order_item_meta2.meta_key = ‘_product_id’ AND order_item_meta2.meta_value = 20105 AND postmeta.meta_key = ‘_created_via’ AND postmeta.meta_value = ‘checkout’ AND posts.post_type IN ( ‘shop_order’,’shop_order_refund’ ) AND posts.post_status = ‘wc-pending’ AND posts.ID != 0;The page I need help with: [log in to see the link]
- The topic ‘Database error’ is closed to new replies.