https://www.spryker.com logo
Join Slack
Powered by
# help
  • r

    rich-camera-19306

    10/25/2019, 12:11 PM
    Hello! If we introduce a new sort field, what would be the release strategy to update elastic? So it doesn’t complain about not finding the field in sort “facets”.
    h
    • 2
    • 3
  • r

    rapid-diamond-82606

    10/28/2019, 8:23 AM
    Good morning, which config parameters do I have to set to use amqps (or other secure transfer) for the rabbitmq connection?
    s
    • 2
    • 4
  • m

    many-continent-24692

    10/28/2019, 8:46 AM
    I notice in our project that the performance data in the Symfony Profiler is missing - and it seems that the
    EventDispatcherApplicationPlugin
    is replacing the dispatcher (the
    TraceableEventDispatcher
    would have provided performance data). Is this a known issue? or is it a configuration issue?
    a
    • 2
    • 5
  • s

    sparse-kangaroo-34355

    10/28/2019, 10:47 AM
    Hi all, I've updated MacOS to Catalina last week. Since then, my local installation of the suite is really, really slow in Google Chrome (doesn't happen in Safari or Firefox). This is not caused by any user, extension or preference. I assume it's due to the Catalina update together with vagrant 🤔 But I don't know how that could hang together with the choice of browser 🤷🏻‍♂️ Anyone else facing this issue, too?
    s
    a
    • 3
    • 4
  • e

    early-sundown-61488

    10/28/2019, 12:56 PM
    Hi all 🙂 I have the following scenario and i would like to know how to solve it properly. What is the spryker way to override a core method on project level for example https://github.com/spryker/cms/blob/master/src/Spryker/Zed/Cms/Business/CmsBusinessFactory.php#L140 which returns an interface?
    l
    a
    t
    • 4
    • 7
  • r

    rich-camera-19306

    10/28/2019, 1:04 PM
    Hello! There is an issue in https://github.com/spryker/products-categories-resource-relationship/compare/1.0.0...1.1.0 change The thing is you don’t need to be genius to see that there is really something wrong + it proves that there are no tests on Spryker. Please see: https://github.com/spryker/products-categories-resource-relationship/blob/1c2007daae3cba94d07d0a6ba37fef1e9e31a090/src/Spryker/Glue/ProductsCategoriesResourceRelationship/Processor/Expander/CategoriesResourceRelationshipExpander.php#L49-L51 and https://github.com/spryker/products-categories-resource-relationship/blob/1c2007daae3cba94d07d0a6ba37fef1e9e31a090/src/Spryker/Glue/ProductsCategoriesResourceRelationship/Processor/Expander/CategoriesResourceRelationshipExpander.php#L65-L68 to find the problem. Did anyone face this issue as well?
    r
    a
    • 3
    • 8
  • a

    acoustic-motherboard-16553

    10/28/2019, 3:54 PM
    In which cases could happen this error? When Redis is busy/not reachable?
    Unbenannt
    w
    • 2
    • 2
  • w

    white-nightfall-29522

    10/29/2019, 7:33 AM
    Hi. I have an old instance of Spryker running which still uses collectors. I manually imported some CMS Pages, translations and urls to the database. Everything appears on ZED Ui 👍 but how can I force the collector to recollect everything from the database. Is there a way to trigger a full export to redis somehow?
    e
    b
    • 3
    • 7
  • e

    echoing-continent-95761

    10/29/2019, 10:34 AM
    Hi, I have another question on Spryker’s state machine. I just found this in the documentation: Triggering an event follows the transition that has the current state as a source state and the triggered event type attached to it. The event triggers the transaction and the related command is executed. The condition(s) is/are checked afterwards. If no condition is evaluated to true, the item stays on the source state (and the timeout is reseted because it moved away for a moment). So if I have several transitions with different conditions from state A to B then all commands will be executed although only one (or even none) condition is true?
    l
    • 2
    • 10
  • s

    silly-motherboard-93855

    10/29/2019, 10:56 AM
    Is the data import the only way to setup volume prices/tier prices?
    a
    a
    • 3
    • 8
  • r

    rhythmic-microphone-10950

    10/29/2019, 11:07 AM
    Does anymone know how to change the default wishlist name?
    e
    • 2
    • 1
  • m

    mysterious-pencil-76046

    10/29/2019, 2:15 PM
    Hey! I found this piece of code and i am wondering whats the reason for setting the permissions to null and then load a new customer transfer to get the permissions again. https://github.com/spryker/shared-cart/blob/master/src/Spryker/Zed/SharedCart/Business/QuoteResponseExpander/CustomerPermissionQuoteResponseExpander.php#L59 I did some simple tests and the returned permissions are still equal:
    Copy code
    protected function getPermissionCollection(CustomerTransfer $customerTransfer): PermissionCollectionTransfer
        {
            if ($customerTransfer->getCompanyUserTransfer()) {
                $setPermissions = $customerTransfer->getPermissions();
                $customerTransfer->setPermissions(null);
    
                $loadedPermissions = $this->customerFacade->getCustomer($customerTransfer)->getPermissions();
    
                $equalPermissions = [];
                $notEqualPermission = [];
                foreach($setPermissions->getPermissions() as $setPermission) {
                    foreach($loadedPermissions->getPermissions() as $loadedPermission) {
                        if($setPermission->getKey() === $loadedPermission->getKey()) {
                            if($setPermission == $loadedPermission) {
                                $equalPermissions[] = [$setPermission, $loadedPermission];
                            } else {
                                $notEqualPermissions[] = [$setPermission, $loadedPermission];
                            }
                        }
                    }
                }
    
    
                return $loadedPermissions;
            }
    
            return $this->sharedCartRepository->findPermissionsByCustomer($customerTransfer->getCustomerReference());
        }
    Can anyone tell me why this was done? With many permissions it becomes quite slow.
    🆙 1
    a
    l
    • 3
    • 7
  • j

    jolly-night-88032

    10/29/2019, 2:27 PM
    Hey.. we have a lot of orders sitting in
    3d secure verification
    , is there a way to add a timeout to the OMS which allows us to change the order state to invalid of past orders or do we need to change the state manually? Additionally we wonder if that causes the
    oms:check-condition
    task to run into a memory leak. At one point the process tried to allocate over 4G memory, which doesn’t seem right. Does anything else affect this task ?
    a
    l
    • 3
    • 5
  • b

    busy-potato-2082

    10/30/2019, 11:32 AM
    Hello, is there a way to disable cookies for Yves? Tried to play with SessionConfig but cookies are still there.
    m
    • 2
    • 1
  • a

    acoustic-motherboard-16553

    10/31/2019, 11:02 AM
    So anyone? Since we get many of those on production
    f
    a
    • 3
    • 4
  • d

    damp-tailor-13900

    10/31/2019, 4:15 PM
    Hi everyone! I want to create my own mail provider as documented in the tutorial section (https://documentation.spryker.com/tutorials/howtos/ht-create-register-provider-plugin.htm?Highlight=mail%20provider). I came to the problem, that there is a MailProviderPlugin which uses the facade to create SwiftMailer, which itself also implements the MailProviderPluginInterface. Is it correct, that this "workaround" is needed to instanciate SwiftMailer with the needed parameters and shouldn't it then be createSwiftMailer in the facade instead of createMailer? Additionally: If I create a custom MailProvider that also needs parameters on instantiation, is it correct to put a new function createMyCustomMailer in the facade for this purpose?
    a
    • 2
    • 2
  • r

    rich-camera-19306

    11/01/2019, 12:19 PM
    Hello! Anyone using latest of https://github.com/spryker/product-page-search? We are facing issue, that elastic is not getting updates if data changed in zed, P&S runs successfully. Initial set-up of data is fine, but it doesn’t work on updates. CC: @refined-microphone-86172
    a
    r
    • 3
    • 9
  • g

    glamorous-quill-49387

    11/05/2019, 12:21 PM
    Hi guys. Does sprykers abstract table support filters in searching ( for example checkboxes that indicate how the sql query will be generated to avoid unnecesary searchs, because its a rather slow process when you have lot of orders). If not anyone knows where in the code the ajax request is generated ( when you type in to the search input). Thanks
    • 1
    • 1
  • g

    green-yak-45366

    11/05/2019, 4:30 PM
    Hi, short Question: using docker/sdk, I want to include xsl module in the spryker container. How can this be done in a persistent way? I can do this on the fly after the container is running (apk add libxslt-dev / docker-php-ext-install xsl) , but I hoped there is some way to do this, using deploy.yml or so? So that I can persist this feature in my code and use "vanilla docker/sdk"
    r
    h
    • 3
    • 8
  • a

    ancient-apartment-59274

    11/06/2019, 1:14 PM
    Hello 🙂 Does spryker currently support voucher/discount codes via glue api? I can find the optional field in the glue request for updating a cart via id but it seems to be ignored on further processing. Thanks
    👍 1
    a
    n
    • 3
    • 8
  • a

    acceptable-restaurant-76335

    11/07/2019, 12:56 PM
    Hi there, what is a good spryker composer package example for seeing how filters should be handeled in Glue?
  • b

    busy-potato-2082

    11/07/2019, 1:47 PM
    Hi guys, after updating kernel to 3.33.0 version, I am unable to open Yves. There seems to be a problem with wrong application booting, and exception I was given is in the snippet. spryker/silexphp has been updated to 0.3.4 and spryker/silex to 2.2.0 Am I missing something else to update here? Thank you.
    Untitled
    s
    l
    • 3
    • 28
  • a

    ancient-apartment-59274

    11/07/2019, 3:36 PM
    Hello again! Simple question (hopefully) just for understanding: For the dependency providers … would there be a downside passing the Container $container variable to each adding-function as „by reference”? I think i already heard a good reason against, but i really can’t remember … Thanks a lot 🙂
    q
    e
    • 3
    • 11
  • v

    victorious-computer-51517

    11/07/2019, 5:42 PM
    Hello Guys, Is there some way to hide some default b2c cms block templates from this dropdown? Any hints, suggestions would be appreciated. Gracias. 🙂
    l
    • 2
    • 2
  • g

    gray-engine-53418

    11/11/2019, 8:25 AM
    Good morning! I have a weird situation when I try to save some new entities after calling
    Copy code
    \Spryker\Zed\Category\Business\CategoryFacade::update
    method. Everything looks good in PHP (no exception, ids are hydrated after query execution, nothing bad in logs). The data is not saved in the database when the execution is finished. I noticed that after calling CategoryFacade::update the connection has a lot of nested transactions. Have you encountered this before? Any suggestions on how I should approach this issue?
    c
    • 2
    • 3
  • m

    mysterious-pencil-76046

    11/11/2019, 1:22 PM
    Hey guys! I use a elastic search query triggered by a console command to resolve the number of products assigned to categories in a multi store project. However, i guess it uses the wrong ES index. Is it possible to configure the index name on a per query base?
    q
    • 2
    • 4
  • b

    bright-cat-24225

    11/11/2019, 1:25 PM
    Hi there & hi @polite-motherboard-58135. is there any new module likely https://github.com/spryker/scheduler-jenkins/ in planning? For example: https://github.com/spryker/scheduler-cron/ ?
    a
    w
    +2
    • 5
    • 9
  • r

    rich-camera-19306

    11/11/2019, 1:29 PM
    Hello! Did anyone experienced such a magic in Propel when P&S happens? It propagates propel quite a lot with redundant joins, columns e.t.c. This is causing huge memory usage for
    queue:task:start event
    . It comes from core of
    vendor/spryker/product-page-search/src/Spryker/Zed/ProductPageSearch/Persistence/ProductPageSearchQueryContainer.php:151
    in scenario when there is one message failing from processing batch. Package version is latest -
    3.9.1
    . 1st image is after 6 iterations. 2nd image - 3rd iteration. There is huge difference in columns. Same thing happens to joins and everything else, that is called more than once on query builder.
    a
    • 2
    • 2
  • c

    crooked-house-89121

    11/11/2019, 2:51 PM
    Hello, I’m currently working on the developer bootcamp. I’m currently stuck trying to solve “Content and Search-Hands-On”. I created the module and can access the generated page. After I added the functionality to get the query from elasticsearch im getting a 500 internal server error. My question is, how can I see the actual error message that leads to this response? Furthermore, when I make changes to the twig templates the changes are only shown after I clear the cache is this intended behaviour?
    q
    s
    • 3
    • 25
  • c

    crooked-house-89121

    11/12/2019, 8:07 AM
    Hello again, yesterday I tried to find the solution for the error that occurred. When I follow the tutorial to try and implement the personalized product page, I get the error that Class ‘PersonalizedProductDependecyProvider’ is not found. To resolve this problem I tried to install and configure xdebug for my docker setup. But I can’t get the connection to work. I tried the different troubleshooting options. When I execute this command nc -zv ${SPRYKER_XDEBUG_HOST_IP} 9000, I get an error that the connection is refused. I would be grateful for any advice about how to proceed from here
    a
    • 2
    • 2
1...678...102Latest