Active
Project:
Update Status Proxy
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Aug 2010 at 20:26 UTC
Updated:
27 Feb 2012 at 16:58 UTC
Jump to comment: Most recent file
I'm very, very happy that someone is doing something pro-actively in this space because it is a major headache for us when upgrading 6.x versions.
Just installed version 1.0 of this module while upgrading our test site to 6.19. Unfortunately, this module doesn't seem to work after entering appropriate proxy server information. Our proxy server uses port 80 with no user name / password.
It's just seems to time out...similar to what happens when the module isn't installed.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | drupal-update.zip | 38.76 KB | masterv-1 |
Comments
Comment #1
stacysimpson commentedAlso, I think there is a typo on line 92 of 'update_status_proxy.module'. Three '=' characters.
Comment #2
Rob Knight commentedThe three '=' characters is just comparison checking with type comparison - see http://uk.php.net/manual/en/language.operators.comparison.php
On the general issue though, what is your configuration like? I have the module working on my setup, but different proxy setups might not work so well (it's kinda hard to test given the number of different network/proxy configurations out there).
The following info would be helpful:
1) What OS is the Drupal site is running on?
2) Does your proxy use authentication? If so, what kind?
3) What proxy software is running?
Thanks!
Comment #3
Rob Knight commentedComment #4
stacysimpson commented#1. Ubuntu 6.4 (Apache/2.2.12 (Ubuntu) and PHP Version 5.2.10-2)
#2. No authentication
#3. No idea, but we have asked the question.
Comment #5
euskarez commented1) centos, apache, php 5.2
2) no authentication
3) proxy software: squid
Comment #6
game commentedI too could not get this to work:
IIS7 on Windows Server 2008R2
Drupal 6.19
PHP 5.2
Proxy server is a Council Proxy so not sure about exact type but I have a feeling its squid.
Any update on this would be great as this has always been a nightmare.
Cheers
Comment #7
Rob Knight commentedIt's weird. It works on my system. I'm going to try testing it out on some virtual machines over the next few days, to see how it behaves under different configurations. Thanks to everyone for posting version information!
Comment #8
bloke_zero commentedDoesn't work for me either, simple proxy server no user or password. Patch at http://drupal.org/node/735420 works though.
Comment #9
decibel.places commentednot working
local dev on Windows 7 32 bit + Xampp
proxy uses IP:port only no user/pass
patch in #8 http://drupal.org/node/735420 works
Comment #10
thomasmurphy commentedAlso not working for me at all
1) OS is SUSE Linux Enterprise Server 11 (x86_64) PATCHLEVEL = 1
2) No authentication
3) Proxy is squid/2.7.STABLE3 (but that isn't recieving any packets from my webserver, so isn't the problem)
Comment #11
pieterdcAlso not working for me
1) Ubuntu 201104
2) Basic authentication
3) A Microsoft product, I guess
proxy.drupal.6.20.patch from #735420: Drupal 6 proxy server support works for me
Comment #12
masterv-1 commentedHi There,
I work in the University of Arts and we are running drupal 6.x, we also had problems making the drupal update work from within our network.
I ended up writing a perl script to do this task which does appear to be working
Our scripts are in /usr/local/scripts/
1. Configuration file drupal-update.cfg (/usr/local/scripts/drupal-update.cfg)
2. /usr/local/scripts/drupal-modules.ignore
This is the file to list all modules that you wish ignore from being looked up
3. Perl script
/usr/local/scripts/drupal-update.pl
4. Cron entries
First runs every day looking for security upates
Second runs every monday to list all other updates.
Thanks
Vahid
Comment #13
masterv-1 commentedJust to add the perl script relies on two Perl Modules Email and MIME
Both of which as well as all of the above scripts/configuration can be found in the attached file.
Enjoy
Comment #14
masterv-1 commentedhttps://sourceforge.net/projects/drupal-update/
There was a minor bug now fixed on latest version which can be found on above sourceforge link