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?
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.