[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 --- Comment #12 from Jens Røbel jens.roe...@tryg.dk --- That did it :-) After specifying $wgRSSProxy with proxyservername and portnumber everthing works perfectly. Thanks a lot. Jens -- You are receiving this mail because: You are the

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 --- Comment #13 from T. Gries m...@tgries.de --- Jens, better always read the documentation first, please. I invested a lot to document all my extensions in the best possible way. Nice to learn that your problem is fixed. Just as a remark:

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 --- Comment #5 from Jens Røbel jens.roe...@tryg.dk --- Removing wfSuppressWarnings(); and wfRestoreWarnings(); gives the below warning Warning fopen(http://blog.wikimedia.org/feed/): failed to open stream: A connection attempt failed because

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed: What|Removed |Added CC|

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 --- Comment #7 from Jens Røbel jens.roe...@tryg.dk --- For test purpose I have the below settings $wgRSSUrlWhitelist = array( * ); -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 --- Comment #8 from Jens Røbel jens.roe...@tryg.dk --- We use proxy server. Where can I specify name and port ? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 --- Comment #10 from Bawolff (Brian Wolff) bawolff...@gmail.com --- (In reply to Jens Røbel from comment #8) We use proxy server. Where can I specify name and port ? See [[mw:manual:$wgHTTPProxy]] -- You are receiving this mail because: You

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 --- Comment #11 from T. Gries m...@tgries.de --- Please read the RSS Extension manual page http://www.mediawiki.org/wiki/Extension:RSS#Configuration_settings and quickly find $wgRSSProxy (default: false) Optional proxy server to be used for

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 Bawolff (Brian Wolff) bawolff...@gmail.com changed: What|Removed |Added CC|

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 --- Comment #3 from Bawolff (Brian Wolff) bawolff...@gmail.com --- On line 907 and 909 of includes/HttpFunctions.php there is a wfSuppressWarnings(); and a wfRestoreWarnings(); respectively. Removing both of those may cause a warning to be

[Bug 69783] RSS extension gives http-request-error when fetching http://blog.wikimedia.org/feed/

2014-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69783 --- Comment #4 from T. Gries m...@tgries.de --- Please use _latest_ RSS Version from the repo! -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.