WordPress database error Table
-
Woocommerce 3.0.3
Woocommerce Bookings 1.10.0Does anyone know how to fix this error?
I can’t access Woocommerce > Orders or Bookings > All bookings on the wp-Admin side.
I get an HTTP 500 Error. I’ve also submitted this ticket to Woocommerce Plugins but haven’t gotten a response, so trying this forum.Below is the error in my logs.
[19-Apr-2017 18:34:39 UTC] WordPress database error Table ‘i3425851_wp1.wp_wc_booking_relationships’ doesn’t exist for query
SELECT posts.ID
FROM wp_wc_booking_relationships AS relationships
LEFT JOIN wp_posts AS posts ON posts.ID = relationships.resource_id
WHERE relationships.product_id = 4302
ORDER BY sort_order ASC
made by WP_List_Table->display, WP_List_Table->display_rows_or_placeholder, WP_Posts_List_Table->display_rows, WP_Posts_List_Table->_display_rows, WP_Posts_List_Table->single_row, WP_List_Table->single_row_columns, WP_Posts_List_Table->column_default, do_action(‘manage_wc_booking_posts_custom_column’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WC_Bookings_CPT->custom_columns, WC_Booking->get_product, WC_Product_Booking->__construct, WC_Product->__construct, WC_Data_Store->read, WC_Product_Booking_Data_Store_CPT->read, WC_Product_Data_Store_CPT->read, WC_Product_Booking_Data_Store_CPT->read_product_data, WC_Product_Booking_Data_Store_CPT->read_resources
The topic ‘WordPress database error Table’ is closed to new replies.