liip / liip/bund-drupal-starterkit
Exception during composer install
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Something bad happens dur
```
[Remote\Rsync] Running rsync -a -v -z --no-group --no-owner --include 'sites' --include 'sites/default' --include 'sites/default/default.settings.php' --include 'sites/default/default.services.yml' --include 'sites/development.services.yml' --include 'sites/example.settings.local.php' --include 'sites/example.sites.php' --exclude '.gitkeep' --exclude 'autoload.php' --exclude 'composer.json' --exclude 'composer.lock' --exclude 'core' --exclude 'drush' --exclude 'example.gitignore' --exclude 'LICENSE.txt' --exclude 'README.txt' --exclude 'vendor' --exclude 'themes' --exclude 'profiles' --exclude 'modules' --exclude 'sites/*' --exclude 'sites/default/*' '/private/var/folders/ct/khsz_pqj0m9160_0fwlkw3b80000gn/T/drupal-scaffold-1475675015/drupal-8/' '/Users/dfeyer/Sites/dev/bund-drupal-starterkit.dev/web'
sending incremental file list
sent 32 bytes received 12 bytes 88.00 bytes/sec
total size is 0 speedup is 0.00
[Remote\Rsync] Done in 0.02s
[FileSystem\DeleteDir] Deleted /private/var/folders/ct/khsz_pqj0m9160_0fwlkw3b80000gn/T/drupal-scaffold-1475675015...
[FileSystem\FilesystemStack] _chmod ["\/Users\/dfeyer\/Sites\/dev\/bund-drupal-starterkit.dev\/web\/sites\/default",493]
> DrupalProject\composer\ScriptHandler::createRequiredFiles
Script DrupalProject\composer\ScriptHandler::createRequiredFiles handling the post-update-cmd event terminated with an exception
[Symfony\Component\Filesystem\Exception\FileNotFoundException]
Failed to copy "/Users/dfeyer/Sites/dev/bund-drupal-starterkit.dev/web/sites/default/default.settings.php" because file does not exist.
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the composer install failure and trace the post-update-cmd entry point DrupalProject\composer\ScriptHandler::createRequiredFiles. Inspect the referenced web/sites/default/default.settings.php path and the preceding scaffold/rsync output; done means composer install completes without the FileNotFoundException.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- drupal, php
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100