Hello there,
I do not see where the Bulk Edit uses putenv
. In the entirey of WooCommerce it is used only 3 times:
– 2 by WC CLI
– 1 by the image regeneration tool
https://github.com/woocommerce/woocommerce/search?q=putenv
This kind of problem is usually caused by either a conflict with your theme or with another plugin.
?
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.