• Resolved Paul

    (@paulschiretz)


    Hi there,

    I just updated my WPC Product Bundles to version 6.2 and it seems they changed some stuff now i get an error triggered in your plugins integration.

    [03-May-2022 17:24:15 UTC] PHP Fatal error: Uncaught Error: Call to undefined method WPCleverWoosb_Helper::woosb_clean_ids() in …\plugins\ti-woocommerce-wishlist\integrations\woo-product-bundle.php:58

    Might be they just renamed some function or similar…

    Can you please have a look at that?

    Thanks a lot!
    Paul

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Paul

    (@paulschiretz)

    They renamed woosb_clean_ids to just clean_ids. So if you could just change line 58 in the woo-product-bundle.php

    FROM:

    $ids_str = WPCleverWoosb_Helper::woosb_clean_ids($ids_str);

    TO:

    $ids_str = WPCleverWoosb_Helper::clean_ids($ids_str);

    and push a bugfix release that would be nice!

    All the best,
    Paul

    Plugin Author templateinvaders

    (@templateinvaders)

    Hi @paulschiretz

    Thanks for the report. The issue was fixed in the plugin version 1.44.1 which is already available for updates.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WPC Bundles Integration is broken’ is closed to new replies.