Tim Otten
Tim Otten
A slightly biased/tangential anecdote: PHP's `composer` went the other way from the start. They never allowed library-packages to run their own installation steps. (Only root-level/consumer-packages could define install steps.) It...
> Doesn't that have the same problem as Windows' UAC prompt -- every single user just clicks yes without a second's thought. Appreciate composer has more options that just yes...
Same problem. Appears to only affect PHAR builds of 8.4.10 on some versions of php 7.x: | Outcome | PHP | drush | | -- | -- | -- |...
FWIW, the search algorithm which figures out how to bootstrap is not in `civix` proper -- it comes the utility/library [`cv`](https://github.com/civicrm/cv) (esp. https://github.com/civicrm/cv/blob/master/src/Bootstrap.php ).
Have you tried constructing the PATH to the `civicrm.settings.php` in different ways? For example, if `/usr/share/drupal7` is the nominal root of the project, then maybe `CIVICRM_SETTINGS=/usr/share/drupal7/sites/default/civicrm.settings.php` would work better? That...
I've found myself pretty torn: * `composer` provides an administrative mechanism for add-ons on D8/9/10. For folks managing D8+ builds, it's great to have the same download+upgrade mechanism for both...
Hmm, yeah, I can see how the clarity/obscurity of that error would be... debatable. The message does seem like a pretty accurate description of the problem, and I'm struggling to...
add to whitelist
civibot, add to whitelist
I definitely like the idea of removing `include_path` from the default template. But in terms of migration process... I think it would be worthwhile to add a mixin (eg `[email protected]`...