rich-camera-19306
10/14/2019, 11:35 AMsparse-kangaroo-34355
10/14/2019, 11:42 AM<http://shop.com/login|shop.com/login>
), how should I do that? In the indexController of that page?
My scenario is: I have different login-Pages with different themes. When I am on the page <http://shop.com/carparts/login|shop.com/carparts/login>
I want to see a different theme than if I go on <http://shop.com/bikeparts/login|shop.com/bikeparts/login>
.
Currently I can only check this during login (based on the company for the current customer). I want to extend this to checking the given URL/ parameter. Any thoughts on this? 🙂high-egg-38411
10/14/2019, 2:11 PMnpm run yves:watch
, on file change we see:
Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
We've tried to address this by upgrading Node to 12.12.0 though Spryker does not seem to be compatible with this version. Has anyone else encountered the issue?
Second: The first build from npm run yves:watch
succeeds but is very slow and takes many minutes. The webpack config seems to separate tasks now for each store; our site has 6+ stores configured and this makes this impractical for development. Does anyone have a fix for this slowness or recommendations for us to try?curved-monkey-55395
10/14/2019, 3:45 PMshipment-price = '0'
- Condition: shipment-method = '1'
However, the rule is not applied. Can you point me towards a possible solution?steep-receptionist-20341
10/15/2019, 7:57 AMfull-rocket-52349
10/15/2019, 8:30 AMacoustic-businessperson-27970
10/15/2019, 1:54 PM{% transchoice rating %}
product_review.summary.star|product_review.summary.stars
{% endtranschoice %}
Is showing :
5 product_review.summary.star | product_review.summary.stars
Instead of 5 Stars
Any idea what could be the reason?silly-motherboard-93855
10/16/2019, 7:21 AMFatal error: Uncaught PhpAmqpLib\Exception\AMQPConnectionClosedException: Broken pipe or closed connection in /vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/IO/StreamIO.php:173
modern-carpenter-40176
10/16/2019, 12:14 PMcatalog-search
glue in superAttributes
. So we changed the value of corresponding attribute is_super
in the file product_localized_attributes.csv
to 1.
My question is: do you need to delete and recreate all products abstracts and concretes to see this change (attribute is_super=true) happening on Glue response, as per the "Current Constraints" part of this documentation https://documentation.spryker.com/capabilities/product_management/product/product-attributes.htm ?
Thanksgreen-yak-45366
10/17/2019, 8:55 AMpowerful-wolf-20961
10/17/2019, 10:32 AMrapid-diamond-82606
10/17/2019, 10:56 AMClient error: "PUT <https://dove.rmq.cloudamqp.com/api/permissions/cacucmmu/cacucmmu>" resulted in a "401 Unauthorized" response:\n{\"error\":\"not_authorised\",\"reason\":\"Not administrator user
bitter-engineer-82580
10/17/2019, 12:13 PMgreen-yak-45366
10/17/2019, 12:36 PMgreen-yak-45366
10/17/2019, 2:43 PMsilly-motherboard-93855
10/18/2019, 1:44 PMmany-portugal-10683
10/18/2019, 4:50 PMsilly-motherboard-93855
10/21/2019, 8:07 AMERROR in ./vendor/spryker/gui/assets/Zed/js/modules/commons.js
Module not found: Error: Can't resolve 'jquery-migrate/dist/jquery-migrate.min' in '/data/shop/development/current/vendor/spryker/gui/assets/Zed/js/modules'
@ ./vendor/spryker/gui/assets/Zed/js/modules/commons.js 14:0-49
@ ./vendor/spryker/gui/assets/Zed/js/spryker-zed-gui-commons.entry.js
npm install nor install-dependencies commands do not fix the issue. How can I find out what's wrong/fix this?gray-engine-53418
10/22/2019, 10:28 AMvendor/bin/console sync:data product_abstract <id>
, I get the following error.
PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 20480 bytes) in /data/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php on line 238
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 20480 bytes) in /data/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php on line 238
ErrorException - Exception: FATAL ERROR - Allowed memory size of 2147483648 bytes exhausted (tried to allocate 20480 bytes)
in /data/vendor/propel/propel/src/Propel/Runtime/Connection/StatementWrapper.php (238)
I triggered events for the products I want to sync, nothing changed.
Do you have any suggestions about what can I try/check?incalculable-doctor-98070
10/22/2019, 10:29 AMrich-camera-19306
10/22/2019, 10:31 AMrich-camera-19306
10/22/2019, 10:32 AMincalculable-doctor-98070
10/22/2019, 10:33 AMsparse-kangaroo-34355
10/22/2019, 2:16 PMmount.nfs: access denied by server while mounting 10.10.0.1:/Users/danielforbrich/shop/project
- IP address of the vm didn't change. Anyone faced this already?acoustic-motherboard-16553
10/23/2019, 6:50 AMfull-motorcycle-97796
10/23/2019, 1:29 PMechoing-continent-95761
10/24/2019, 8:16 AMsilly-motherboard-93855
10/24/2019, 8:18 AM<?xml version="1.0"?>
<database xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="zed" xsi:noNamespaceSchemaLocation="http://static.spryker.com/schema-01.xsd"
namespace="Orm\Zed\CmsPageBlock\Persistence" package="src.Orm.Zed.CmsPageBlock.Persistence">
<table name="spy_cms_page_block" idMethod="native" phpName="SpyCmsPageBlock">
<column name="id_cms_page_block" required="true" type="INTEGER" autoIncrement="true" primaryKey="true"/>
<column name="fk_cms_block" required="true" type="INTEGER"/>
<column name="fk_cms_page" required="true" type="INTEGER"/>
<column name="block_order" required="false" default="0" type="INTEGER"/>
<foreign-key name="spy_cms_page_block-fk_cms_page" foreignTable="spy_cms_page">
<reference foreign="id_cms_page" local="fk_cms_page"/>
</foreign-key>
<foreign-key name="spy_cms_page_block-fk_cms_block" foreignTable="spy_cms_block">
<reference foreign="id_cms_block" local="fk_cms_block"/>
</foreign-key>
<unique name="spy_cms_page_block-unique-fk_cms_block">
<unique-column name="fk_cms_block"/>
<unique-column name="fk_cms_page"/>
</unique>
<id-method-parameter value="spy_cms_page_block_pk_seq"/>
</table>
</database>
Asking because I get
Executing migration PropelMigration_1571904554 up
Propel\Runtime\Exception\RuntimeException - Exception: <error>Failed to execute SQL "ALTER TABLE "spy_cms_page_block" ADD CONSTRAINT "spy_cms_page_block-fk_cms_block"
FOREIGN KEY ("fk_cms_block","fk_cms_block")
REFERENCES "spy_cms_block" ("id_cms_block","id_cms_block")". Aborting migration.</error>
in /vendor/propel/propel/src/Propel/Generator/Command/MigrationMigrateCommand.php (150)
Command: vendor/bin/console propel:install
and I cannot figure out whyrich-camera-19306
10/24/2019, 1:42 PMclean-glass-99425
10/24/2019, 3:33 PM