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

Comments

nkind created an issue. See original summary.

rishi.kulshreshtha’s picture

Component: User interface » Code
Priority: Normal » Major
StatusFileSize
new492.8 KB

None of the "One Click Demos" are working, Commerce Kickstart is also failing. https://simplytest.me/tugboat/progress/67366c1ad871e5f074240125/67366c1a...

There was a build error

ressa’s picture

Priority: Major » Critical

I 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.

ressa’s picture

kewesley’s picture

The "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.

mglaman’s picture

#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

mglaman’s picture

Status: Active » Fixed

https://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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.