News:

Support the VirtueMart project and become a member

Main Menu

Paypal (NEW API) doesn't work

Started by wuhao20003, December 18, 2010, 14:07:18 PM

Previous topic - Next topic

wuhao20003

Hello Guys

I am facing the following problem while using the Paypal (new api).
Picture 1.jpg and 2.jpg show my configuration. I am using a paypal sandbox to test my configuration.

After I checked out with the Paypal express (3.jpg), it only shows a blank page (4.jpg).

By the way, the paypal (legacy) is working well.

The following is the detail of my platform:
ubuntu 10.10
apache 2.2
mysql 5.1
php 5.3
joomla 1.5.22
Virtuemart 1.1.6


[attachment cleanup by admin]

piperpilot

#1
Something isn't right.  With the above settings, you should only see the "Express Checkout" button.  Do you have the correct modules enabled?  Make sure that Paypal is set for the HTML option on the initial config page.  Here is what my checkout looks like.

[attachment cleanup by admin]

wuhao20003

Hello Guys

I have solve this problem myself.
it seems that the following extension of PHP must be enabled.

# this one is in windows environment,  XAMPP software package
extension=php_curl.dll

otherwise the function curl_init() cannot be executed.


I think there should a corresponding module in ubuntu PHP configuration file.