https://bugzilla.wikimedia.org/show_bug.cgi?id=42441
--- Comment #9 from Platonides <[email protected]> 2012-11-29 22:12:54 UTC --- It should have appeared in the php error log :S Can you add var_dump( $this->curlOptions ); above this line? if ( !curl_setopt_array( $curlHandle, $this->curlOptions ) ) { around line 761 of HttpFunctions.php. This shouls at least give us which options it is trying to set. -- 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
