Hello, PayPal is showing a blank page when either choosing PayPal, or Credit Card as a payment option. I went into the details of the permissions granted to the API from PayPal's end, but I am unable to determine what are all the boxes that are required to be checked in order for the communication to work. Could you please provide a list of everything needed in order to make the communication happen properly. Thank you.
Ok, We have narrowed the problem down to where the blank page is being caused. /plugins/payment/cc_core/cc.php (roughly line 200) Code: $x = list($res, $err_msg, $receipt_id, $log) = $plugin->cc_bill($vars1, $member, $payment['amount'], $product[$payment['paysys_id'] . '_currency'], $title, $charge_type, $payment['payment_id'], $payment); Everything up until this line shows properly. At this line, everything stops. No output from this line forward -- hence, the blank page. I found this out by stepping through the code strategically with this line Code: if($_POST) { print_r($_POST); exit(); } And where that stopped showing the post variables, the predecessing line is where the problem is occurring. Another thing to note: Apache Log :: No errors PHP Log :: No Errors aMember Log :: Nothing So as you can see, logging was pretty much useless in this case as it doesn't show anything.... only result is the BLANK PAGE of dooooooooooom!. Please help us to correct this problem. Thank you.