witty-airline-10433
05/05/2020, 8:11 AMmysterious-king-59256
05/05/2020, 9:41 AMwitty-airline-10433
05/05/2020, 12:54 PMclass AssignController extends SprykerAssignController
witty-airline-10433
05/05/2020, 12:55 PMfull-rocket-52349
05/05/2020, 4:56 PMmillions-arm-61315
05/06/2020, 8:14 AMwonderful-window-38487
05/06/2020, 9:34 AMsilly-motherboard-93855
05/06/2020, 10:03 AMquick-summer-4393
05/06/2020, 12:22 PMbulky-hospital-68727
05/06/2020, 1:42 PMwitty-airline-10433
05/06/2020, 2:39 PMsilly-motherboard-93855
05/06/2020, 2:41 PMduplicate key value violates unique constraint "spy_product_concrete_image_storage-unique-key"
in propel logs ? I cannot find exactly when is storage populated for this tabesquare-ability-13859
05/06/2020, 3:33 PMwitty-airline-10433
05/07/2020, 9:17 AMsparse-fall-78248
05/07/2020, 2:07 PM> PhantomInstaller\Installer::installPhantomJS
sh: /data/vendor/bin/phantomjs: not found
Caught exception while checking PhantomJS version:
Undefined offset: 0
- Installing phantomjs (2.1.1): Downloading (100%)
I keep seeing this happening on different projects while running composer install
. Is there any way to fix it?acoustic-motherboard-16553
05/08/2020, 7:58 AMsparse-fall-78248
05/08/2020, 12:51 PMsparse-fall-78248
05/08/2020, 12:52 PMmammoth-autumn-37948
05/08/2020, 1:00 PMClass 'Symfony\Component\Validator\Constraints\RequiredValidator' not found
RequiredValidator class does not exists in symfony validator (never has been created).
The requiredValidator will triggered from ConstraintValidatorFactory
that generate the class name so:
/**
* Returns the name of the class that validates this constraint.
*
* By default, this is the fully qualified name of the constraint class
* suffixed with "Validator". You can override this method to change that
* behavior.
*
* @return string
*/
public function validatedBy()
{
return static::class.'Validator';
}
It means that every form field/group that have a constraint new Required()
fails because as said there is only a constraint class named Required
but not RequiredValidator
.
Has anyone the same problem?
Thanks a lot!aloof-electrician-43662
05/11/2020, 10:29 AMacoustic-motherboard-16553
05/11/2020, 10:44 AMbrief-vegetable-71114
05/11/2020, 1:51 PMsparse-fall-78248
05/11/2020, 2:49 PMacoustic-businessperson-27970
05/12/2020, 8:50 AMacoustic-motherboard-16553
05/12/2020, 9:56 AM'enable' => false,
run_on_non_production' => false,
Both are not working. Every disabled job is running and disabled jobs on staging are running aswellsilly-motherboard-93855
05/12/2020, 11:21 AMStore: EN | Environment: demo
Scheduler Name: jenkins
Scheduler Status: ERROR
Client error: `POST <http://123.123.123.123:8080/job/EN__check-product-validity/disable>` resulted in a `403 Forbidden` response:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 403 No valid crumb was in (truncated...)
how is this configured in Spryker?
https://github.com/spryker-shop/suite/blob/master/config/Shared/config_default-development.php#L96 doesn't seem to have anything special enabled for thisacoustic-motherboard-16553
05/12/2020, 12:10 PMworried-chef-16639
05/12/2020, 4:50 PMsetQuoteUpdateRequestAttributes()
method exists in PersistentCartChangeTransfer
but does not exist in PersistentCartChangeQuantityTransfer
?
I would like this to be executed
$persistentCartChangeTransfer = $this->getFactory()
->createChangeRequestExtendPluginExecutor()
->executePlugins($persistentCartChangeTransfer, $params);
when I execute Spryker\Client\PersistentCart\Plugin\DatabaseQuoteStorageStrategy::changeItemQuantity()
same as it is done in
Spryker\Client\PersistentCart\Plugin\DatabaseQuoteStorageStrategy::addItem()
Spryker\Client\PersistentCart\Plugin\DatabaseQuoteStorageStrategy::removeItem()
🧐many-continent-24692
05/13/2020, 7:03 AMsparse-fall-78248
05/13/2020, 7:45 AM