Guest Posted May 4, 2008 Posted May 4, 2008 When I click the checkout with paypal option I get this error: Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /hsphere/local/home/revengep/revengeproductsinc.com/catalog/includes/modules/payment/paypal_wpp/PayPal/SOAP/Transport/HTTP.php on line 575 Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/revengep/revengeproductsinc.com/catalog/includes/modules/payment/paypal_wpp/PayPal/SOAP/Transport/HTTP.php:575) in /hsphere/local/home/revengep/revengeproductsinc.com/catalog/includes/functions/general.php on line 54 Here is the line of code at 575 of HTTP.php and 54 of general.php ----------------- /catalog/includes/modules/payment/paypal_wpp/PayPal/SOAP/Transport/HTTP.php on line 575 line 575 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); ----------------- ----------------- /catalog/includes/functions/general.php line54 header('Location: ' . $url); ----------------- Any help and ideas are very much appreciated. I am no expert at php and to be honest I have only been tinkering for a few months, but I need this to work ASAP for an impatient client. Thank you all! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.