GValFr35
GValFr35
delete 8.9 site task fails with "Drush command terminated abnormally due to an unrecoverable error."
Hi, this may be related to this issue reported on aegir provision: [https://www.drupal.org/project/provision/issues/3187556](https://www.drupal.org/project/provision/issues/3187556)
I managed to "work around" this obscure issue by applying this patch to the platform_composer_git module, which is a submodule of hosting_deploy. /data/disk/o1/aegir/distro/00X/profiles/hostmaster/modules/aegir/hosting_deploy [fix-pb-pf_install.patch](https://github.com/user-attachments/files/15929271/fix-pb-pf_install.patch)
realize this could be the same issue as #52
_"... given we purge cache tables hourly.. or at least daily."_ I wasn't aware of that. So indeed, if the database caches are cleared, it's fine. But for that, the...
You can add a custom Nginx location block in nginx_vhost_include.conf to override the default behavior. ``` location /civicrm/contact/imagefile { expires 30d; tcp_nodelay off; access_log off; log_not_found off; add_header Access-Control-Allow-Origin *;...