theme_status_report logs error

Created on 19 April 2016, about 9 years ago
Updated 21 May 2025, 18 days ago

When looking at

http://localhost/admin/reports/status

I receive the following error message:

Notice: Undefined index: value in theme_status_report() (line 2603 of /var/www/drupal/modules/system/system.admin.inc).

The error is thrown from the following line:

$output .= '<tr class="' . $severity['class'] . ' merge-down"><td class="status-icon">' . $severity['icon'] . '</td><td class="status-title">' . $requirement['title'] . '</td><td class="status-value">' . $requirement['value'] . '</td></tr>';

I checked with a debugger and the problem is, that the requirements array of the atjs module does not have an 'value' entry. It seems to me, that 'title' and 'value' are the minum requirements. I recommend to add something like 'missing' and 'installed' during the processing in atjs.install::atjs_requirements(..).

What do you think?

Do you need any additional information?

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

No activities found.

Production build 0.71.5 2024