You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just get a Drupal 7 site managed by composer to preserve custom paths after patches to core are applied.
What happened? What did you expect to happen?
Now all custom modules and themes are deleted as they reside in html/sites/all/... and html is cleaned out to install fresh Drupal files to be able to patch them.
We're facing this issues after upgrading to composer 2 / php 8
Verification
composer self-update
)composer update cweagans/composer-patches
)What were you trying to do (and why)?
Just get a Drupal 7 site managed by composer to preserve custom paths after patches to core are applied.
What happened? What did you expect to happen?
Now all custom modules and themes are deleted as they reside in html/sites/all/... and html is cleaned out to install fresh Drupal files to be able to patch them.
We're facing this issues after upgrading to composer 2 / php 8
Bibliografy / related issues
drupal-composer/preserve-paths#41
drupal-composer/preserve-paths#42
The text was updated successfully, but these errors were encountered: