-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Assert.php: The path must be a string. Got: boolean #5089
Comments
I tried your steps with ddev instead of lando and I cant reproduce it. Am also using PHP 8.0. I believe that there is an issue, but I dont know where exactly. It might be in Lando. Relevent recent Drush change is at #5049 |
Thanks for a fast response. I also tried with Drupal 10 and the Lando Manually reverting the changes from issue #5049 did fix it, so the changes in that PR is likely the cause of the error. Here is a slightly detailed error description:
|
11.0.7 is released. lemme know if it still fails. |
Wow that was fast, thanks! I can confirm that the command works again:
|
Hello, The trace
Durpal version is 10.2.6 |
Describe the bug
When I run
drush core:status
with Drush11.0.6
in Lando I get this error:If I downgrade to
11.0.5
I get the expected result, and the status report is shown.Other commands, such as
drush watchdog-show
anddrush core:cron
work perfectly fine.To Reproduce
Workaround
Downgrade to Drush
11.0.5
and try again:Note I had to add the
--with-all-dependencies
parameter to prevent getting stopped by this message:System Configuration
Additional information
I could only find one file called
Assert.php
, so I guess it's this one:/vendor/webmozart/assert/src/Assert.php
The text was updated successfully, but these errors were encountered: