Closed (fixed)
Project:
Drupal.org infrastructure
Component:
Other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2010 at 20:30 UTC
Updated:
20 Feb 2010 at 20:00 UTC
A few weeks ago, I lost the ability to automatically get update notifications from updates.drupal.org in the Status Report section of Drupal admin.
beta.skeds.com
63.97.245.242
I am able to access any other website through port 80 from the server machine, but I am unable to receive updates to the Status Report section. This link
http://drupal.org/node/549834#comment-2076650
suggests that this may be because my IP was blocked. This also may not be the reason, but I was wondering if someone could check for me since I can access other HTTP sites.
Thanks,
Comments
Comment #1
nnewton commentedAll IP blocks have been cleared.
Comment #2
espirates commentedI still can't access the updates, host isn't blocking anything either. This has never happen before.
Comment #3
avpadernoVerify that calls to
fsopen()are allowed in the PHP installation running on your site. It seems that the function is disabled for security issues from some host providers.Comment #4
espirates commentedI did verify and it's allowed but still unable to access
Comment #5
avpadernoI apologize; I reported the wrong function name, which is
fsockopen().Comment #6
espirates commentedfsockopen() is also included so there must be another reason why. I can access them on localhost just not on the server.
Comment #7
killes@www.drop.org commentedCan you write a small php script that tries to access say google.com using fsockopen?
Comment #8
espirates commentedNo unfortunately I'm php challenged, don't know any of that.
Comment #9
killes@www.drop.org commentedTry this. Name it fsockopen.php" or something else, copy it to where index.php lives and access it through your browser.
Comment #10
espirates commentedtried that and it shows google contacted
Comment #11
gerhard killesreiter commentedwhat happens if you replace www.google.com by first www.drupal.org and then updates.drupal.org?
Comment #12
espirates commentedI get this message with drupal.org
and with updates.drupal.org
Comment #13
gerhard killesreiter commentedcan you try "drupal.org" instead of "www.drupal.org" and "updates.drupal.org" also without www?
Comment #14
espirates commentedThe host fixed it, I send them the messages and they got it working again.