Jump to content

PayPal broken after upgrade


Recommended Posts

Hi,

 

Once you click the PayPal button to pay in checkout it jus loads a white screen on /modules/paypal/express_checkout/payment.php

 

Nothing happens. I tried loading an older version from my backup and the same thing.

 

On the admin panel under PayPal it says...

 

 

 

 

 

 

Error !

 

You need to provide your PayPal API credentials in step 3 in order to accept payments.

 

 

 

Yet I have... and I reentred them. Any ideas? Its running the latest version of the module too.

Link to comment
Share on other sites

Hi,n

 

do you uninstall this version and install after to make a newconfiguration ?

 

Yes. I downloaded again from Add Ons, and re entred all API again. It comes up with a "Congrats" message but still displays the error at the bottom. And still the blank white screen when trying to buy.

 

http://imgur.com/X0X6Hxc - Here is the error. BUt I'm more concerned about the blank white screen. Bascally I had updated my site from 1.4 to 1.5. Everything worked otherwise.

Edited by the_el_man (see edit history)
Link to comment
Share on other sites

And do you have any erreor message when you activate the Prestashop error message system ?

 

Warning: require_once(/URLHERE/controllers/OrderConfirmationController.php) [function.require-once]: failed to open stream: No such file or directory in /URLHERE/modules/paypal/express_checkout/submit.php on line 31

 

Fatal error: require_once() [function.require]: Failed opening required '/URLHERE/controllers/OrderConfirmationController.php' (include_path='.:/usr/lib/php5') in /URLHERE/modules/paypal/express_checkout/submit.php on line 31

Edited by the_el_man (see edit history)
Link to comment
Share on other sites

EDIT: Nope that just caused a load of errors. Back to square one.

The line that is causing the error is

 

 

if (_PS_VERSION_ < '1.5')

require_once(_PS_ROOT_DIR_.'/controllers/OrderConfirmationController.php');

 

 

LIke I said before the file is in controllers/front/

Edited by the_el_man (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...