Problem / Motivation
Right now, if I try to run the Umami Demo I receive the follow error:
Command config-set was not found. Drush was unable to query the database. As a result, many commands are unavailable.
Re-run your command with --debug to see relevant log messages.Command Failed (Tugboat Error 1064):
Exit code: 1; Command: cd "${DOCROOT}" && ../vendor/bin/drush config-set system.logging error_level verbose -y
The Starshot demo:
create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--add-repository] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--ask] [--] [<package> [<directory> [<version>]]]
Command Failed (Tugboat Error 1064):
Exit code: 1; Command: composer create-project drupal/drupal-cms-project $TUGBOAT_ROOT/stm --stability=dev
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screenshot 2024-11-14 at 4.46.16 PM.png | 492.8 KB | rishi.kulshreshtha |
Comments
Comment #2
rishi.kulshreshthaNone of the "One Click Demos" are working, Commerce Kickstart is also failing. https://simplytest.me/tugboat/progress/67366c1ad871e5f074240125/67366c1a...
Comment #3
ressaI have also recently not been able to get Simplytest to work ...
I wonder if it has not been working almost two months, since 18 October and until today 14 December?
Since not working is actually Critical ("Render a site unusable and have no workaround"), I'll update the Status.
Comment #4
ressaComment #5
kewesley commentedThe "one click" demo builds are all still failing.
Drupal Commerce Demo
In CreateProjectCommand.php line 427:
Could not find package centarro/commerce-kickstart-project with stability dev in a version installable using your PHP version, PHP extensions and Composer version.
Starshot
In CreateProjectCommand.php line 430:
Could not find package drupal/drupal-cms-project with stability dev.
Umami Demo
Command config-set was not found. Drush was unable to query the database. As a result, many commands are unavailable. Re-run your command with --debug to see relevant log messages.
Comment #6
mglaman#3507854: Simplytest.me fail on Umami due to site not installing with Drush fixed Umami and others not having and installed DB.
Starshot needs to move to Drupal CMS
Commerce needs stability flag fix
Comment #7
mglamanhttps://github.com/simplytestme/website/pull/502 fixed commerce
https://github.com/simplytestme/website/pull/503 will fix Drupal CMS
I don't think the default content is being imported properly, but they are building.
I'll close this and continue investigating.