sparse-fall-78248
05/13/2020, 1:17 PMcalm-lamp-45600
05/13/2020, 3:16 PMrefined-psychiatrist-31162
05/13/2020, 6:04 PMExecuting migration PropelMigration_xxxxx up
Propel\Runtime\Exception\RuntimeException - Exception: Failed to execute SQL "CREATE SEQUENCE "spy_product_set_storage_pk_seq"". Aborting migration.
In such case somebody should login to DB and manually delete the culprit sequences and re-run the deployment, after that it works.
However, it is very annoying.
Does anybody also getting these errors? What could be the automatic workaround for such cases?acoustic-businessperson-27970
05/14/2020, 2:22 PM*_storage
tables get filled?gentle-architect-75453
05/14/2020, 4:41 PMStore::getInstance()->getStoreName()
How do I cope with the tests? There are hardcoded strings that point e.g. to company_user.csv
- If i rename the csv to company_user_DE.csv e.g. the test won’t work anymore.
Thanks 🦄clean-glass-99425
05/15/2020, 10:04 AMcms-block-storage
module 1.2.1 and I want to update this to it's latest 2.1.0 version as we need that version because it will update a block in all stores and all their languages and not just in the languages of the current store.
I am exactly talking about
\Spryker\Zed\CmsStorage\Business\Storage\CmsPageStorageWriter::getLocaleNameMapByStoreName
which before was done by just calling $localeNames = $this->store->getLocales();
Updating that one module ended up in updateing a lot more:
• "spryker-shop/cms-block-widget": "~1.0.1" to "~2.1.0"
• "spryker/cms-block": "2.1.1" to "~3.0.2"
• "spryker/cms-block-category-connector": "~2.1.5" to "~2.3.0"
• "spryker/cms-block-category-storage": "~1.2.1" to "~1.4.2"
• "spryker/cms-block-gui": "~2.1.1" to "~2.4.0"
• "spryker/cms-block-product-connector": "~1.1.4" to "~1.3.0"
• "spryker/cms-block-product-storage": "~1.2.1" to "~1.4.1"
• "spryker/cms-block-storage": "~1.2.1" to "~2.1.0"
• "spryker/product": "~6.7.0" to "~6.12.0"
I use "~" because Spryker will break if you use "^" and do a composer update.
One thing that makes me uneasy is that this will increase spryker/product
by 5 minor versions as the spryker/cms-block-product-connector has a hard dependency here.
Still that didn't break our system. What did break our system is the deprecation and final removal of CmsTwigFunctionServiceProvider()
and CmsBlockTwigFunctionServiceProvider()
.
So now those two are CmsTwigPlugin()
and CmsBlockTwigPlugin()
and those won't belong into registerServiceProviders()
providers anymore.
Sadly I now don't know what to do as it seems the YvesBootstrap did change. If I take a look at the current YvesBootstrapk in the spryker-shop/b2b-demo-shop
it doesn't tell me where to register those plugins now.
All in all this means there is a BC break inside of those modules as the don't seem to run with our older application stack now.
To me it seems there are now 2 Versions of Spryker and at some point you have to do the transition from the old one to the new. And there is no feature update for the old API versions of the modules.
I would be happy about any suggestion.acoustic-businessperson-27970
05/15/2020, 10:59 AMstores.php
we have :
storesWithSharedPersistence
countries
can some one please help me understand how do these values affect the operation of Spryker?
thanks a lotancient-apartment-59274
05/15/2020, 3:45 PMzed.de.dev.local/_profiler/d66fd9
seems to work for example, but all other elements in the toolbar like
zed.de.dev.local/_profiler?token=d66fd9&panel=request
does not
The web profilers are enabled via the spryker config but it always throws the exception
No route found for "GET /_profiler" (from "<http://zed.de.dev.local/>")
Any ideas? Where to add this routes? (I always followed the spryker guide for activating profiling module for zed)
Have a nice weekend 🙂acoustic-businessperson-27970
05/18/2020, 12:17 PMvictorious-guitar-76613
05/18/2020, 1:43 PMacoustic-motherboard-16553
05/18/2020, 2:23 PMcrooked-house-89121
05/19/2020, 5:24 AMexport default register('greeting', () => import(/* webpackMode: "eager" */'./greeting'));
and during the frontend:yves:build
it is written into the compiled javascript files.
But the specific compiled js file is not loaded on the starting page where the molecule is included.
Do I need to register the molecule in some way? Is there something else I’m missing?
Thanks in advancesquare-ability-13859
05/19/2020, 7:55 AMmany-continent-24692
05/19/2020, 2:14 PMancient-apartment-59274
05/19/2020, 2:46 PMwitty-airline-10433
05/19/2020, 4:36 PMwitty-airline-10433
05/20/2020, 8:49 AMacoustic-businessperson-27970
05/20/2020, 10:58 AMloud-rainbow-44827
05/20/2020, 12:23 PMsrc/Orm/Zed/Sales
?
And how can I properly add joining with this table?
Thanks.ancient-apartment-59274
05/20/2020, 3:20 PMnpm run build-zed
is that the zed backend gets build with all its magic …
But the output is
find
â—Ź looking for entry points...
âś” 79 found
find
â—Ź resolving core modules deps...
âś” 0 found
build
â—Ź using webpack 4.27.1
â—Ź building assets...
â—Ź webpack output:
ERROR in ./vendor/spryker/gui/assets/Zed/sass/main.scss
Module build failed (from ./node_modules/@spryker/oryx-for-zed/node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/@spryker/oryx-for-zed/node_modules/sass-loader/lib/loader.js):
@import '~bootstrap-sass/assets/stylesheets/bootstrap';
^
   File to import not found or unreadable: ~bootstrap-sass/assets/stylesheets/bootstrap.
   in /Users/ikaiser/projects/suite/vendor/spryker/gui/assets/Zed/sass/main.scss (line 8, column 1)
  at /Users/ikaiser/projects/suite/node_modules/@spryker/oryx-for-zed/node_modules/webpack/lib/NormalModule.js:301:20
  at /Users/ikaiser/projects/suite/node_modules/loader-runner/lib/LoaderRunner.js:367:11
  at /Users/ikaiser/projects/suite/node_modules/loader-runner/lib/LoaderRunner.js:233:18
  at context.callback (/Users/ikaiser/projects/suite/node_modules/loader-runner/lib/LoaderRunner.js:111:13)
  at Object.callback (/Users/ikaiser/projects/suite/node_modules/@spryker/oryx-for-zed/node_modules/sass-loader/lib/loader.js:67:13)
  at Object.done [as callback] (/Users/ikaiser/projects/suite/node_modules/neo-async/async.js:8067:18)
  at options.error (/Users/ikaiser/projects/suite/node_modules/node-sass/lib/index.js:294:32)
 @ ./vendor/spryker/gui/assets/Zed/js/modules/commons.js 43:0-31
 @ ./vendor/spryker/gui/assets/Zed/js/spryker-zed-gui-commons.entry.js
