polite-lunch-97479
03/19/2021, 11:34 AMpolite-lunch-97479
03/22/2021, 9:40 AMgentle-architect-75453
03/22/2021, 12:53 PMrough-scientist-68683
03/22/2021, 2:39 PMnutritious-angle-64267
03/23/2021, 6:45 AMfull-motorcycle-97796
03/23/2021, 10:10 AMProductPageDataExpanderInterface
und ProductPageDataLoaderPluginInterface
?wide-wolf-99519
03/24/2021, 9:27 AMcrooked-house-89121
03/24/2021, 2:13 PMhappy-addition-42792
03/24/2021, 2:21 PMwonderful-intern-36299
03/24/2021, 3:50 PMProductClient
and ProductStorageClient
)? When to use the storage client and when to use the "normal" (i.e. non-storage) client? What's the purpose of each?important-market-27247
03/25/2021, 8:43 AMmammoth-painting-63509
03/25/2021, 9:23 AM20 Call to an undefined method
Generated\Zed\Ide\AutoCompletion|Spryker\Shared\Kernel\LocatorLocator
Interface::sales().
The code, that causes this error looks like this:
/**
* @param \Spryker\Zed\Kernel\Container $container
*
* @return void
*/
protected function addSalesFacade(Container $container): void
{
$container->set(
SalesDependencyProviderConstants::FACADE_SALES,
static function (Container $container) {
return $container->getLocator()->sales()->facade(); // this is line 20
}
);
}
I'm not 100% sure, but maybe the problem is a docblock in the Container:
\Generated\Zed\Ide\AutoCompletion|\Spryker\Shared\Kernel\LocatorLocatorInterface
\Generated\Zed\Ide\AutoCompletion&\Spryker\Shared\Kernel\LocatorLocatorInterface
^
PHPStan does not know anything about the methods in the LocatorLocatorInterface (funny name btw)silly-motherboard-93855
03/25/2021, 10:51 AM-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-128-CBC,A5BB8E652F16BC33A33BA14570F055E9
using the ones with different openssl from other server that do not contain those, works fine. Is this a known issue that the workaround is known for?wide-wolf-99519
03/25/2021, 1:48 PMwide-wolf-99519
03/25/2021, 1:54 PMbitter-engineer-82580
03/25/2021, 5:59 PMPredis \Â Â NotSupportedException
The command ‘DBSIZE’ is not allowed in replication mode.glamorous-salesmen-23019
03/26/2021, 12:20 PMDeleteCmsRedirectForm
is being created in /spryker/cms/src/Spryker/Zed/Cms/Communication/Controller/RedirectController:deleteAction()
. However, Spryker does not enable us to pass data or options into this form. So the consequent validity check will always fail and it’s not possible to move on to the actual deletion. We have removed the Form creation and just delete the redirect from the related db table now, works fine.
I hope there are no side effects when not creating the form here?Â
We are in the domain of the password protected Backoffice, so I would boldly skip a CSRF token check in this case.wide-wolf-99519
03/29/2021, 9:45 AMmammoth-autumn-37948
03/29/2021, 11:21 AMProblem 1
- Conclusion: remove spryker-feature/spryker-core-back-office dev-master
- spryker-feature/spryker-core-back-office dev-master requires spryker/security-gui ^0.1.0 -> satisfiable by spryker/security-gui[0.1.2, 0.1.0, 0.1.1].
- spryker/security-gui 0.1.0 requires spryker/user-password-reset ^0.1.0 -> satisfiable by spryker/user-password-reset[0.1.0].
- spryker/security-gui 0.1.1 requires spryker/user-password-reset ^0.1.0 -> satisfiable by spryker/user-password-reset[0.1.0].
- spryker/security-gui 0.1.2 requires spryker/user-password-reset ^0.1.0 -> satisfiable by spryker/user-password-reset[0.1.0].
- spryker/security-gui 0.1.2 requires spryker/user-password-reset ^0.1.0 -> satisfiable by spryker/user-password-reset[0.1.0].
- Can only install one of: spryker/user-password-reset[0.2.0, 0.1.0].
- Can only install one of: spryker/user-password-reset[0.2.0, 0.1.0].
- spryker-feature/spryker-core-back-office dev-master requires spryker/user-password-reset ^0.2.0 -> satisfiable by spryker/user-password-reset[0.2.0].
- Installation request for spryker-feature/spryker-core-back-office dev-master -> satisfiable by spryker-feature/spryker-core-back-office[dev-master].
important-market-27247
03/30/2021, 9:48 AMaverage-continent-3379
03/30/2021, 11:11 AM[7867] Log opened at 2021-03-30 09:05:17
[7867] I: Connecting to configured address/port: 10.10.0.1:9000.
[7867] E: Time-out connecting to client (Waited: 200 ms). :-(
[7867] Log closed at 2021-03-30 09:05:18
(I'm using Windows and Vagrant.)flaky-afternoon-98068
03/31/2021, 10:33 AMminiature-glass-12886
04/01/2021, 12:23 PMkind-pizza-94913
04/01/2021, 12:33 PMastonishing-doctor-82145
04/01/2021, 2:47 PMersatzteil
in its full_text_boosted
field (elastic search document).
I’ve tried it with a negative boost number - but its not supported by elastic + I’ve tried it with $boolQuery->addMustNot(
but then I have a empty resultset.important-market-27247
04/05/2021, 10:59 AMthankful-musician-51132
04/06/2021, 4:25 AMimportant-market-27247
04/06/2021, 7:52 AMechoing-notebook-55206
04/06/2021, 12:05 PMimportant-market-27247
04/06/2021, 1:21 PM