View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001501 | module PayPal | module PayPal - sub | public | 2009-11-25 14:55 | 2012-12-10 16:11 |
Reporter | arvydas_vapsva | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001501: Problems with curl_setopt($ch, CURLOPT_VERBOSE, 1); in efi_paypal_caller_service.php | ||||
Description | On one client server option curl_setopt($ch, CURLOPT_VERBOSE, 1); causes problem, due to some strange server config and STDERR. So output cant be written to STDERR. | ||||
Additional Information | There are to ways to solve problem: 1. comment this code line; 2. direct output to some log file like: $oFileHandle = fopen( _SOME_LOG_FILE_, "w" ); curl_setopt($ch, CURLOPT_STDERR, $oFileHandle ); ... $sResponse = curl_exec($ch); fclose( $oFileHandle ); | ||||
Tags | No tags attached. | ||||