the_el_man Posted August 5, 2013 Share Posted August 5, 2013 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 More sharing options...
jeckyl Posted August 5, 2013 Share Posted August 5, 2013 Hi,n do you uninstall this version and install after to make a newconfiguration ? Link to comment Share on other sites More sharing options...
the_el_man Posted August 5, 2013 Author Share Posted August 5, 2013 (edited) 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 August 5, 2013 by the_el_man (see edit history) Link to comment Share on other sites More sharing options...
jeckyl Posted August 5, 2013 Share Posted August 5, 2013 And do you have any erreor message when you activate the Prestashop error message system ? 1 Link to comment Share on other sites More sharing options...
the_el_man Posted August 5, 2013 Author Share Posted August 5, 2013 (edited) 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 August 5, 2013 by the_el_man (see edit history) Link to comment Share on other sites More sharing options...
the_el_man Posted August 5, 2013 Author Share Posted August 5, 2013 It seems to be looking for a file (OrderConfirmationController.php) that is actually in controllers/front/OrderConfirmationController.php. Do you think this is the issue and how could I solve this? Thanks so much for your help btw. Link to comment Share on other sites More sharing options...
jeckyl Posted August 5, 2013 Share Posted August 5, 2013 Do you test it without maintenance mode ? Link to comment Share on other sites More sharing options...
the_el_man Posted August 5, 2013 Author Share Posted August 5, 2013 Yes I tested it Live and with maintenance. Link to comment Share on other sites More sharing options...
jeckyl Posted August 5, 2013 Share Posted August 5, 2013 Prestashop version and paypal module version ? 1 Link to comment Share on other sites More sharing options...
the_el_man Posted August 5, 2013 Author Share Posted August 5, 2013 Prestashop version and paypal module version ? 1.4.5.1 and 3.5.7 Do you think its I could just make a copy of the OrderConfirmationController.php back into the controllers directory? Link to comment Share on other sites More sharing options...
the_el_man Posted August 5, 2013 Author Share Posted August 5, 2013 (edited) 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 August 5, 2013 by the_el_man (see edit history) Link to comment Share on other sites More sharing options...
the_el_man Posted August 5, 2013 Author Share Posted August 5, 2013 Anyone? Link to comment Share on other sites More sharing options...
Recommended Posts