• Hello,

    When we do a massive update of products with plugins to do this such as PW WooCommerce Bulk Edit Pro, a fatal error occurs when saving the first product, so the other products are not updated. This error occurs in the updateHoldedProduct function of the ProductService.php file located in holded-integration/src/Services. This error occurs because this function only accepts one parameter, which is the product id as an integer. We have solved this error by simply removing the restriction that the variable be an integer. I don’t know if you could review it and correct it in a future update.

    Thank you.

The topic ‘Fatal Error on massive product update’ is closed to new replies.