https://bugzilla.wikimedia.org/show_bug.cgi?id=42196
Raphael Eiselstein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Raphael Eiselstein <[email protected]> 2012-12-01 17:18:37 UTC --- Same issue here. OS: FreeBSD 7.4 but with recent (2012-08) ports build PHP5: php5-curl-5.4.5 Proxy: squid MediaWiki is doing some kind of api-requests via proxy which get answered by 200: […] TCP_MISS/200 1277 GET http://commons.wikimedia.org/w/api.php? - DIRECT/91.198.174.224 application/json The relevant environment is set (as shown by phpinfo()): http_proxy our-proxy-fqdn:3128 https_proxy our-proxy-fqdn:3128 ftp_proxy our-proxy-fqdn:3128 ALL_PROXY our-proxy-fqdn:3128 RSYNC_PROXY our-proxy-fqdn:3128 There's no variable name containing "proxy" in our LocalSettings.*, so we use defaults here. I guess MediaWiki is actually doing requests to http://commons.wikimedia.org/w/api.php but may have problems parsing the result. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
