Post by toytaco99 » Thu Feb 04, 2010 12:47 am

Hey everyone,

I'm pulling my hair out here. I'm 99% through building a site for a client - I've customized a 1.34 installation and everything looks/works great..except when I try to purchase an item via PayPal Website Payments Pro. Once I put in my credit card information and click Submit, it just sits there with the spinning graphic saying "Please Wait!"

Before you tell me to search, I HAVE. This seems to be a fairly common problem. I even upgraded my installation to 1.4.0 and was STILL having the same problem - even after applying the fix that some suggested in a recent thread (http://forum.opencart.com/viewtopic.php?f=20&t=10229).

I've got the API credentials all set up in my PayPal account and in the payment module. Is there some other setting in my Pay Pal account that needs to be turned on for this to work properly? If anyone has any suggestions, I'm open to it. Please help!

Newbie

Posts

Joined
Thu Feb 04, 2010 12:37 am

Post by toytaco99 » Thu Feb 04, 2010 1:16 am

Just saw this error in the logs when I submit payment:

PHP Warning: curl_errno(): 46 is not a valid cURL handle resource in /home/popcake/public_html/store/catalog/controller/payment/pp_pro.php on line 161

Line 161 looks like this:

Code: Select all

if (!$response) {
			exit('DoDirectPayment failed: ' . curl_error($curl) . '(' . curl_errno($curl) . ')');
		}

Newbie

Posts

Joined
Thu Feb 04, 2010 12:37 am

Post by toytaco99 » Thu Feb 04, 2010 3:47 am

Finally figured out what was causing us the problem - SSL Curl was not enabled in my server's Apache config. I re-compiled Apache with SSL Curl turned on and that solved my issue. Just thought I'd post that here in case anyone else was stuck on this problem.

Newbie

Posts

Joined
Thu Feb 04, 2010 12:37 am
Who is online

Users browsing this forum: No registered users and 14 guests