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

    hallowed-action-33080

    09/19/2019, 2:18 PM
    Hi, if I request the Access Token for the glue API without a Auth type will it be throw a 500 Server Error. Is that what it should to do? The error will be thrown in \Spryker\Glue\AuthRestApi\Processor\AccessTokens\OauthAccessTokenValidator::extractToken on line 99.
    a
    g
    • 3
    • 3
  • g

    glamorous-quill-49387

    09/20/2019, 7:37 AM
    Hi guys. Did anyone had an issue enabling glue api oauth. When I enable oauth I can not hit zed via stub, I get incorrect host Zed. It works without oauth because then it doesn't go to zed. Edit: I updated zed-request to latest package and now I get same but it looks nicer 😄 Spryker\Shared\ZedRequest\Client\Exception\RequestException - Exception: Failed to complete request with server authority http://zed. Configured with (SSL Disabled) zed:80 in /var/www/config/Shared/config_default.php. Error: Stacktrace: in /var/www/vendor/spryker/zed-request/src/Spryker/Shared/ZedRequest/Client/AbstractHttpClient.php (226) Request URI: /access-tokens
  • s

    steep-receptionist-20341

    09/20/2019, 7:40 AM
    After a
    composer update
    on demoshop 201903.0 ,
    vendor/bin/console transfer:databuilder:generate
    fails with a “Value mismatch for “ShipmentMethod.name” tranfer property.” in spryker/gift-card 1.3.0 the file
    vendor/spryker/gift-card/tests/_data/gift_card.databuilder.xml
    contains:
    Copy code
    <transfer name="ShipmentMethod">
            <property name="name" dataBuilderRule="word"/>
    in spryker/shipment 6.10.0 the file
    vendor/spryker/shipment/tests/_data/shipment_method.databuilder.xml
    contains:
    Copy code
    <transfer name="ShipmentMethod">
            <property name="name" dataBuilderRule="word(5)" />
    Any ideas on how to resolve this?
    q
    a
    • 3
    • 14
  • h

    happy-raincoat-10808

    09/20/2019, 8:13 AM
    Hey everybody! I'm looking into how I can get Spryker to work with AmazonSQS. Does any of you have the experience? Where do I best start? I see only one note in general description about AmazonSQS: https://documentation.spryker.com/capabilities/development/queue/queue.htm?Highlight=AmazonSQS
    q
    • 2
    • 8
  • b

    busy-potato-2082

    09/20/2019, 8:27 AM
    Hi guys, what is the easiest way to track releases of spryker packages except to watch 100+ github repositories?
    q
    • 2
    • 10
  • b

    busy-potato-2082

    09/20/2019, 9:46 AM
    After updating some modules (data-import, store, transfer, collector), storage and search export return this error: Any suggestions?
    collector:storage:export
    • 1
    • 2
  • s

    sparse-kangaroo-34355

    09/20/2019, 12:39 PM
    Hi all, I have issues with setting up xdebug (Phpstorm/ vagrant). I did the setup as written here: https://documentation.spryker.com/installation/debugging/debugging-setup.htm Seems like I still have a configuration error 🙄 There is no incoming connection with ide key 'PHPSTORM' Anyone who can help?
    a
    • 2
    • 5
  • b

    busy-potato-2082

    09/20/2019, 1:27 PM
    As @glamorous-quill-49387 asked this morning, we are trying to enable GLUE Api with Oauth token authorization, and when trying to hit the access-tokens route, we get this exception. What are we missing here as it seems that Zed is disallowing glue host?
    Untitled
    l
    • 2
    • 2
  • m

    many-portugal-10683

    09/20/2019, 2:06 PM
    anyone has an idea what are these queries?
    Copy code
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT nextval('spy_touch_pk_seq') [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: INSERT INTO "spy_touch" ("id_touch", "item_type", "item_event", "item_id", "touched") VALUES (741941, 'product_abstract', 0, 33256, '2019-09-20 14:05:55.911998') [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT "spy_touch"."id_touch", "spy_touch"."item_type", "spy_touch"."item_event", "spy_touch"."item_id", "spy_touch"."touched" FROM "spy_touch" WHERE "spy_touch"."item_type"='attribute_map' AND "spy_touch"."item_id"=33256 [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT nextval('spy_touch_pk_seq') [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: INSERT INTO "spy_touch" ("id_touch", "item_type", "item_event", "item_id", "touched") VALUES (741942, 'attribute_map', 0, 33256, '2019-09-20 14:05:55.914002') [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT "spy_product"."id_product", "spy_product"."fk_product_abstract", "spy_product"."attributes", "spy_product"."is_active", "spy_product"."is_quantity_splittable", "spy_product"."sku", "spy_product"."created_at", "spy_product"."updated_at" FROM "spy_product" WHERE "spy_product"."fk_product_abstract"=33256 [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT "spy_touch"."id_touch", "spy_touch"."item_type", "spy_touch"."item_event", "spy_touch"."item_id", "spy_touch"."touched" FROM "spy_touch" WHERE "spy_touch"."item_type"='product_concrete' AND "spy_touch"."item_id"=215632 [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT nextval('spy_touch_pk_seq') [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: INSERT INTO "spy_touch" ("id_touch", "item_type", "item_event", "item_id", "touched") VALUES (741943, 'product_concrete', 0, 215632, '2019-09-20 14:05:55.917054') [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT "spy_touch"."id_touch", "spy_touch"."item_type", "spy_touch"."item_event", "spy_touch"."item_id", "spy_touch"."touched" FROM "spy_touch" WHERE "spy_touch"."item_type"='product_concrete' AND "spy_touch"."item_id"=215631 [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT nextval('spy_touch_pk_seq') [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: INSERT INTO "spy_touch" ("id_touch", "item_type", "item_event", "item_id", "touched") VALUES (741944, 'product_concrete', 0, 215631, '2019-09-20 14:05:55.919646') [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT "spy_touch"."id_touch", "spy_touch"."item_type", "spy_touch"."item_event", "spy_touch"."item_id", "spy_touch"."touched" FROM "spy_touch" WHERE "spy_touch"."item_type"='product_concrete' AND "spy_touch"."item_id"=215630 [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: SELECT nextval('spy_touch_pk_seq') [] []
    [2019-09-20 14:05:55] <http://defaultLogger.INFO|defaultLogger.INFO>: INSERT INTO "spy_touch" ("id_touch", "item_type", "item_event", "item_id", "touched") VALUES (741945, 'product_concrete', 0, 215630, '2019-09-20 14:05:55.923232') [] []
  • m

    many-portugal-10683

    09/20/2019, 2:07 PM
    it's weird, but we do not have anything apparently which can trigger this
    l
    m
    • 3
    • 20
  • g

    glamorous-quill-49387

    09/23/2019, 9:08 AM
    Hi guys, does anyone knows is there a feature in spryker to have fulll text search on name-surname in orders table on Zed
    a
    q
    • 3
    • 7
  • w

    white-businessperson-27032

    09/23/2019, 9:39 AM
    Hello everyone, we are facing some problems regarding locales and CMS-Contents. Is anyone running a setup with more than one store attached to one database - but without one store including all available locales? (we got one store having locales
    de_CH
    and
    fr_CH
    / another store with
    it_CH
    only). Problem then is: As the import infrastructure collects the locales by the actual store the process runs in, not dependent on the store-relations, italian locale is missing out. What do you think: Could this be considered a core bug? Or something which could / should be fixed in the core? Or should the core keep the assumption of having imports run by a store which includes all locales needed? Codewise this manifests itself e.g. in `\Spryker\Zed\CmsStorage\Business\Storage\CmsPageStorageWriter::pairCmsPageEntitiesWithCmsPageStorageEntities`:
    Copy code
    $localeNames = $this->store->getLocales();
    r
    • 2
    • 9
  • m

    many-portugal-10683

    09/24/2019, 12:15 AM
    we updates some packages and now we get this error, any quick clues?
    Copy code
    docker git:(NONE-update-packages) ✗ vendor/bin/console transfer:databuilder:generate -vvv                                     
    Store: ZEDADMIN | Environment: development
    ErrorException - Exception: Undefined index: type 
    in /usr/local/var/www/docker/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/DataBuilderDefinition.php (65)
    
    Command: vendor/bin/console transfer:databuilder:generate -vvv
    h
    • 2
    • 1
  • m

    many-portugal-10683

    09/24/2019, 8:22 AM
    I have those properties in tax and shipment, any other ideas?
    l
    • 2
    • 45
  • s

    steep-receptionist-20341

    09/24/2019, 9:10 AM
    In the release-notes page (https://documentation.spryker.com/about_spryker/releases/release_notes/release-notes.htm) I read:
    Spryker will provide a documented and tested upgrade from one Product Release to another.
    Can anyone tell me where to find that for 201907?
    • 1
    • 1
  • m

    many-portugal-10683

    09/24/2019, 9:27 AM
    leads? we just launched today internally and we have this zed twig errors everywhere From a thread in #help
  • a

    acoustic-motherboard-16553

    09/24/2019, 11:29 AM
    Someone faced the problem with double generated unique ids at propel migration?
    Unbenannt
    g
    q
    m
    • 4
    • 12
  • r

    rhythmic-microphone-10950

    09/24/2019, 1:02 PM
    I currently try to use the new Theme feature. I configured the theme in the provided config and added the “$config[TwigConstants::YVES_THEME] =” parameter to the config. The problem currently is that my theme files are not being considered when they are generated. Although the changes show in the frontend when I edit them directly in the asset folder. I am using this structure: Bildschirmfoto 2019-09-24 um 15.00.33
    q
    • 2
    • 20
  • a

    acoustic-motherboard-16553

    09/24/2019, 2:49 PM
    Is there another place where the SchedulerTwigPlugin has to be registered? Actually it is in TwigDependencyProvider getTwigPlugins()
    Unbenannt
    • 1
    • 2
  • m

    many-portugal-10683

    09/24/2019, 2:53 PM
    hi, this happens when trying to access the discounts list in zed, after updating some modules
    Copy code
    ZED Exception
    Propel\Runtime\Exception\PropelException - Unable to execute SELECT statement [SELECT spy_discount.id_discount, spy_discount.fk_discount_voucher_pool, spy_discount.fk_store, spy_discount.amount, spy_discount.calculator_plugin, spy_discount.collector_query_string, spy_discount.decision_rule_query_string, spy_discount.description, spy_discount.discount_key, spy_discount.discount_type, spy_discount.display_name, spy_discount.is_active, spy_discount.is_exclusive, spy_discount.minimum_item_amount, spy_discount.valid_from, spy_discount.valid_to, spy_discount.created_at, spy_discount.updated_at FROM spy_discount ORDER BY spy_discount.id_discount DESC LIMIT 10]
    in /data/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/Criteria.php (2648)
    
    Url:/discount/index/listTable
    
    Trace:
    
    #0 /data/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php(1988): Propel\Runtime\ActiveQuery\Criteria->doSelect(Object(Propel\Runtime\Connection\ConnectionWrapper))
    #1 /data/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php(997): Propel\Runtime\ActiveQuery\ModelCriteria->doSelect(Object(Propel\Runtime\Connection\ConnectionWrapper))
    #2 /data/vendor/spryker/gui/src/Spryker/Zed/Gui/Communication/Table/AbstractTable.php(712): Propel\Runtime\ActiveQuery\ModelCriteria->find()
    #3 /data/vendor/spryker/discount/src/Spryker/Zed/Discount/Communication/Table/DiscountsTable.php(121): Spryker\Zed\Gui\Communication\Table\AbstractTable->runQuery(Object(Orm\Zed\Discount\Persistence\SpyDiscountQuery), Object(Spryker\Zed\Gui\Communication\Table\TableConfiguration), true)
    #4 /data/vendor/spryker/gui/src/Spryker/Zed/Gui/Communication/Table/AbstractTable.php(741): Spryker\Zed\Discount\Communication\Table\DiscountsTable->prepareData(Object(Spryker\Zed\Gui\Communication\Table\TableConfiguration))
    #5 /data/vendor/spryker/discount/src/Spryker/Zed/Discount/Communication/Controller/IndexController.php(217): Spryker\Zed\Gui\Communication\Table\AbstractTable->fetchData()
    #6 /data/vendor/symfony/http-kernel/HttpKernel.php(151): Spryker\Zed\Discount\Communication\Controller\IndexController->listTableAction()
    #7 /data/vendor/symfony/http-kernel/HttpKernel.php(68): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
    #8 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(105): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
    #9 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(86): Spryker\Shared\Application\Application->handle(Object(Symfony\Component\HttpFoundation\Request))
    #10 /data/public/Zed/index.php(26): Spryker\Shared\Application\Application->run()
    #11 {main}
    a
    • 2
    • 1
  • c

    crooked-xylophone-44738

    09/24/2019, 2:59 PM
    did you run the propel migration command?
    q
    a
    • 3
    • 8
  • g

    glamorous-quill-49387

    09/25/2019, 9:33 AM
    Hi guys, I introduced akeneo to my spryker project, and it can not seem to find ProductAbstractPropelWriterPlugin class. Anyone has any idea in wich update was that introduced or am I missing something
    a
    • 2
    • 2
  • b

    busy-potato-2082

    09/25/2019, 11:00 AM
    Hi guys, as I mentioned before my colleagues are trying to set up Glue API, and we are having problems where it seems that zed is refusing connection from glue using stub i.e. /oauth/gateway/... or /test/gateway… I am not sure what we are doing wrong, could this be some kind of infrastructure configuration failure. Glue nginx and php configurations are same as Zed configs, we even tried to move glue out from zed containers but problem still persists. Please be so kind to give us any instructions or at least to become aware of possible misconfigurations inside our system. Below is screenshot of exception catched when trying to hit Zed over Stub.
    • 1
    • 1
  • m

    many-portugal-10683

    09/26/2019, 7:30 AM
    good morning
  • m

    many-portugal-10683

    09/26/2019, 7:32 AM
    regarding the ton of touch db queries we saw, it must be because of the category changes (even new categs)
  • m

    many-portugal-10683

    09/26/2019, 7:33 AM
    so, we say that now it's impossible to change or add a new category, we see a behavior which triggers ton of events/touch queries
  • m

    many-portugal-10683

    09/26/2019, 7:33 AM
    any thoughts? is this a new issue?
  • m

    many-portugal-10683

    09/26/2019, 10:19 AM
    <!here> ☝️ ☝️
    m
    a
    +3
    • 6
    • 36
  • s

    silly-motherboard-93855

    09/26/2019, 1:05 PM
    anyone knows why Spryker has different ZED databases set per-store when there's separation of stores already made within the database? asking about https://github.com/spryker-shop/suite/blob/master/config/Shared/config_default-development_DE.php#L12 being put within STORE config vs
    spy_store
    table
    w
    h
    • 3
    • 3
  • m

    many-portugal-10683

    09/26/2019, 1:15 PM
    @silly-motherboard-93855 because spryker supports also one db setup
    s
    m
    • 3
    • 9
12345...102Latest