-
Hello community,
in which container do I need to increase PHP's memory limit to avoid getting this k
Hello community, in which container do I need to increase PHP's memory limit to avoid getting this kind of error: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /data/vendor/spryker/util-encoding/src/Spryker/Service/UtilEncoding/Model/Json.php on line 55Fatal error:…
-
Good morning everyone,
I'm trying to get GLUE tests running with Fixtures. I managed to create the f
Good morning everyone, I'm trying to get GLUE tests running with Fixtures. I managed to create the fixtures but when I execute APPLICATION_ENV=devtest vendor/bin/console queue:worker:start --stop-when-empty I get the error sh: 1: ps: not found multiple times. I'm not sure what this means and how to figure it out so my…
-
Hi, is there any documentation available, how to switch default http/https port for docker/sdk gatew
Hi, is there any documentation available, how to switch default http/https port for docker/sdk gateway? Reverse engineering in docker/sdk isn't nice. A nice documented deploy.yml or sample snippet would fit my needs 🙂
-
Hey im trying to install the Spryker Dev Environment with docker (Windows WSL), an error occurs on t
Hey im trying to install the Spryker Dev Environment with docker (Windows WSL), an error occurs on this command: I am getting this error: Any ideas?
-
Hey all,
is someone using the new mutagen feature on MacOs? Running faster than docker-sync? Is it
Hey all, is someone using the new mutagen feature on MacOs? Running faster than docker-sync? Is it stable?
-
Hello everyone,
I am trying to run B2B Shop in development mode and after executing `docker/sdk boot
Hello everyone, I am trying to run B2B Shop in development mode and after executing docker/sdk bootstrap deploy.dev.yml I get the following error: failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = failed to build LLB: executor failed running [/bin/sh -c…
-
Hi, since I couldn't find any information on my problem in the older coversations/questions:
I've go
Hi, since I couldn't find any information on my problem in the older coversations/questions: I've got a linux (mint) setup, complete with docker & compose. The bootstrap command successfully finished and thereafter I get a *** DEVELOPMENT MODEUnable to find image 'spryker_b2b_dev_cli:dev' locallydocker: Error response from…
-
Hello All,
Can you guys can advise how not to import demo data from vendor (busines on behalf and co
Hello All, Can you guys can advise how not to import demo data from vendor (busines on behalf and company related modules? At the same time I would like to preserve import of my CSVs from data/import.
-
Hello Everybody,
I know that when I'm deploying the code to SaaS my config is read from config_defau
Hello Everybody, I know that when I'm deploying the code to SaaS my config is read from config_default-docker.php. But, where should I add configurations specific to various environments like, DEV, STAGE/QA, PROD?
-
Hi all,
I am trying to setup existing project in spryker.
During `docker/sdk up` I got following err
Hi all, I am trying to setup existing project in spryker. During docker/sdk up I got following error while installing dependencies from composer: Your requirements could not be resolved to an installable set of packages. Problem 1 - The requested PHP extension ext-xsl * is missing from your system. Install or enable PHP's…
-
Hi everybody,
I have some troubles while creating new Spryker Project using docker. Everything goes
Hi everybody, I have some troubles while creating new Spryker Project using docker. Everything goes fine so far but when I run docker/sdk bootstrap deploy.dev.yml it starts to import files from other project (already in spryker). Any idea why is this happening ?
-
Hello everybody,
I’m having an issue with my installation after updating my docker/sdk version. I’m
Hello everybody, I’m having an issue with my installation after updating my docker/sdk version. I’m unter macos and am now getting the error failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = invalid reference format: repository name must be lowercase…
-
Hello again,
Did you guys experienced issue with
```TypeError - Exception: Return value of Spryker\G
Hello again, Did you guys experienced issue with TypeError - Exception: Return value of Spryker\Glue\Log\LogConfig::getLogFilePath() must be of the type string, resourcereturnedin /data/vendor/spryker/log/src/Spryker/Glue/Log/LogConfig.php (45) on AWS? Interesting thing is on local VM, there is no such issue.
-
Hi guys, trying to install b2b-spryker project. Following error occurs on step `docker/sdk up`:
```=
Hi guys, trying to install b2b-spryker project. Following error occurs on step docker/sdk up: => [internal] load metadata for [docker.io/library/spryker_b2b_dev_app:dev](http://docker.io/library/spryker_b2b_dev_app:dev) 0.0s => [stage-0 1/9] FROM…
-
Hello Everybody,
Do you guys know what could be the reason my third party composer library was not i
Hello Everybody, Do you guys know what could be the reason my third party composer library was not installed in AWS build process? The composer.json has the dependency.
-
Hello engineers,
I am trying to install the B2B shop using the documentation (
Hello engineers, I am trying to install the B2B shop using the documentation (https://documentation.spryker.com/v3/docs/getting-started-with-docker-201907) on Ubuntu 20.04 and the process fails with this error: at the beginning of the process I do receive this message: Warning: GITHUB_TOKEN is not set but may be required.
-
Hello engineers,
On Friday I managed to install the B2B shop using the `spryker/php:7.2-alpine3.10`
Hello engineers, On Friday I managed to install the B2B shop using the spryker/php:7.2-alpine3.10 then removed the installation, now I am trying to install it again but I receive the following message:
-
Hi all,
the page.json file being shipped with Spryker defines a dynamic template for string sorting
Hi all, the page.json file being shipped with Spryker defines a dynamic template for string sorting fields setting the type to “keyword”. Hence sorting of umlauts (and other special chars) is odd and does not behave like naturally expected in a german locale. Changing the type from “keyword” to “icu_collation_keyword”…
-
Hi all,
we are experiencing a problem that messages in `sync.search.product` queue are not being pr
Hi all, we are experiencing a problem that messages in sync.search.product queue are not being processed (retried all over again). I was looking at the errors logs and couldn’t find anything specific for this queue. Only thing i found is the following: bash-5.0# tail -f /var/log/spryker/php_errors.log[13-Aug-2020 09:09:19…
-
Good Evening,
i am working on a spryker B2C Shop with docker/sdk 1.14.3. The Debug Mode has become s
Good Evening, i am working on a spryker B2C Shop with docker/sdk 1.14.3. The Debug Mode has become so slow that it is not even possible to open some areas in Zed anymore. For example the Edit Product View in Zed completely hangs up even with no breakpoints active or phpstorm completely closed. The request just times out…
-
hi again 🙂
I am wondering if I can add project specific configuration, in a w
hi again 🙂 I am wondering if I can add project specific configuration, in a way that docker sdk can read…. For example, I have changed docker/generator/src/templates/service/elastic/5.6/elastic.yml.twig to add a new volume mapping to add some files necessary for elastic search to run. I have also added this directory…
-
Hi all,
How would another app that is hosted on nginx be added to spryker’s nginx? I have another s
Hi all, How would another app that is hosted on nginx be added to spryker’s nginx? I have another service that needs to be ran along side spyker, it is a symfony app. The question is how can I extend docker configuration to include this service.
-
Hi
I am getting this error
what can be the reason ?
Hi I am getting this error what can be the reason ?
-
Hello. I pulled the latest docker/sdk. How to enable xdebug on YVES? I started containers with `dock
Hello. I pulled the latest docker/sdk. How to enable xdebug on YVES? I started containers with docker/sdk start -x but i don't see even xdebug extension in phpinfo.
-
Hi again 🙂
When I update something in the code should I do anything special to
Hi again 🙂 When I update something in the code should I do anything special to make it appear in the webapp? is there a special docker workflow? if yes what is it?
-
Hi, I have another Problem with a docker/sdk installation. We used the documentation to install the
Hi, I have another Problem with a docker/sdk installation. We used the documentation to install the repository the right way. The thing is, it doesn't happen on my installation but on a new Windows system. PHP Fatal error: Uncaught Symfony\Component\Yaml\Exception\ParseException: File "C:/Program…
-
Hi all,
I am trying to install Spryker B2B with docker … everything seems to be going well until it
Hi all, I am trying to install Spryker B2B with docker … everything seems to be going well until it tries to run installation recipe I get this error … Any suggestions ? where can I see the logs … because even when I try to read containers logs I don’t seem to find them (or not anything useful)
-
Hello, I updated the Docker / SDK from 1.14.3 to 1.16.3 and I get this error on my Ubuntu system. Wh
Hello, I updated the Docker / SDK from 1.14.3 to 1.16.3 and I get this error on my Ubuntu system. Why can't the SDK create the folders? Version 1.14.3 can do this without problems. Command generate-transfers [vendor/bin/console transfer:generate] (In progress...) Store: DE | Environment: docker PHP Fatal error: Uncaught…
-
⚠ 🛠 Fix for the opcache problem is released. Please, try it without havin
⚠ 🛠 Fix for the opcache problem is released. Please, try it without having opcache ini settings in deploy.yml. https://github.com/spryker/docker-sdk/releases/tag/1.17.2
-
Hi,
I cloned the b2c demo shop according to the installation guide and the docker/sdk version 14.3 (
Hi, I cloned the b2c demo shop according to the installation guide and the docker/sdk version 14.3 (I also tried it with version 1.6.3 from the installation guide with the same result) executing docker/sdk up leads to an Aborted install... I tried pruning the container etc nothing helps 😞 @ULYHPR789 any ideas? 🙂