Source: https://wordpress.org/support/topic/cant-upload-images-to-products-when-this-plugin-is-activated/
The error happens when we preload the data endpoints in WC_Admin_Loader:
https://github.com/woocommerce/woocommerce-admin/blob/master/includes/class-wc-admin-loader.php#L508-L514
I think the fix for this will need to live in the WooCommerce Measuerement Price Calculator plugin - it's directly including the class-wc-settings-products.php file if it needs the WC_Settings_Products class rather than using core WC's loader method WC_Admin_Settings::get_settings_pages().
I'll open a PR on the plugin's repo.
Looks like they have a fix coming in their next release - thanks @jeffstieler for opening the PR and helping with the fix!
Thank you so much!
Most helpful comment
Looks like they have a fix coming in their next release - thanks @jeffstieler for opening the PR and helping with the fix!