-
- JohanD

-
Total Posts: 5
Joined: 2010-03-23
|
Hi,
I have a Magento 1.4.0.1 install and using Paypal Website Payments Pro. This worked fine for a couple of months. Now when a user wants to pay with paypal, there is an error shown:
Unable to start Express Checkout.
I did not update or did not core changes. Paypal says the error is in the Magento install. The error log says this;
exception 'Exception' with message 'Notice: Undefined index: ACK in /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Paypal/Model/Api/Nvp.php on line 600' in /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Core/functions.php:245 Stack trace: #0 /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Paypal/Model/Api/Nvp.php(600): mageCoreErrorHandler(8, 'Undefined index...', '/var/www/vhosts...', 600, Array) #1 /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Paypal/Model/Api/Nvp.php(558): Mage_Paypal_Model_Api_Nvp->_isCallSuccessful(Array) #2 /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Paypal/Model/Api/Nvp.php(368): Mage_Paypal_Model_Api_Nvp->call('SetExpressCheck...', Array) #3 /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Paypal/Model/Express/Checkout.php(211): Mage_Paypal_Model_Api_Nvp->callSetExpressCheckout() #4 /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Paypal/Controller/Express/Abstract.php(61): Mage_Paypal_Model_Express_Checkout->start('https://www.bik...', 'https://www.bik...') #5 /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Paypal_Controller_Express_Abstract->startAction() #6 /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('start') #7 /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Core/Controller/Varien/Front.php(177): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) #8 /var/www/vhosts/mywebsite.com/httpdocs/app/code/core/Mage/Core/Model/App.php(304): Mage_Core_Controller_Varien_Front->dispatch() #9 /var/www/vhosts/mywebsite.com/httpdocs/app/Mage.php(596): Mage_Core_Model_App->run(Array) #10 /var/www/vhosts/mywebsite.com/httpdocs/index.php(78): Mage::run('', 'store')
So I think I get no ACK back from paypal.
How can I solve this?
|