Problem/Motivation

Unable to review, maintain, and verify modules support for D10+.

Steps to reproduce

Home -> Administration -> Reports -> Available -> Updates
The following is diplayed beneath header_and_footer_scripts: "Not supported! Error
Header and Footer Scripts 3.0.0
Project not supported: This project is no longer supported, and is no longer available for download. Disabling everything included by this project is strongly recommended!
Includes: Header and Footer Scripts"

Comments

willp24 created an issue. See original summary.

willp24’s picture

willp24’s picture

Category: Support request » Bug report
subir_ghosh’s picture

Is this module being maintained at all?

mediameriquat’s picture

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.

subir_ghosh’s picture

@mediameriquat

I did use the patch mentioned here: https://www.drupal.org/project/header_and_footer_scripts/issues/3287867

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
willp24’s picture

@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: yes

On Drupal available updates view, header and future module listed as not supported.

bgronek’s picture

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.

bgronek’s picture

@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.

willp24’s picture

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

mediameriquat’s picture

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

elusivemind’s picture

This has been updated

elusivemind’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.