I've noticed this on http://drupalcontribstatus.com a couple times. When update_get_available() doesn't return anything, $count is 0, and division fails.

CommentFileSizeAuthor
#1 contrib_status-1295856-1.patch1.63 KBtim.plunkett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Status: Active » Needs review
FileSize
1.63 KB

The first hunk should fix the problem by forcing update_get_available() to return something.
The second is just a failsafe to prevent division by 0, though it shouldn't really be a problem after the first fix.