...
There is a very long list with packages that can not be resolved and if i look for example in the file above, there is indeed no bootstrap-sass folder in vendor that could be resolved but it is required in main.scss
@import '~bootstrap-sass/assets/stylesheets/bootstrap';
But it seems required in the packages.json of the gui module. But its not installed yet.
Why is it not installed implicit with npm run build-zed? What to do to resolve all these missing dependencies?
Best regardsgray-engine-53418
05/22/2020, 11:01 AMacoustic-businessperson-27970
05/22/2020, 1:18 PM<behavior name="synchronization">
<parameter name="resource" value="url"/>
<parameter name="locale" required="true"/>
<parameter name="key_suffix_column" value="url"/>
<parameter name="queue_group" value="sync.storage.url"/>
<parameter name="queue_pool" value="synchronizationPool" />
</behavior>
But when I trigger events I get this error :
Zed.CRITICAL: Propel\Runtime\Exception\PropelException - SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "locale" violates not-null constraint
what am I missing?many-continent-24692
05/25/2020, 9:16 AMjolly-night-88032
05/25/2020, 12:04 PMX-Anonymous-Customer-Unique-Id
.
{
"errors": [
{
"status": 400,
"code": "109",
"detail": "Anonymous customer unique id is empty."
}
]
}
Am I missing something or is it correct that the request validator runs on preflight requests?acoustic-motherboard-16553
05/25/2020, 2:57 PM/**
* @deprecated Use {@link \Spryker\Zed\ProductPageSearch\ProductPageSearchDependencyProvider::getProductAbstractPageMapExpanderPlugins()} instead.
*
* @return \Spryker\Zed\ProductPageSearch\Dependency\Plugin\ProductPageMapExpanderInterface[]
*/
protected function getMapExpanderPlugins()
The function getProductAbstractPageMapExpanderPlugins in the DependencyProvider is missing, right?loud-rainbow-44827
05/26/2020, 10:42 AMspy_sales_order_item_metadata
table. But product has it. I placed order with default products. Nothing was changed. Is it a bug or how can I get super attributes from order item?witty-airline-10433
05/26/2020, 12:25 PMacoustic-motherboard-16553
05/26/2020, 12:55 PMfull-rocket-52349
05/26/2020, 7:07 PMcalm-lamp-45600
05/27/2020, 12:51 PM