• It is not working because it is using function called putenv and this is disabled by hosting for security reasons and they will not allow it. Is there a way to make bulk edit work anyway?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    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.

    Thread Starter Marek Jakub?ík

    (@forusak)

    changing theme and leaving only woo activated doesn’t fix the problem.

    this is the error but it is not displayed whole

    AH01071: Got error 'PHP message: PHP Fatal error: [snuffleupagus][0.0.0.0][disabled_function] Aborted execution on call of the function 'putenv', because its argument '$setting' content (__URL_CALLED=https://www.xxxx.com/wp-admin/edit.php?s=&post_status=all&post_type=product&_wpnonce=0ecbfdedb6&_wp_http_referer=%2Fwp-admin%2Fedit.php%3Fpost_type%3Dproduct&action=edit&product_cat=&product_type=&stock_status=&paged=1&tax_input%5Bproduct_cat%5D%5B%5D=0&comment_status=&_status=-1&tax_input%5Bproduct_tag%5D=asd&change_regular_price=&_regular_price=&change_sale_price=&_sale_price=&_tax_status=&_tax_class=&change_weight=&_weight=&change_dimensions=&_length=&_width=&_height=&_shipping_class=&_visibility=&_featured=&_stock_status=&_manage_stock=&change_stock=&_stock=&_backorders=&_sold_individually=&woocommerce_bulk_edit=1&woocommerce_quick_edit_nonce=f9816d48c9&bulk_edit=Update&post_view=list&screen=edit-product&post%5B%5D=5528&post%5B%5D=5506&action2=-1) matched a rule in /usr/local/lib/pph_user_libs/_pph/se...'

    Plugin Support mouli a11n

    (@mouli)

    It looks like the function is called by the WordPress core rather than WooCommerce in particular.
    It isn’t a common problem in my experience so I’d suggest you ask your hosts if they can create an exception for your site.
    If they won’t you may need to try a different host.

    I hope that helps you to figure it out.
    Feel free to get back to us if you have further questions.

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Kind regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bulk edit of products not working’ is closed to new replies.