wide-fireman-53101
02/20/2020, 9:10 AMfast-gpu-10437
02/20/2020, 4:36 PMCommand generate-transfers [vendor/bin/console transfer:generate] (In progress...)
Store: xxxx | Environment: docker
Exception - Exception: Value mismatch for "SpyAvailabilityAbstractEntity.quantity" tranfer property. Value1: "integer"; Value2: "decimal". To fix this, search for 'property name="quantity"' in the code base and fix the wrong one.
in /data/vendor/spryker/transfer/src/Spryker/Zed/Transfer/Business/Model/Generator/TransferDefinitionMerger.php (141)
I've already tried to edit the transfer definition xml files in vendor/spryker/* but with no luck. Any ideas?
Thanks a lot!silly-motherboard-93855
02/24/2020, 10:18 AMmysterious-king-59256
02/24/2020, 10:40 AMsparse-fall-78248
02/24/2020, 11:00 AMmany-continent-24692
02/24/2020, 4:09 PMsparse-fall-78248
02/25/2020, 12:29 PMacoustic-motherboard-16553
02/25/2020, 2:32 PMchilly-rainbow-75540
02/26/2020, 2:01 PMlogoutAction
for Customer? Nothing in place where CustomerPageRouteProviderPlugin
say for this route (I cannot see logoutAction
in AuthController
)jolly-night-88032
02/27/2020, 4:02 PMfindShipmentGroupShippingPrice
in MethodPriceReader
is called the call will fail due to the missing GroupTransfer.
Or it is not passed through here: https://github.com/spryker/spryker-core/blob/master/Bundles/Shipment/src/Spryker/Zed/Shipment/Business/ShipmentMethod/MethodReader.php#L100rhythmic-microphone-10950
02/28/2020, 1:05 PMacoustic-motherboard-16553
02/28/2020, 2:55 PMclean-glass-99425
03/02/2020, 9:59 AMCmsPageTransfer
object, adding data and in the end calling
$this->getCmsGuiFacade()->activatePage($idCmsPage);
$this->getCmsGuiFacade()->publishWithVersion($idCmsPage);
Spryker gives no errors and all seems fine. Still the contents are not published to Yves. It seems the Publish Events are missing from the queue. If we press the publish button in the backend everything is fine. Any suggestions?aloof-electrician-43662
03/02/2020, 11:34 AMsilly-motherboard-93855
03/02/2020, 2:57 PMsparse-kangaroo-34355
03/02/2020, 4:52 PM$productListTransfer->getProductListCategoryRelation()->getCategoryIds()
This returns an empty ArrayObject.
ProductList was created in Zed and works as intended in Yves 🤔best-keyboard-11166
03/04/2020, 7:58 AMsilly-motherboard-93855
03/04/2020, 5:39 PMsuite
? I have a controller at
\Spryker\Zed\VsBridge\Communication\Controller\AuthController::adminAction
which worked before the update but now fails with
Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "POST /vs-bridge/auth/admin" in file /data/shop/development/current/vendor/symfony/http-kernel/EventListener/RouterListener.php on line 136
Caused by
Symfony\Component\Routing\Exception\ResourceNotFoundException: None of the routers in the chain matched this request
(...)
n file /data/shop/development/current/vendor/symfony-cmf/routing/src/ChainRouter.php on line 210
Stack trace:
1. Symfony\Component\HttpKernel\Exception\NotFoundHttpException->() /data/shop/development/current/vendor/symfony/http-kernel/EventListener/RouterListener.php:136
2. Symfony\Component\Routing\Exception\ResourceNotFoundException->() /data/shop/development/current/vendor/symfony-cmf/routing/src/ChainRouter.php:210
3. Symfony\Cmf\Component\Routing\ChainRouter->doMatch() /data/shop/development/current/vendor/symfony-cmf/routing/src/ChainRouter.php:158
4. Symfony\Cmf\Component\Routing\ChainRouter->matchRequest() /data/shop/development/current/vendor/symfony/http-kernel/EventListener/RouterListener.php:112
5. Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest() /data/shop/development/current/vendor/symfony/event-dispatcher/EventDispatcher.php:264
6. Symfony\Component\EventDispatcher\EventDispatcher->doDispatch() /data/shop/development/current/vendor/symfony/event-dispatcher/EventDispatcher.php:239
7. Symfony\Component\EventDispatcher\EventDispatcher->callListeners() /data/shop/development/current/vendor/symfony/event-dispatcher/EventDispatcher.php:73
8. Symfony\Component\EventDispatcher\EventDispatcher->dispatch() /data/shop/development/current/vendor/symfony/http-kernel/HttpKernel.php:122
9. Symfony\Component\HttpKernel\HttpKernel->handleRaw() /data/shop/development/current/vendor/symfony/http-kernel/HttpKernel.php:68
10. Symfony\Component\HttpKernel\HttpKernel->handle() /data/shop/development/current/vendor/spryker/application/src/Spryker/Shared/Application/Application.php:122
11. Spryker\Shared\Application\Application->handle() /data/shop/development/current/vendor/spryker/application/src/Spryker/Shared/Application/Application.php:103
12. Spryker\Shared\Application\Application->run() /data/shop/development/current/public/Zed/index.php:22
nothing helpful at https://documentation.spryker.com/docs/zed-controllers-actions, thoughfull-rocket-52349
03/05/2020, 2:01 PMsquare-translator-78692
03/06/2020, 3:00 PMacceptable-actor-70435
03/06/2020, 3:03 PMchilly-rainbow-75540
03/06/2020, 3:12 PMmany-continent-24692
03/06/2020, 3:12 PMacoustic-motherboard-16553
03/09/2020, 11:01 AMglamorous-salesmen-23019
03/10/2020, 8:37 AM/src/Spryker/Zed/Calculation/Communication/Plugin/Calculator
or rather
/src/Spryker/Zed/Shipment/Communication/Plugin/Calculation
Both modules come with CalculatorInterface:recalculate()
¯\_(ツ)_/¯sparse-kangaroo-34355
03/10/2020, 4:33 PMvendor/spryker-shop/customer-page/src/SprykerShop/Yves/CustomerPage/Form/AddressForm.php
. Every single field is passed separatly (from the relevant FormDataProvider).
As an example: How would it be possible to print all entries of an CategoryCollectionTransfer
into a form?crooked-house-89121
03/11/2020, 7:15 AMjolly-night-88032
03/11/2020, 8:58 AMcategories
variable in twig is empty. It seems that the root category isn’t stored with the key format category_node:$store:$locale
in redis, instead it is stored as category_node:$store:$locale:$id
.
So when getCategories
is called in CategoryTreeStorageReader.php
it will return an empty ArrayObject.
Any idea why the root category is not stored without the id at the end.acoustic-motherboard-16553
03/11/2020, 9:36 AMpurple-forest-91115
03/11/2020, 11:06 AM