bmalott01
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Booking Shared Resource Availibility IssuesUpdated to Bookings 1.10.3, Still having same issue.
Forum: Plugins
In reply to: [WooCommerce] Not found order status page in admin areaI am presently having this exact issue. Did you ever resolve? If so, can you tell me what was done to fix?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Page Not Found – Error 404I’ve turned all the plugins off, and activated only Woocommerce, but I still get the Error 404 page not found when clicking on WooCommerce > Orders. I can click on everything else under that WooCommerce just not “Orders”
http://kinmanfarm.com/wp-admin/edit.php?post_type=shop_order
I’ve also tried flushing the permalinks, and updating the .htaccess file. Any other ideas on what I should try?
Repaired the wc_booking_relationships table. seemed to fix the issue.
I fixed my error by going to Appearance > Editor > woocommerce.php (plugins/woocommerce.php) > and updated “add_to_cart_fragments” with “woocommerce_add_to_cart_fragments”. Seems to have worked.
Forum: Plugins
In reply to: [WooCommerce] Bookings Plugin HTTP Error 500No, it is still not resolved. I’m not sure how to fix until someone responds or fixes the plugins.
Forum: Plugins
In reply to: [WooCommerce] Bookings Plugin HTTP Error 500I’ve upgraded to WooCommerce 3.0.2 and am still having checkout issues. Below is the error I’m receiving.
[13-Apr-2017 12:32:52 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 = 4621
ORDER BY sort_order ASC
made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘wp_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WC_Cart->init, WC_Cart->get_cart_from_session, wc_get_product, WC_Product_Factory->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_resourcesOkay, I thought this was resolved because it was working for about an hour. I was able to access “All booking” and “Orders,” but it is back to giving me the HTTP ERROR 500 when clicking on “Bookings” and it is does nothing and is blank with I click on “Orders.”
Below are the plugin versions I’m using:
WooCommerce – 3.0.1
WooCommerce Bookings – 1.10.0The logs are throwing this error:
[11-Apr-2017 19:15:52 UTC] The The “add_to_cart_fragments” hook uses out of date data structures and function is deprecated since version 3.0.1. Replace with woocommerce_add_to_cart_fragments.Thank you. This issue was resolved with the update of the booking plugin.
1.9.15 is the woocommerce booking version
3.0.1 is the woocommerce version