Closed (won't fix)
Project:
Nodeblock
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2011 at 08:44 UTC
Updated:
29 Apr 2021 at 12:53 UTC
Jump to comment: Most recent
Comments
Comment #1
michaellander commentedI'll look into this. Thanks!
Comment #2
jjmackow commentedI'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.
Comment #3
Johnny vd Laar commentedI don't think this is caused by nodeblocks. Otherwise report back.
Comment #4
ashwinshPlease 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'.
Comment #5
bkline@ashwinsh That workaround does not solve the problem.