- Issue created by @willp24
- 🇨🇦Canada mediameriquat
This module works fine in Drupal 10.2.1. All you need to do is add
|| ^10
compatibility in the .info file.I use it to override a few annoying Bootstrap css declarations on a 20+ website farm.
It really is a pity that it is no longer supported. Needs maintainer ASAP.
- 🇮🇳India newswatch Delhi/Bangalore
@mediameriquat
I did use the patch mentioned here: https://www.drupal.org/project/header_and_footer_scripts/issues/3287867 📌 Automated Drupal 10 compatibility fixes RTBC
But I am getting the error now after upgrading from 10.2.0 to 10.2.1
This is my info.yml
name: Header and Footer Scripts description: Allows you to add the scripts and styles on overall site from the front-end. No need to open files and add them there. package: HFS type: module core: 8.x core_version_requirement: ^8 || ^9 || ^10 configure: header_and_footer_scripts.admin.header # Information added by Drupal.org packaging script on 2021-11-01 version: '3.0.0' project: 'header_and_footer_scripts' datestamp: 1635754976
- 🇺🇸United States willp24
@mediameriquat Thanks for the reply, I've been running this module on D10 since November 23 without issue. The .info has "^10" included and I also had the module patched. I ran into this new issue after upgrading to version 10.2.1 similar to @newswatch.
At the moment for me this does appear to coincide with upgrading to core 10.2.1.
- 🇺🇸United States willp24
@mediameriquat Thanks for the reply, I've been running this module on D10 since November 23 without issue. The .info has "^10" included and I also had the module patched. I ran into this new issue after upgrading to version 10.2.1 similar to @newswatch.
I have 10.1.7 core version running, with the correct .info (^10) and this site also lists the module as not supported. While initially, I was under the impression that this may have been related to an upgrade to 10.2.1; I no longer believe this to be the case.
Core: 10.1.7
Patched in support of D10: yes
.info includes ^ 10: yesOn Drupal available updates view, header and future module listed as not supported.
- 🇺🇸United States bgronek
I'm getting the same issue here. Same with many modules across drupal.org. I hope this is a bug that they can resolve soon.
- 🇺🇸United States bgronek
@wimleers Any idea what's going on with all of these modules loosing support? Many of them have a pretty large user base (~900 sites +). Furthermore, there are no issues requesting new maintainers.
- 🇺🇸United States willp24
Last year (NOV 23) When upgrading to D10 from D9 I had 4-contributed modules that required additional patching and the use of composer lenient to get the upgrade completed. Out of these 4 modules 2 of them are now unsupported and 2 have released fully D10 supported versions.
"drupal/custom_nid", = New Module released
"drupal/header_and_footer_scripts", = NO Longer Supported
"drupal/views_attach_library", = New Module released
"drupal/views_filter_select" = NO Longer Supported - 🇨🇦Canada mediameriquat
For those who can't wait for Header&Footer Scripts to find a new maintainer and want to upgrade to D11 ASAP, the Asset Injector plugin does pretty much the same job and is D11 compatible:
https://www.drupal.org/project/asset_injector →However, you may encounter problems uninstalling H&FS. If you experience permissions problems, solution here:
https://www.drupal.org/node/3193348 →