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 7 recipe always returns 500 #64

Closed
no-sssweat opened this issue Aug 10, 2023 · 8 comments
Closed

Drupal 7 recipe always returns 500 #64

no-sssweat opened this issue Aug 10, 2023 · 8 comments
Labels
question Further information is requested

Comments

@no-sssweat
Copy link

Using version 3.19.5 and 3.18.0 (I have not tested other older versions) Drupal 7 recipe fails to give 200 response.

image

I have no issues with D9 or D10 recipes.

@pirog pirog transferred this issue from lando/lando Aug 10, 2023
@pirog pirog added Needs Triage and removed drupal labels Aug 10, 2023
@reynoldsalec
Copy link
Sponsor Member

@no-sssweat you get any farther with this? Would be interested in what steps you took and any Landofile customizations you may have made...otherwise it may simply be an application error.

@peterhebert
Copy link

I am experiencing this same issue with Lando v3.21.0-beta.12.

@reynoldsalec
Copy link
Sponsor Member

@peterhebert likewise, have you confirmed it's not an application error/can you give me a copy of your Landofile? Thanks!

@peterhebert
Copy link

The landofile was working successfully for over a year before the latest Lando upgrade...

name: sitename-d7 recipe: drupal7 config: webroot: . php: 7.4 services: phpma: type: phpmyadmin hosts: - database myruby: type: ruby:2.5.3 build_as_root: - gem install compass tooling: ruby: service: myruby compass: service: myruby

@peterhebert
Copy link

lando.yml.txt

@reynoldsalec
Copy link
Sponsor Member

That .lando.yml spins up ok for me @peterhebert. A few things to try:

  • Make sure your plugins are up-to-date by running lando update
  • Try a rebuild lando rebuild -y
  • Check the error logs lando logs to see if you can find any specific errors
  • Try starting the same project "from scratch" in a separate directory, changing the project name on the .lando.yml so you're starting from a brand new DB/etc.

@reynoldsalec reynoldsalec added question Further information is requested and removed Needs Triage labels Mar 28, 2024
@peterhebert
Copy link

I've already done these steps, as well as completely uninstalling and reinstalling Lando from scratch, including deleting the .lando directory in my home folder, even reinstalling the docker engine. still having the same issues, even worse now, as services on every site that I try to spin up are returning ✖ Request failed with status code 500 errors. This software is completely broken. I am extremely disappointed, as I rely on this for my work. I used to love this software, but now all the simplcity is gone, I am going to probably need to learn docker compose itself and move on from Lando.

@reynoldsalec
Copy link
Sponsor Member

reynoldsalec commented Mar 29, 2024

Totally understand @peterhebert, LMK if you want to try debugging a bit more, happy to do a screenshare to see if we can find out what's going on, but know it's more time investment. You can reach me by DM on the Lando Slack (https://launchpass.com/devwithlando if you're not already on there), I'm reynoldsalec on there as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants