I'm using nodeblock 7.x-1.2.

/admin/reports/updates shows a grey rectangle for node blocks. The warning message reads "No available releases found".
I would expect "up to date" or "not up to date".

Comments

michaellander’s picture

I'll look into this. Thanks!

jjmackow’s picture

I'm getting the same issue using 7.10. When I go to 'admin/reports/updates', only some of the installed modules are able to report on available updates while almost half report "No Available releases found".

Try running the 'check manually link' on the admin/reports/updates page. It takes some time to run, but it did solve the problem and removed all of those "No available releases found" issues.

Johnny vd Laar’s picture

Status: Active » Closed (won't fix)

I don't think this is caused by nodeblocks. Otherwise report back.

ashwinsh’s picture

Issue summary: View changes

Please check following steps for it.

1) TRUNCATE TABLE `cache_update`

2) Modify the update_max_fetch_time to 200 seconds by adding this code to the settings.php file.
$conf['update_max_fetch_time'] = 200;
OR Change the same setting using a Drush command.
drush vset update_max_fetch_time 200

Then check '/admin/reports/updates'.

bkline’s picture

@ashwinsh That workaround does not solve the problem.