Closed (fixed)
Project:
e-Commerce
Version:
5.x-4.0-alpha11
Component:
ec_checkout
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2008 at 22:19 UTC
Updated:
16 Apr 2010 at 12:57 UTC
Jump to comment: Most recent
Comments
Comment #1
cgarvis commentedI also have this same bug. I running the latest drupal 5.7 on a local XAMP.
Comment #2
cgarvis commentedI think I have hunted down the problem. I'm using the Paypal Pro as the gateway and it seems that the connection to paypal is erroring out and the module doesn't know how to handle this. The problem is in "paypal_api_comms":
So the problem is happening at:
parse_str(str_replace("\n", '', $ret->data), $response);The response is returning the object $ret as:
Comment #3
hass commentedA drupal_http_request response should every time be checked for status code 200 to be save...
Comment #4
sodani commentedI'm getting this problem too. I've tried on 2 different environments (local and remote) and am getting the same thing. One thing I've noticed is that there's no where to enter in your paypal account information - I believe this is crucial for it to redirect to paypal.com properly. Perhaps this is part of the problem.
Comment #5
sodani commentedActually, I just tried with the Authorize.net payment gateway and I'm getting the same result, so I guess the problem wasn't with the paypal module...
Comment #6
matt@antinomia commentedSubscribing...
I'm getting an endless redirect loop when I click the "Place your order" button, whether I have Auth.net, COD, or no payment method enabled. Using 5.x-4.x-dev.
Comment #7
cgarvis commentedIf you are using XAMP, then XAMP is your problem. XAMP has issues with OpenSSL and PHP. Still this function should catch the error thrown by drupal_http_request.
Comment #8
cbernick commentedHas anyone been able to figure this out? This error is a total roadblock for me being able to stand up DrupalECommerce for my site.
Thanks.
Comment #9
Anonymous (not verified) commentedI too am getting this error.
I have Drupal 5.7 with the cart and checkout modules, but without any payment modules enabled.
Comment #10
Anonymous (not verified) commentedForgive me if I'm doing the wrong thing, but I changed the priority to critical as I can't use my ecommerce site until this gets fixed...
Comment #11
shunshifu commentedsame issue here
Comment #12
jonathan_hunt commentedHaven't tried ec-4.x yet, but is this 'normal' caching issue on 3.4 relevant? http://drupal.org/user/28976
Comment #13
Anonymous (not verified) commentedComment #14
hass commentedIs this bug fixed?
Comment #15
mo6Try to disable caching in Drupal and see if this fixes the problem.