I have a Drupal 5 site with E-Commerce 5.x-3.3 which has been up and working for while, like a year maybe.
Today they write me and say people can't pay. I checked it out and the site is fine, BUT when I click to pay and it sends me to paypal.com, I get a blank page. IE and FF. I asked them to send me the password for their account so I can call PayPal and TRY to speak to a human, but do any humans here know anything about this?
Seems to me that something happened at PayPal. Maybe it's just temporary?
Thanks.
Quoting Fred Jones fredthejonester@gmail.com:
I have a Drupal 5 site with E-Commerce 5.x-3.3 which has been up and working for while, like a year maybe.
Today they write me and say people can't pay. I checked it out and the site is fine, BUT when I click to pay and it sends me to paypal.com, I get a blank page. IE and FF. I asked them to send me the password for their account so I can call PayPal and TRY to speak to a human, but do any humans here know anything about this?
Seems to me that something happened at PayPal. Maybe it's just temporary?
Does it make it to the paypal site (url address in the input bar)? If not maybe you're blowing memory and need to set a new memory_limit value.
-- Earnie http://r-feed.com Make a Drupal difference and review core patches.
Hi,
It is most likely the URL which you are being redirected to on Paypal. The old method which 3.x uses has been removed from use on PayPal.
You will need to update the url to https://www.paypal.com/cgi-bin/ webscr which should fix the problem
Gordon.
On 12/12/2008, at 6:54 AM, Fred Jones wrote:
I have a Drupal 5 site with E-Commerce 5.x-3.3 which has been up and working for while, like a year maybe.
Today they write me and say people can't pay. I checked it out and the site is fine, BUT when I click to pay and it sends me to paypal.com, I get a blank page. IE and FF. I asked them to send me the password for their account so I can call PayPal and TRY to speak to a human, but do any humans here know anything about this?
Seems to me that something happened at PayPal. Maybe it's just temporary?
Thanks.
[ Drupal support list | http://lists.drupal.org/ ]
Seems that's it. Thank you!!
It is most likely the URL which you are being redirected to on Paypal. The old method which 3.x uses has been removed from use on PayPal.
You will need to update the url to https://www.paypal.com/cgi-bin/ webscr which should fix the problem