Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
update.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2009 at 20:23 UTC
Updated:
26 Apr 2009 at 02:56 UTC
As originally reported in the forums: (http://drupal.org/node/414568)
I discovered that while drupal.org is down, I can't access the Administer section of my two Drupal installs. As soon as drupal.org came back up, access was regained.
I'm running Drupal 6.9 and 6.8 on two different LAMP servers. PHP version is 5.1.6. Drupal is installed in a subdirectory. 6.9 is running behind a corporate firewall, 6.8 is not. Both experienced the same problem.
Comments
Comment #1
vm commentedcould be due to the update status.module which connects to drupal.org. I only enable the update status module when I need to check the status of modules. It is not something I allow to run at all times.
Comment #2
vako commentedI had a similar issue a while back and running update.php fixed it.
Comment #3
z33k3r commentedSame here. Running 6.10 on LAMP, I experienced an inability to use the administrative side of things. I do have the status update module turned on.
Luckily for me it was only 20mins later that Drupal.org came back online.
Module should give a time out message rather than actually timing out...
Comment #4
z33k3r commentedAny updates on this from anybody?
Comment #5
dave reidComment #6
vm commentedComment #7
dwwSounds directly related to (if not actually duplicate with) #319486: Fetched update informations at every cron. update.module shouldn't be attempting to fetch updates on every load of admin/* -- that only happens in cases where the {cache_update} table isn't working correctly (e.g. you have memcache and it's not specially configured, you've set the [sic] "minimum" cache lifetime, etc).
However, this isn't duplicate with #319486 because if d.o is down, it'd be nice if update.module had a nicer way to fail than just hanging when it does need to fetch available update data...
Comment #8
dwwOh, but this is directly duplicate with #414820: Unavailable drupal.org leads to crashed cron. ;)
Comment #9
dwwComment #10
dwwThis is duplicate with #243253: Update status module can cause white screen if the check for updates takes too long in fact...