这是我的网站:http://saffronflavor.com 我使用magento v1.9.2.1,我设置了我的paypal设置,沙盒关闭,SSl关闭,所有来自paypal的特权已设置。 但我仍然得到这个错误:无法与PayPal网关通信 任何帮助PLZ?
谢谢
here is the log:
2015-10-25T02:16:09+00:00 ERR (3):
exception 'Exception' with message 'PayPal NVP CURL connection error #7: ' in /home/www/saffronflavor.com/app/code/core/Mage/Paypal/Model/Api/Nvp.php:983
Stack trace:
#0 /home/www/saffronflavor.com/app/code/core/Mage/Paypal/Model/Api/Nvp.php(616): Mage_Paypal_Model_Api_Nvp->call('SetExpressCheck...', Array)
#1 /home/www/saffronflavor.com/app/code/core/Mage/Paypal/Model/Express/Checkout.php(381): Mage_Paypal_Model_Api_Nvp->callSetExpressCheckout()
#2 /home/www/saffronflavor.com/app/code/core/Mage/Paypal/Controller/Express/Abstract.php(108): Mage_Paypal_Model_Express_Checkout->start('http://saffronf...', 'http://saffronf...', true)
#3 /home/www/saffronflavor.com/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Paypal_Controller_Express_Abstract->startAction()
#4 /home/www/saffronflavor.com/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('start')
#5 /home/www/saffronflavor.com/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#6 /home/www/saffronflavor.com/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#7 /home/www/saffronflavor.com/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#8 /home/www/saffronflavor.com/index.php(83): Mage::run('', 'store')
#9 {main}
-------------------------------
2015-10-25T02:16:09+00:00 DEBUG (7): Array
(
[url] => https://api-3t.paypal.com/nvp
[SetExpressCheckout] => Array
(
[PAYMENTACTION] => Sale
[AMT] => 12.00
[CURRENCYCODE] => USD
[RETURNURL] => http://saffronflavor.com/index.php/paypal/express/return/
[CANCELURL] => http://saffronflavor.com/index.php/paypal/express/cancel/
[INVNUM] => 100000001
[SOLUTIONTYPE] => Mark
[GIROPAYCANCELURL] => http://saffronflavor.com/index.php/paypal/express/cancel/
[GIROPAYSUCCESSURL] => http://saffronflavor.com/index.php/checkout/onepage/success/
[BANKTXNPENDINGURL] => http://saffronflavor.com/index.php/checkout/onepage/success/
[LOCALECODE] => en_US
[ITEMAMT] => 7.00
[TAXAMT] => 0.00
[SHIPPINGAMT] => 5.00
[L_NUMBER0] => 1gpoushali
[L_NAME0] => 1.00 g Poushali Negin Saffron
[L_QTY0] => 1
[L_AMT0] => 7.00
[BUSINESS] => devpills
[NOTETEXT] =>
[EMAIL] => parham(removed)
[FIRSTNAME] => parham
[LASTNAME] => abbasi
[MIDDLENAME] =>
[SALUTATION] =>
[SUFFIX] =>
[COUNTRYCODE] => MY
[STATE] =>
[CITY] => cyberjaya
[STREET] => block 1 floor 8 unit 03A domain bulding cyberjaya selangor
[ZIP] => 54687954
[PHONENUM] => (removed)
[SHIPTOCOUNTRYCODE] => MY
[SHIPTOSTATE] =>
[SHIPTOCITY] => cyberjaya
[SHIPTOSTREET] => block 1 floor 8 unit 03A domain bulding cyberjaya selangor
[SHIPTOZIP] => 54687954
[SHIPTOPHONENUM] => (removed)
[SHIPTOSTREET2] =>
[STREET2] =>
[SHIPTONAME] => parham abbasi
[ADDROVERRIDE] => 1
[METHOD] => SetExpressCheckout
[VERSION] => 72.0
[USER] => ****
[PWD] => ****
[SIGNATURE] => ****
[BUTTONSOURCE] => Magento_Cart_Community
)
[response] => Array
(
)
[__pid] => 31604
)
答案 0 :(得分:0)
我找到了解决方案,这是关于网络托管公司阻止它的Outgoing Connections,在与支持人员交谈之后,他们允许与PayPal网站的Outgoing连接。现在它的工作。
答案 1 :(得分:0)
要解决此问题,您可以按照以下说明操作:
<强> 1。禁用SSL验证。
您转到Magento后端,然后选择System-> Configuration-> Payment Methods
并找到PayPal Express Checkout
点击“Configure
”按钮,然后展开“Advanced settings
”部分,您会看到需要停用的“Enable SSL verification
”选项。我们把它变成“不”。
view more..