ancient-apartment-59274
06/10/2021, 12:29 PMcount
header for rabbitmq 3.8+ which will support counting the retries ootb by the death letter mechanism of rabbitmq … unfortunately, spryker rabbitmq is 3.7 … any plans to update?
Any other approaches that worked for you?
Bestmysterious-spring-57104
06/10/2021, 1:46 PM[logs] [DE/ZED/exception.log] - [2021-06-10T13:23:28.194172+00:00] Zed.CRITICAL: Propel\Runtime\Exception\PropelException - SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'key, created_at, updated_at) VALUES (NULL, 1, '{\"id_counter\":1,\"name\":\"m...' at line 1
[logs] [DE/ZED/exception.log] - Executed query:
[logs] [DE/ZED/exception.log] - INSERT INTO pyz_counter_search (id_counter_search, fk_counter, data, key, created_at, updated_at) VALUES (:p0, :p1, :p2, :p3, :p4, :p5) in "/data/src/Orm/Zed/CounterSearch/Persistence/Base/PyzCounterSearch.php::933"
So I added a Search Module to zed with a search writer, business factory, facade, listener, event subscriber and registered those in the
EventDependencyProvider
RabbitMqConfig
QueueDependencyProvider
On data import I am calling:
$this->addPublishEvents(CounterEvents::ENTITY_PYZ_COUNTER_CREATE, $counterEntity->getIdCounter());
Am I missing something?rich-exabyte-85
06/10/2021, 2:16 PMmammoth-painting-63509
06/10/2021, 3:50 PM*.schema.xml
files with columns like this:
<column name="soft_deleted_at" type="TIMESTAMP" default="NULL" required="false"/>
But the generated Transfer only accepts string|null
as a parameter:
* @param string|null $softDeletedAt
*
* @return $this
*/
public function setSoftDeletedAt($softDeletedAt)
We would like to add \DateTimeInterface
to the possible types, too, since this is possible, but the docblock is wrong. Is there already a way how to solve this?numerous-ghost-43588
06/11/2021, 7:55 AM$stores['TS'] = [
'storesWithSharedPersistence' => ['US'],
] + $stores['US'];
sparse-window-24944
06/11/2021, 10:22 AMnutritious-angle-64267
06/14/2021, 4:14 AMaverage-continent-3379
06/14/2021, 10:08 AMfull-florist-92764
06/14/2021, 11:00 AM<state name="new" reserved="true"/>
Does anyone know what does this attribute do?
Many thanksfull-florist-92764
06/14/2021, 12:01 PMsaveOrder
or triggerEvent
is finished. That means that the control flow of the code goes back to the invoking method."
It's not clear to me what does this actually mean.
If I have a transition without an event, will that transition be executed automatically?
Also what would be the use case of a transition without an event?polite-lunch-97479
06/14/2021, 12:09 PMacceptable-chef-52827
06/14/2021, 2:10 PMfull-florist-92764
06/14/2021, 2:30 PMred-magician-20848
06/14/2021, 7:56 PMbright-oil-37725
06/15/2021, 10:30 AM3600
over the local project in order to increase that time out.echoing-notebook-55206
06/15/2021, 7:32 AMQueryExpanderPluginInterface
. To properly expand the query, I need some functionality from Spryker\Client\SearchElasticsearch\Query\QueryBuilder
. My question is: do I copy the functionality (sounds wrong?), or do I expose the createQueryBuilder
method from the factory via the Facade?gorgeous-optician-66846
06/15/2021, 9:00 AMacceptable-chef-52827
06/15/2021, 7:13 PMrough-egg-5359
06/16/2021, 8:58 AMthousands-activity-73373
06/16/2021, 9:41 AMancient-apartment-59274
06/16/2021, 11:45 AMgreat-cpu-16911
06/17/2021, 12:52 AMancient-apartment-59274
06/17/2021, 9:04 AMcrooked-addition-36054
06/17/2021, 10:28 AMfreezing-beard-78365
06/17/2021, 8:42 PMTwig\Error\LoaderError - Template "@HelloString/views/index/index.twig" is not defined (Spryker\Shared\Twig\TwigFilesystemLoader: Unable to find template "@HelloString/views/index/index.twig" (cached).).
although i have my index.twig in src/Pyz/Yves/HelloString/Theme/Default/Index/Index.twig
nutritious-angle-64267
06/18/2021, 5:26 AMloud-rainbow-44827
06/18/2021, 7:00 AMacoustic-businessperson-27970
06/18/2021, 9:00 AMvendor/bin/instal
it fails on creating the search index
The command that is failing is:
Command setup-search for DE store [vendor/bin/console setup:search] (In progress...)
ancient-apartment-59274
06/18/2021, 9:37 AMfreezing-beard-78365
06/18/2021, 12:06 PMStore: DE | Environment: development
Creating Database
RuntimeException - Exception: createdb: error: could not connect to database template1: FATAL: role "root" does not exist
in /home/sqli/Desktop/work/learning/sprker/b2c-demo-shop/vendor/spryker/propel/src/Spryker/Zed/Propel/Business/Model/PropelDatabase/Adapter/PostgreSql/CreatePostgreSqlDatabase.php (133)
Command: vendor/bin/console propel:install
where can i update my database role i tried updating it in deploy.dev.yml but nothing changed