This is more of an upgrade issue rather than a bug. It may be useful to consider since efforts are underway to make drupal 7 fully php 7.4 compatible.

Testing with PHP 7.4 when viewing available updates report results in following notice:

Notice: Trying to access array offset on value of type int in theme_patch_status_update_report() (line 316 of patch_status.pages.inc)

Comments

izmeez created an issue. See original summary.

izmeez’s picture

Issue summary: View changes
izmeez’s picture

Attached is a patch to fix this notice in php 7.4 although not sure this is the best solution.

izmeez’s picture

Status: Active » Needs review

Forgot to change status to "Needs review".