great-afternoon-41358
10/02/2020, 12:45 PMdebug:router
in Symfony?cool-truck-47629
10/05/2020, 9:59 AMspryker/merchant-gui:3.2.0
, spryker-shop/merchant-switcher-widget:0.4.1
and merchant-relationship-gui1:1.6.0
packages require spryker/merchant-profile:0.2.0
spryker/merchant-profile-storage:0.1.4
(our current version and there is no updates for this package) requires spryker/merchant-profile ^0.1.5
agreeable-dawn-36295
10/05/2020, 12:34 PMgray-engine-53418
10/06/2020, 10:29 AMplain-house-98998
10/06/2020, 12:57 PMspy_touch
table. What we’re experiencing is that sometimes simple update query UPDATE "spy_touch" SET "touched"=$1 WHERE "spy_touch"."id_touch"=$2
takes 20 minutes or more. Deeper investigation lead to an assumption that this might be caused by the way how Postgres is doing updates on indexed fields internally. Turns out touched
field is indexed. We have close to 4kk entires in touch table.
Has anyone else experienced similar behaviour and have some hints how to tackle it?calm-lamp-45600
10/07/2020, 11:34 AMflaky-cpu-76260
10/07/2020, 11:47 AMflaky-cpu-76260
10/08/2020, 9:30 AMworried-chef-16639
10/08/2020, 3:58 PMspryker/sales
update to 11.17.0 I have the following exception when going to ZED /sales/detail page:
Neither the property "salesOrderConfiguredBundle" nor one of the methods "salesOrderConfiguredBundle()", "getsalesOrderConfiguredBundle()"/"issalesOrderConfiguredBundle()" or "__call()" exist and have public access in class "Generated\Shared\Transfer\ItemTransfer" in "@Sales/Detail/boxes/configured-bundle-general.twig" at line 1.
I don't see any salesOrderConfiguredBundle definition for Item transfer. Am I missing some composer package or what?quiet-lion-70538
10/09/2020, 12:32 PMrapid-night-92661
10/09/2020, 1:25 PMbig-scientist-39242
10/12/2020, 12:05 PMThe following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o vers=3,nolock,noatime,async 10.10.0.1:/home/henry/Documents/devvm/project /data/shop/development/current
mount.nfs: requested NFS version or transport protocol is not supported
Has anybody encountered this problem or a fix at hand?silly-motherboard-93855
10/12/2020, 1:13 PMCmsContentWidgetFactory
as it only renders SOME blocks. I have prepared a sample/simple code
$cmsContentWidgetFactory = new CmsContentWidgetFactory();
$twigCmsContentRenderer = $cmsContentWidgetFactory->createTwigContentRenderer();
try {
$placeholders= $twigCmsContentRenderer->render($placeholders, ['cmsContent' => []]);
where placeholders is:
array (
'content' => '<div>{{ cms_block([\'Menu - Promo\']) }}</div><div></div><div>{{ cms_block([\'Menu - New Collection\']) }}</div><div></div><div>{{ cms_block([\'Menu - Shoes\']) }}</div><div></div><div>{{ cms_block([\'Menu - Styles\']) }}</div><div></div><div>{{ cms_block([\'Menu - Shoe care\']) }}</div><div></div><div>{{ cms_block([\'Menu - Accessories\']) }}</div><div></div><div>{{ cms_block([\'Menu - Brand\']) }}</div>',
)
but, while all those CMS blocks are active, and assigned to a store (according to the ZED UI) only some of them are rendered at all, some of them are completely skipped.
what else should I check for in the blocks?
EDIT: from what I see the problematic records are not visible in spy_cms_block_storage
so the question is how do I generate the storage data? (saving block in admin doesn't work)gray-engine-53418
10/12/2020, 1:57 PMmodern-van-15222
10/13/2020, 5:51 AMClass 'Generated\Shared\Transfer\CmsBlockTemplateTransfer' not found'
but I made transfer:generate
and this file exists... any idea?icy-hydrogen-3905
10/13/2020, 9:46 AMhttps://i.stack.imgur.com/q1OhZ.png▾
famous-photographer-66091
10/14/2020, 1:03 PMFailed to complete request with server authority <http://spryker-zed-de>. Configured with (SSL Disabled) spryker-zed-de: in /data/config/Shared/config_default.php. Error: Stacktrace: <html> <head><title>413 Request Entity Too Large</title></head> <body> <center><h1>413 Request Entity Too Large</h1></center> <hr><center>nginx/1.19.3</center> </body> </html>
I can reproduce it in the B2C Shop (https://www.de.b2c.demo-spryker.com/) -> Adding 180 Items in the Cart (Variants) result in a faile Whale
However i can not reproduce it in the B2B Shop. There is the multi-cart feature active and the cart can handle (seemingly) unlimited number of items.
Do you have any idea why the B2C Cart runs into an Exception while reading the persistent Cart?big-boots-94420
10/14/2020, 1:14 PMcold-match-71703
10/15/2020, 7:56 AMsparse-fall-78248
10/15/2020, 3:33 PM╰─$ codecept run
Codeception PHP Testing Framework v4.1.1
[PyzTest\Yves\Application]: tests from /data/tests/PyzTest/Yves/Application
Deprecated: The resolvable class cache is enabled but was not generated. in /data/vendor/spryker/kernel/src/Spryker/Shared/Kernel/ClassResolver/ResolvableCache/CacheReader/CacheReaderPhp.php on line 33
In ErrorHandler.php line 83:
session_set_save_handler(): Cannot change save handler when headers already sent
If we delete the PyzTest/Yves folder, tests are running again. What are we missing?
Many thanks in advance 🙂mysterious-pencil-76046
10/16/2020, 7:58 AMconfigureOptions
method as
$resolver->setDefaults([
'csrf_message' => 'some message',
]);
but this way i have to set this for each and every form. Is there a way to set this on a more abstract level?gentle-exabyte-1757
10/16/2020, 9:57 AMgreen-motorcycle-81841
10/19/2020, 4:14 PMchilly-rainbow-75540
10/21/2020, 9:39 AMnumerous-judge-21236
10/21/2020, 10:53 PMagreeable-dawn-36295
10/26/2020, 12:19 PMagreeable-dawn-36295
10/26/2020, 12:20 PMcrooked-house-89121
10/28/2020, 12:21 PMbillowy-xylophone-80304
10/28/2020, 6:33 PMbillowy-xylophone-80304
10/28/2020, 6:59 PM