edsmiths Posted May 18, 2014 Share Posted May 18, 2014 Hi there, I'm stucked around this issue. I've read a couple of threads but couldn't find much help. My store already processed payments via paypal in some countries (all europeans) and I tested it just a few minutes ago, so I assume the module is funtional. I've a client from Germany that got a blank page after the checkout. Basicly the client cannot return to the store after the payment from the paypal page. Prestashop version - 1.5.6.0 Paypal module version - 3.6.8 There's the error log: Strict Standards: Declaration of Product::updateProductAttribute() should be compatible with that of ProductCore::updateProductAttribute() in /home/winersho/public_html/override/classes/Product.php on line 223 Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOSTREET in /home/winersho/public_html/modules/paypal/express_checkout/payment.php on line 94 Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOCITY in /home/winersho/public_html/modules/paypal/express_checkout/payment.php on line 97 Notice: Undefined index: SHIPTOSTATE in /home/winersho/public_html/modules/paypal/express_checkout/payment.php on line 98 Notice: Undefined index: SHIPTOZIP in /home/winersho/public_html/modules/paypal/express_checkout/payment.php on line 99 Fatal error: Uncaught exception 'PrestaShopException' with message 'Property Address->address1 is empty' in /home/winersho/public_html/classes/ObjectModel.php:837 Stack trace: #0 /home/winersho/public_html/classes/ObjectModel.php(255): ObjectModelCore->validateFields() #1 /home/winersho/public_html/classes/ObjectModel.php(596): ObjectModelCore->getFields() #2 /home/winersho/public_html/classes/Address.php(186): ObjectModelCore->update(false) #3 /home/winersho/public_html/classes/ObjectModel.php(417): AddressCore->update(false) #4 /home/winersho/public_html/modules/paypal/express_checkout/payment.php(199): ObjectModelCore->save() #5 {main} thrown in /home/winersho/public_html/classes/ObjectModel.php on line 837 Thanks in advance for any help. Ed Link to comment Share on other sites More sharing options...
edsmiths Posted May 19, 2014 Author Share Posted May 19, 2014 Anyone to point something that could be tweaked? Thanks, Ed Link to comment Share on other sites More sharing options...
Roders Posted November 30, 2014 Share Posted November 30, 2014 Also suddenly having this problem with every user, after 2 months of Paypal working properly it has now begun to display a white page after checkout?? Link to comment Share on other sites More sharing options...
Recommended Posts