Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many many deprecation warnings on `console system:install --basic-setup #3555

Open
rpkoller opened this issue Feb 5, 2024 · 1 comment
Open
Labels

Comments

@rpkoller
Copy link

rpkoller commented Feb 5, 2024

PHP Version

tested with 8.1.26 and 8.2.13

Shopware Version

6.5.8.2

Expected behaviour

On console system:install --basic-setup I would expect that the install process would run through without any deprecation warning at all.

Actual behaviour

In the course of testing a PR DDEV introducing a new feature for composer create I've went through testing each and every quickstarters guide for DDEV. One of the provided CMS quickstarts is for Shopware. When I run the installation step i run into an excessive list of deprecation warnings starting in line 629 and it looks like the output got cut at one point and not the entire output was pasted in the gist:

https://gist.github.com/rpkoller/bd83017fa3482a5bc3f83f7509883413

In case it is a known issue apologies. I've just searched the issue queue in regards for deprecation but no real matches.

How to reproduce

I've applied the steps from the quickstarts guide https://ddev.readthedocs.io/en/stable/users/quickstart/#shopware :

mkdir my-shopware6 && cd my-shopware6
ddev config --project-type=shopware6 --docroot=public --create-docroot
ddev composer create shopware/production:^v6.5
# If it asks `Do you want to include Docker configuration from recipes?`
# answer `x`, as we're using DDEV for this rather than its recipes.
ddev exec console system:install --basic-setup
ddev launch /admin
# Default username and password are `admin` and `shopware`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant