Reply To: WooCommerce product page is showing critical error
Support Forums › Kampina › WooCommerce product page is showing critical error › Reply To: WooCommerce product page is showing critical error
July 2, 2024 at 8:23 am
#157
Keymaster
Dear Imran,
We enabled WP_DEBUG
and saw the following error:
Fatal error: Uncaught Error: Call to a member function get_id() on string in ...wp-content/plugins/my-bookable-product/my-bookable-product.php</strong> on line 135
We also saw that this is Your plugin, so we took the liberty of changing the code of your plugin so that there was no error. On line 130 we change:
global $product;
-> $product = wc_get_product();
Best regards,
TigriWeb Team
-
This reply was modified 10 months ago by
TigriWeb.