Isolating/identifying the plugin(s) causing errors
-
Since upgrading to WooCommerce 3.x, I have been getting a number of debug errors like the following when viewing the cart page:
Product properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/brasserie-pro/page-templates/full-width.php’), get_template_part, locate_template, load_template, require(‘/themes/brasserie-pro/content-page.php’), the_content, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, WC_Shortcodes::cart, WC_Shortcodes::shortcode_wrapper, WC_Shortcode_Cart::output, WC_Cart->calculate_totals, WC_Cart->calculate_shipping, WC_Shipping->calculate_shipping, WC_Shipping->calculate_shipping_for_package, WC_Shipping_Method->get_rates_for_package, Trs\Woocommerce\ShippingMethod->calculate_shipping, TrsVendors\Dgm\Shengine\Woocommerce\Converters\PackageConverter::fromWoocommerceToCore, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong
How can I identify the plugin(s) causing these alerts?
Thanks
- The topic ‘Isolating/identifying the plugin(s) causing errors’ is closed to new replies.