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

    calm-toddler-60539

    12/28/2022, 1:05 PM
    Can I use xdebug with codeception? When I run a command like this:
    vendor/bin/codecept run -c tests/PyzTest/Zed/Glossary
    c
    • 2
    • 4
  • r

    rough-agency-88294

    12/28/2022, 2:13 PM
    Is there a quick way to mark all categories with 0 products as inactive?
    c
    • 2
    • 10
  • s

    stocky-architect-18877

    12/28/2022, 2:32 PM
    Hi I found one bug in spryker when we try to restrict access to create glossary using default acl it remove glossary menu from navigation Did any one experienced this issue Can any one help as i also added screenshot
    c
    a
    • 3
    • 5
  • e

    elegant-agent-58713

    12/28/2022, 3:04 PM
    More people here issues with ZED and the Search Preferences? Seems that it doesnt update any indexes after changing the settings
  • m

    millions-river-67963

    12/28/2022, 3:58 PM
    Hello Team, I have been trying to do this for days but I can't figure it out. I want to inject an out-of-the-box module into my module. I specifically want to use a cart, but I just want to learn how to use any module with mine. What are the steps to doing that?
    m
    a
    • 3
    • 2
  • a

    astonishing-cartoon-61311

    12/28/2022, 4:13 PM
    Hello, we’re facing an issue at the deployment pipeline with
    console search:setup
    , did anybody encounter this error before? There is a comment saying that empty mapping causes it, but I don’t know how to resolve it. Any advice would be appreciated. Thank you!
    Copy code
    Command setup-search for DE store [vendor/bin/console search:setup -vvv --no-ansi]
    --------------------------------------------------------------------------------
    
    Store: DE | Environment: docker.staging
    [info] Import mappings and settings for index "spryker-cloud_de_merchant".
    
    [2022-12-28T13:34:19.346671+00:00] Zed.ERROR: CLI command "search:setup" exception, message "class java.util.ArrayList cannot be cast to class java.util.Map (java.util.ArrayList and java.util.Map are in module java.base of loader 'bootstrap')" {"exception":"[object] (Elastica\\Exception\\ResponseException(code: 0): class java.util.ArrayList cannot be cast to class java.util.Map (java.util.ArrayList and java.util.Map are in module java.base of loader 'bootstrap') at /data/vendor/ruflin/elastica/src/Transport/Http.php:178)
    
    [stacktrace]
    
    #0 /data/vendor/ruflin/elastica/src/Request.php(183): Elastica\\Transport\\Http->exec(Object(Elastica\\Request), Array)
    #1 /data/vendor/ruflin/elastica/src/Client.php(517): Elastica\\Request->send()
    s
    • 2
    • 6
  • w

    witty-engineer-68746

    12/29/2022, 9:43 AM
    Are you getting these in your logs after every PHP call:
    [glue] [glue_eu] - NOTICE: PHP message: PHP Fatal error:  Uncaught ValueError: Path cannot be empty in [no active file]:0
    or
    [zed-backoffice] [backoffice_eu] - NOTICE: PHP message: PHP Fatal error:  Uncaught ValueError: Path cannot be empty in [no active file]:0
    ? Noticed this after upgrading to PHP 8.1
  • c

    calm-toddler-60539

    12/29/2022, 10:15 AM
    I am getting the following error with the code sniffer when sniffing my UnitTests class
    Return type annotation is missing the class that is mocked
    This is the function where the sniffer gives the error:
    Copy code
    /**
         * @return \PHPUnit\Framework\MockObject\MockObject
         */
        public function getMockSpyGlossaryTranslationQuery()
        {
            return $this->getMockBuilder(SpyGlossaryTranslationQuery::class)
                ->getMock();
        }
    Can you please tell me what is missing in the docs?
    c
    • 2
    • 9
  • c

    calm-toddler-60539

    12/29/2022, 4:14 PM
    Hello all, I have created a category in Spryker B2B demo shop and assigned a product to it. But I still can not see it in Yves. Any clue?
    c
    • 2
    • 18
  • c

    cuddly-island-59765

    12/30/2022, 10:36 AM
    Hi all - does someone know how I can check whether a newly defined behavior has been correctly applied to a table? (It does not seem to work, so I'd assume not, but it might also be some other problem elsewhere, so I'd like to check the behavior first.)
    m
    • 2
    • 14
  • m

    mysterious-ambulance-11183

    12/30/2022, 1:47 PM
    Hey guys, I have an issue with themes. I have the header-organism in two different themes nameIt and default. the nameIt theme is should be only used by the store nameIt, I configured it like here: https://github.com/spryker-academy/frontend-forbackenddev-course/commit/aad14c5be83aa3cf1ae1deb9f7ec82ac3094042a# Unfortunately for example when choosing which header-organism to choose the first call is correct an then it gets cached. So a sub sequential call to a page for the other store is using the cached header. I don't think that is how it is supposed to work?
    ✅ 1
    m
    • 2
    • 4
  • c

    calm-toddler-60539

    12/30/2022, 3:12 PM
    Can someone please tell me where is the price data for abstract products saved in the database?
    c
    • 2
    • 24
  • t

    tall-spring-12746

    01/02/2023, 4:53 AM
    do Spryker support diigtal SKU
    m
    • 2
    • 4
  • p

    purple-queen-71270

    01/02/2023, 5:12 AM
    #help I am getting connection error installing homebrew. Can someone tell me how to resolve this issue.
  • p

    purple-queen-71270

    01/02/2023, 5:14 AM
    "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" curl: (28) Failed to connect to raw.githubusercontent.com port 443 after 75244 ms: Operation timed out
  • s

    stale-battery-68732

    01/02/2023, 5:18 AM
    getting "Error - Exception: Interface 'Silex\ControllerProviderInterface' not found in /data/vendor/spryker/application/src/Spryker/Yves/Application/Plugin/Provider/ControllerProviderInterface.php (15)" while generating the new module "HelloWorld" via the "console codegeneratemodule:yves HelloWorld" command.
    p
    • 2
    • 1
  • r

    rough-agency-88294

    01/02/2023, 8:14 AM
    Hi im trying to sort the Glue API
    category-trees
    answer, the order seems to be always
    null
    and the response is not what the backoffice is set. Any ideas?
    • 1
    • 2
  • c

    cool-beard-17954

    01/02/2023, 8:25 AM
    Hello everyone, I am writing to report a problem that I encountered while attempting to reproduce the first lesson in the "Backend Development Basics" course that I took. The lesson involves creating a "Hello World" page in the back-office. I was able to successfully reproduce the lesson locally, but when I tried to put it online, it does not work at all. Before taking this course, the site was working perfectly both locally and online. I do not understand why there is a problem now. While doing some research, I noticed that the site's upload is blocking at the Scheduler level. If anyone has had this type of problem before or has an idea of what might be causing this error, I would be grateful to know how to fix it. I really want to continue with this course and would like to know if anyone has a solution to this problem. Thank you in advance for your help.
    🔴 1
    p
    • 2
    • 2
  • w

    wonderful-baker-94910

    01/02/2023, 12:00 PM
    #help Hi everyone Happy New Year. I am facing this issue while running command docker/sdk up.
    m
    p
    • 3
    • 6
  • e

    elegant-agent-58713

    01/02/2023, 12:55 PM
    Question, has somebody here also problems with the Search Preferences in ZED. That when changing the options that it doesnt change the index accordingly?
  • s

    shy-horse-47987

    01/02/2023, 10:22 PM
    So I'm having an issue where my installation is not regenerating the transfer objects. when I run
    docker/sdk cli console transfer:generate
    it ends up throwing an exception saying:
    Copy code
    Error - Exception: Class 'Generated\Shared\Transfer\MonitoringTransactionEventTransfer' not found in /data/vendor/spryker/monitoring/src/Spryker/Zed/Monitoring/Business/EventHandler/EventHandler.php (97)
    I can tell you the
    src/Generated
    directory does not exist anymore because I deleted it while diagnosing this issue, assuming it would just be regenerated. Initially, the
    src/Generated/Shared/Transfer
    directory was empty, but I don't recall if that was something I did or something that happened on its own somehow. Does anyone know what command I should run to make Spryker regenerate that
    src/Generated
    directory and the
    Transfer
    directory contents?
    m
    • 2
    • 4
  • e

    eager-dinner-49049

    01/03/2023, 5:08 AM
    Hello all, How to add a new feature like a specific Carousel or Accordion plugin to the new theme ?
    m
    • 2
    • 1
  • w

    wonderful-baker-94910

    01/03/2023, 7:54 AM
    #help Hi , can i get a proper system requirement for working/running spryker with ubuntu + docker on windows.
  • c

    calm-toddler-60539

    01/03/2023, 9:21 AM
    Hello all, can someone please tell me where is the data related to Product Store Relation stored in the database?
    c
    m
    m
    • 4
    • 9
  • c

    calm-toddler-60539

    01/03/2023, 10:37 AM
    Hello all, can you please tell me if there is an endpoint (or something else) though which we can see the details of all published products?
    c
    e
    • 3
    • 8
  • c

    calm-toddler-60539

    01/03/2023, 12:14 PM
    Hello all, I have implemented a custom importer with the following DataSetWriter. The product is imported successfully but it doesn't seem to get published (or added to Redis) for Yves frontend. Can someone please see the following code and advise me if I am doing it right.
    Copy code
    class AepImportConcreteProductWriter implements DataSetWriterInterface
    {
        use DataSetWriterPersistenceStateAwareTrait;
    
        /**
         * @inheritDoc
         */
        public function write(DataSetInterface $dataSet)
        {
            ...
    
            DataImporterPublisher::addEvent(
                ProductEvents::PRODUCT_CONCRETE_PUBLISH,
                $spyConcreteProductId
            );
            DataImporterPublisher::addEvent(
                ProductEvents::PRODUCT_ABSTRACT_PUBLISH,
                $spyAbstractProductId
            );
        }
    c
    e
    • 3
    • 6
  • r

    rapid-shampoo-47522

    01/04/2023, 7:00 AM
    Hey Guys, are there any solution available in Spryker that supports Russian payments?
    p
    a
    • 3
    • 5
  • l

    late-tiger-76201

    01/04/2023, 8:32 AM
    Hey Guys, is there a way in spryker to “mock” or disable authentication in b2b for testing? Thx
    c
    • 2
    • 7
  • m

    most-plumber-5947

    01/05/2023, 6:35 AM
    Hi Team, #help I'm trying to enable users to log in with a mobile number on YVES, for that I have already updated the registration form and now the mobile number is getting stored in the DB. Thanks, @early-art-81990 for helping me out. Now to override the login module I have extended the tryAuthorizeCustomerByEmailAndPassword From here \vendor\spryker\customer\src\Spryker\Zed\Customer\Business\Customer\Customer.php At \src\Pyz\Zed\Customer\Business\Customer\Customer.php And CustomerQueryContainer from here \vendor\spryker\customer\src\Spryker\Zed\Customer\Persistence\CustomerQueryContainer.php At \src\Pyz\Zed\Customer\Persistence\CustomerQueryContainer.php And I have also extended the customerBusinessFactory. But it's not working. Can you please check and let me know what I have done wrong here. Thanks
    p
    e
    • 3
    • 16
  • g

    gifted-processor-93179

    01/05/2023, 12:38 PM
    Hi Team #help As the spryker document says: The following commands are deprecated and work correctly only with the previous versions (using Yarn): frontendyvesinstall-dependencies, frontendzedinstall-dependencies, frontendmpinstall-dependencies. Therefore, in all *.yml files at the project level, do the following: Remove the deprecated frontendyvesinstall-dependencies and frontendzedinstall-dependencies commands. Replace the frontendmpinstall-dependencies command with frontendprojectinstall-dependencies. i couldn't find the place to replace it. can you help me to find the location
    p
    • 2
    • 2
1...767778...102Latest