When visiting admin/reports/updates, on the latest version of Drupal, you can run into a bunch of PHP notices in regards to undefined index of "status" (line 262), "releases" (line 263), "recommended" (line 264), "latest_version" (265) and "reason in theme_update_report() on line 86.

CommentFileSizeAuthor
#4 acquia_agent.jpg229.09 KBrobloach
#1 1976664.patch1.49 KBrobloach

Comments

robloach’s picture

Status: Active » Needs review
StatusFileSize
new1.49 KB

Something along these lines.

coltrane’s picture

Rob, can you add the following at line 268 of acquia_agent_update_status_alter() and tell me what is set? I think this issue would be better solved by changing the isset() check on $subscription to an if !empty().

dpm($subscription);

cpliakas’s picture

robloach’s picture

StatusFileSize
new229.09 KB

Pretty difficult to replicate, but here's a screenshot that someone reported.
acquia_agent.jpg

coltrane’s picture

Status: Fixed » Closed (fixed)

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