What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello Team, i’m experiencing a problem when consuming product abstract unpublish events ```Product.p

ULTE9DBGX
ULTE9DBGX Posts: 13 🧑🏻‍🚀 - Cadet
edited January 2020 in Help

Hello Team, i’m experiencing a problem when consuming product abstract unpublish events

Product.product_abstract.unpublish

Basically 2 things are happening:
1 - An error is thrown:

Failed to handle "Product.product_abstract.unpublish" for listener "Spryker\Zed\ProductPageSearch\Communication\Plugin\Event\Listener\ProductPageProductAbstractUnpublishListener". Exception: "Cannot use object of type Orm\Zed\ProductPageSearch\Persistence\SpyProductAbstractPageSearch as array

And this is happening on Spryker side

2 - Even making it work by extending and fixing the bug, the unpublished product is still available…

Is anyone else having something similar?

Comments

  • USLUHK9SQ
    USLUHK9SQ Posts: 92 🧑🏻‍🚀 - Cadet

    @ULTE9DBGX add before the data you send (array)$your_data, it works for me

  • ULTE9DBGX
    ULTE9DBGX Posts: 13 🧑🏻‍🚀 - Cadet

    It send productAbstractID’s to the publisher, and it makes the magic… i think the problem is on core… even though i also fixed by passing the expected id as argument vendor/spryker/product-page-search/src/Spryker/Zed/ProductPageSearch/Business/Publisher/ProductAbstractPagePublisher.php:134 it’s still not unpublishing

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Hi Franklin, I've been told that some of Spryker developers are working on the problem together with you or someone else. Could you confirm it please?

  • ULTE9DBGX
    ULTE9DBGX Posts: 13 🧑🏻‍🚀 - Cadet

    Yeah, i’m handling it already, thank you very much