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

Drupal 11 support #19950

Closed
Adrianm6254 opened this issue Jun 20, 2024 · 4 comments
Closed

Drupal 11 support #19950

Adrianm6254 opened this issue Jun 20, 2024 · 4 comments
Labels
meta: stale This issue/PR is stale and will be closed soon team: team-experience type: bug Something isn't working

Comments

@Adrianm6254
Copy link

Bug description

I wish to start developing using Drupal 11 but the ddev build fails. I get an error:

Failed to start project(s): the n2c-base11-d project has an invalid app type: drupal the n2c-base11-d project has an invalid app type: drupal

When I do a ddev version on the gitpod is v1.22.6

There is a ddev update that needs to be applied DDEV version v1.23.1

Steps to reproduce

Install the site

Workspace affected

No response

Expected behavior

No response

Example repository

Screenshot_20240620_135603

Anything else?

No response

@Adrianm6254 Adrianm6254 added the type: bug Something isn't working label Jun 20, 2024
@axonasif
Copy link
Member

Hi @Adrianm6254, I believe something is wrong with your code/setup. Can you refer to the ddev docs? I might be able to provide you a solution or hints if your repo is public.

@webkp
Copy link

webkp commented Jun 27, 2024

@Adrianm6254 the ddev version installed comes from the image you are using (defined in .gitpod.yml). That's not something Gitpod is in charge of.

To use ddev 1.23.2 you may use this image from ddev in your .gitpod.yml:
image: ddev/ddev-gitpod-base:20240614
(Source/Example: https://github.com/ddev/ddev-gitpod-launcher/blob/main/.gitpod.yml)

For a more drupal specific image you may check out this one:
https://github.com/shaal/ddev-gitpod

Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the meta: stale This issue/PR is stale and will be closed soon label Sep 25, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2024
@katannshaw
Copy link

@Adrianm6254 I'm not sure if it's exactly the same issue, but I was getting the exact same error project has an invalid app type: drupal

The issue for me was that I had multiple versions of ddev installed through homebrew manual installs. I followed the steps from the DDEV docs: Why do I have an old DDEV? FAQ and it and it solved the issue for me.

Hope it helps.

Kat Shaw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta: stale This issue/PR is stale and will be closed soon team: team-experience type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants