woocommerce/includes/admin/meta-boxes
pjv 1cdc3174ca fix BadMethodCallException
receiving lines like this in the php error log:

Fatal error: Uncaught exception 'BadMethodCallException' with message 'Call to a member function get_formatted_name() on a non-object (boolean)' in /var/www/example.com/htdocs/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php:484\nStack trace:\n#0 /var/www/example.com/htdocs/wp-admin/includes/template.php(1044): WC_Meta_Box_Product_Data::output()\n#1 /var/www/example.com/htdocs/wp-admin/edit-form-advanced.php(600): do_meta_boxes()\n#2 /var/www/example.com/htdocs/wp-admin/post.php(209): include()\n#3 {main}

The error resulted in a WSOD when trying to edit some products.
2015-02-22 09:01:37 -07:00
..
views Run item meta label through wc_attribute_label() in admin order page. 2015-02-16 13:49:44 +00:00
class-wc-meta-box-coupon-data.php Fix multiple product section in coupon section. Fixes #7170 2015-01-21 14:24:39 +00:00
class-wc-meta-box-order-actions.php Add comment #7163 2015-01-20 09:43:56 +00:00
class-wc-meta-box-order-data.php Remove datepicker icon's and use focus event 2015-01-30 12:54:33 +00:00
class-wc-meta-box-order-downloads.php Fix download save after adding with ajax 2015-02-03 10:57:43 +00:00
class-wc-meta-box-order-items.php Absolute path, Indentation & docblocks fix for includes/admin/meta-boxes/*.php :) 2014-09-21 01:50:06 +05:45
class-wc-meta-box-order-notes.php Make no order notes label more generic 2014-12-10 18:46:32 -08:00
class-wc-meta-box-order-reviews.php Reviews meta box: avoid undefined index notice 2015-01-31 14:05:51 -05:00
class-wc-meta-box-product-data.php fix BadMethodCallException 2015-02-22 09:01:37 -07:00
class-wc-meta-box-product-images.php undefined index when product image gallery side meta box is removed fixes 6855 2014-11-27 20:42:58 -08:00
class-wc-meta-box-product-short-description.php Absolute path, Indentation & docblocks fix for includes/admin/meta-boxes/*.php :) 2014-09-21 01:50:06 +05:45