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

    echoing-continent-95761

    11/26/2019, 1:32 PM
    Hi, I'm trying to create openapi java clients for the spryker glue api using the openapi generator (https://openapi-generator.tech/). It works so far and I can access the glue API with Java. But it seems that there is a mismatch in the schema for getting carts. The swagger API specifies relationships within cart/data like this:
    Copy code
    "relationships": {
          "concrete-products": [
            {
              "id": "string",
              "type": "string"
            }
          ]
        }
    But when I use postman to test the cart API, I get for example this:
    Copy code
    "relationships": {
                "items": {
                    "data": [
                        {
                            "type": "items",
                            "id": "5077365"
                        },
                        {
                            "type": "items",
                            "id": "5580599"
                        }
                    ]
                }
            }
    Therefore my java client gets an empty relationships object, because "concrete-products" does not match "items/data". Does anybody know why "concrete-products" is mapped to "items/data"?
    i
    • 2
    • 4
  • m

    many-continent-24692

    11/26/2019, 2:43 PM
    If I'm implementing a Guzzle middleware, and want to include it in a module, where is the correct place?
    s
    c
    • 3
    • 7
  • m

    many-continent-24692

    11/26/2019, 4:04 PM
    Is the web profiler data collector stuff supposed to be extensible now? having trouble getting it to find templates
    q
    • 2
    • 6
  • a

    acoustic-motherboard-16553

    11/26/2019, 4:28 PM
    Hi, does someone noticed those errors too and does someone know how this error can happen?
    Unbenannt
    c
    • 2
    • 6
  • b

    best-keyboard-11166

    11/27/2019, 7:38 AM
    Hi, I want to remove some values from the customer->salutation entity enum. But the reduced enum entry in my custom spy_customer_schema.xml is not considered by propel:diff or propel:migrate. Is it even possible to „downgrade“ existing entities in this way?
    s
    • 2
    • 1
  • p

    purple-forest-91115

    11/27/2019, 12:14 PM
    This message was deleted.
    m
    s
    • 3
    • 2
  • s

    sparse-kangaroo-34355

    11/27/2019, 4:15 PM
    Hi, two questions on xdebug: 1. When my PHPStorm receives any input from Chromes xdebug helper the first thing that happens is: project/vendor/autoload.php is opened and debugged. This blocks the page in Chrome from being "build" (solved) 2. I tried to debug our checkoutCommand. It's executed as intended (order is processed) - but I can set breakpoints anywhere in this file and xdebug won't stop at a single one. I've tested it with several other classes/ files - those are all pausing on breakpoints properly 🤷🏻‍♂️ I had the guess that the path wasn't correctly bound, but this seems to be fine, too.
    q
    l
    • 3
    • 5
  • a

    ancient-apartment-59274

    11/27/2019, 5:28 PM
    Hello everybody, i have a question regarding the spryk tool. Following the guide https://documentation.spryker.com/capabilities/development/development_tools/spryk-201903.htm there is the sprykGui available in backend. Choosing any of the spryk to generate code parts does not really work cause my project level modules are not listed. I can create one with the “AddModule” Spryk but for example in “Add Zed Business Model” it’s not available then. On console it works perfectly. I think the sprykGui is somehow in the “core” mode … the doc says “The organization option should be put into the namespaces config files (Core or Project).” I couldn’t find a concrete example … so, where to put this config exactly? Best regards
    q
    i
    • 3
    • 8
  • p

    prehistoric-cat-32348

    11/27/2019, 5:53 PM
    Has anyone an idea why
    translator:generate-cache
    is not able to connect to the database during a
    docker/sdk reset
    ? Anyway, should the database be up at this point? As i see it: while the docker images are being build, no images are running right?
    a
    • 2
    • 1
  • j

    jolly-night-88032

    11/28/2019, 11:23 AM
    Hey.. Is it possible to use a master/slave setup for postgres? And if yes, how would we configure it.
    c
    s
    +2
    • 5
    • 9
  • s

    silly-motherboard-93855

    11/28/2019, 12:30 PM
    Did Zed module (controller) loading changed recently? our custom zed module suddenly doesn't work after recent package updates (gives no route error now, was serving a JSON before)
    q
    m
    r
    • 4
    • 14
  • v

    victorious-computer-51517

    11/28/2019, 9:03 PM
    Hey Folks, adding of content items multiple times as a placeholders in the block lead to adding empty content items automatically, do we have some fix for this one? This is also producible in http://os.b2c.demo-spryker.com/.
    l
    a
    • 3
    • 3
  • v

    victorious-intern-46994

    11/29/2019, 4:45 PM
    hi folks, trying to do basic s3
    listcontant
    with spryker filesystem service, but we get this exception:
    Copy code
    Spryker\Service\FileSystem\Dependency\Exception\FileSystemReadException - Missing property "storageclass" in FlysystemResourceTransfer
    • 1
    • 2
  • b

    broad-city-42789

    12/02/2019, 8:46 AM
    Hi guys, I just get this exception today. I am getting the same one again when I tried to re-install the shop, it stops at the database-flush section, it looks like this command is failing
    vendor/bin/console storage:delete
    ) is something wrong with Redis ?
    m
    a
    • 3
    • 5
  • a

    ancient-apartment-59274

    12/03/2019, 7:48 AM
    Good morning 🙂 I want to introduce a new zed backend section for our current project. One form here will use a date time field which should behave like the “Valid From(GMT)” in the “Edit concrete products” form ( mainly to have a continous UX). So when moving to the input field, a calendar opens. I noticed, that the /assets/js/spryker-zed-productmanagement-main.js is responsible in the “Edit concrete products” form which is doing the additional calendar js magic … my question: whats the easiest/cleanest way to transfer that behaviour to my current (new) form? I can’t find anything in the docs, so i don’t know where to put new js at all for zed. Also tried to install current default js modules via run npm install for the projects package.json but it leads to many dependency errors (many module not found errors). Can somebody give me a clue? Best regards and have a nice day!
    a
    • 2
    • 3
  • f

    full-motorcycle-97796

    12/03/2019, 2:55 PM
    Hi guys, can i use the latest version (12.1) of postgres?
    a
    • 2
    • 4
  • s

    steep-receptionist-20341

    12/04/2019, 9:01 AM
    Hi guys PhpStorm allows debugging Twig templates, but you have to set Twig environment options debug=true and auto_reload=true for it to work. Since Twig is all encapsulated in Spryker, where would be a good place to set these options?
    m
    • 2
    • 5
  • c

    curved-jelly-9414

    12/04/2019, 3:52 PM
    Hey! I’m struggling with adding a CheckoutDependencyInjector for a new payment method. I created the Yves Bundle including the CheckoutDependencyInjector as described here: https://documentation.spryker.com/tutorials/howtos/how_to_implement_prepayment/ht-implement-prepayment.htm But the Yves bundle is ignored completely and the CheckoutDependencyInjector::inject is never called. Do I have to register it somewhere?
    c
    • 2
    • 5
  • b

    boundless-controller-44328

    12/05/2019, 7:13 AM
    Good morning. Has anyone else experienced auto-submit issues with range-slider filters? In terms of range slider filters being submitted when navigating into subcategories, even tho no value was actively selected? I merged the most recent versions of the corresponding components but still the error persists.
    h
    m
    a
    • 4
    • 5
  • f

    fast-hairdresser-14597

    12/05/2019, 7:59 AM
    Hi! Nice to meet you all. I'm relatively new to Spryker, question: is there a way to get the documentation (url, request and response format) for all the Zed api endpoints used by Yves?
    👋 1
    c
    m
    • 3
    • 3
  • s

    steep-receptionist-20341

    12/06/2019, 11:59 AM
    I installed Spryk (works mostly) and the Spryk GUI which doesn’t work. When I click it in the menu, I get an Exception:
    No route found for "GET /spryk-gui/list" (from "http://.../")
    Is there something I have to configure or instantiate somewhere?
    a
    q
    p
    • 4
    • 9
  • m

    mammoth-autumn-37948

    12/06/2019, 1:20 PM
    Hi Guys, how can disable the
    VERBOSE log
    from
    logger.ts
    for ts component? U can see it also on http://www.b2b.demo-spryker.com/ under DEV-Inspection/Console. I want to set it at disabled for production environment, for example.
    d
    a
    • 3
    • 11
  • l

    little-kitchen-79455

    12/09/2019, 1:48 PM
    Hi All,
  • l

    little-kitchen-79455

    12/09/2019, 1:50 PM
    Can someone tell, how to add other forms into the cms search result page?
  • c

    crooked-xylophone-44738

    12/09/2019, 1:51 PM
    what kind of “forms”? could you provide an example?
  • l

    little-kitchen-79455

    12/09/2019, 1:54 PM
    for a landing page , I created a form element with the input text field and a button( basic form), now in the search result page would like to add same form, which was created in the landing page.
    c
    • 2
    • 5
  • c

    clean-glass-99425

    12/10/2019, 10:59 AM
    We want to render PDF files. And we use twig for that because it is HTML to PDF. Our problem now is how to get a fully configured Twig Service? If we setup twig ourself we would have to inject loads of different things. We found a twig trait but those functions only use an existing twig. The Controller has an already setup twig but I don't think it is wise to inject that somewhere else. So how do I get a fully setup twig from the global scope?
    m
    w
    • 3
    • 12
  • c

    clean-glass-99425

    12/10/2019, 12:54 PM
    In https://documentation.spryker.com/capabilities/crm/user-rights-management.htm it is stated that I can give global access to any controller by adding stuff to the
    AclConstants::ACL_DEFAULT_RULES
    array. I did that but in the
    \Spryker\Zed\Auth\Communication\Plugin\Bootstrap\AuthBootstrapProvider::boot
    method the config I get contains only config for the
    auth
    Bundle. We have 4 settings inside of the config_default.php but the method gets 5 and is missing 2 others. This is complete magic to me how that is resolved. Cleared the cache, clapped with my magic red shoes but nothing helped. Any suggestions how to expose a Zed Controller action besides using an API Controller plugin? Those API Controller plugins are using a different plugin stack. And there are no auth or acl plugins used. Just if you wondered how that works 🙂 Oh and my best guess is that the docs are wrong and talk only about ACL but not auth. Still I have no clue where the Auth module settings might be.
    g
    • 2
    • 2
  • p

    powerful-oyster-48938

    12/10/2019, 4:13 PM
    Howdy community 👋 Did anybody ever needed to deactivate an event behavior on one of the storage tables? I wonder if it is somehow possible to remove that behavior on project level 🤔.
    c
    • 2
    • 3
  • f

    flaky-cpu-76260

    12/10/2019, 4:22 PM
    Hello everyone! We have propel migration problems with a legacy demoshop using mysql after updating a lot of modules.
    • 1
    • 3
1...8910...102Latest