When I open admin/reports/prod-monitor/site/3/view/updates I see two messages:
Warning: Invalid argument supplied for foreach() in theme_prod_monitor_update_report() (line 29 of /var/www/d7_dev/extensions/modules/prod_check/prod_monitor/includes/prod_monitor.theme.inc).
Warning: Invalid argument supplied for foreach() in theme_prod_monitor_update_report() (line 35 of /var/www/d7_dev/extensions/modules/prod_check/prod_monitor/includes/prod_monitor.theme.inc).
and no other info on the page.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | prod_check-1805296-2.patch | 2.54 KB | OnkelTem |
| #2 | Drupal Monitor2.png | 29.77 KB | OnkelTem |
Comments
Comment #1
OnkelTem commentedComment #2
OnkelTem commentedI remind, that this bug triggers when a update information has not yet been fetched for a project viewed.
I deleted huge slice of code:
which IMHO doesn't help a user and mostly repeat what is already in UI including link to manual update:
Comment #3
b-prod commentedPatch #2 fixes the issue.
Comment #4
malc0mn commentedNever seemed to have picked this up, doing so now...
Comment #5
malc0mn commentedFixed. Did not apply the patch, but made it work like the D6 version. A simple piece of code was missing from the theme function:
Apologies for the extreme late fix!