Quick start command installation stops responding

Created on 23 March 2022, over 2 years ago
Updated 8 January 2024, 8 months ago

Problem/Motivation

After a minute or so, the installation stops responding.

System: Ubuntu 20.04 with PHP 8.1.3.

Steps to reproduce

  1. Download and install Drupal, from Step 2 - download and run Drupal β†’ :
    $ mkdir drupal && cd drupal && curl -sSL https://www.drupal.org/download-latest/tar.gz | tar -xz --strip-components=1
    $ php -d memory_limit=256M ./core/scripts/drupal quick-start demo_umami
  2. Click around, do a search, open a node, click "Edit", "Save", etc.
  3. See that it at some point stops responding, and hangs ...

To make it work again, you can stop and restart the PHP server, using the .ht.router.php in stead:

php -S localhost:8888 .ht.router.php

From Drupal Quick Start Command > Troubleshooting β†’ .

Proposed resolution

TBD

Remaining tasks

Figure out why the installation stops responding, and adjust the code to prevent it from happening.

User interface changes

API changes

Data model changes

Release notes snippet

πŸ› Bug report
Status

Active

Version

11.0 πŸ”₯

Component
InstallΒ  β†’

Last updated 2 days ago

No maintainer
Created by

πŸ‡©πŸ‡°Denmark ressa Copenhagen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024