MrBestwick Posted February 26, 2014 Share Posted February 26, 2014 Hi, when I click my PayPal payment method it takes me to .../modules/paypal/express_checkout/payment.php which is totally blank. Could anyone please explain this? I have all my API details inputted but it's still occurring Link to comment Share on other sites More sharing options...
PrestaShark Posted March 16, 2014 Share Posted March 16, 2014 (edited) I have the same! 1.5.6.2 + PP 3.6.6 ! Help! Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOSTREET in /home/xxx/modules/paypal/express_checkout/payment.php on line 94 Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOCITY in /home/xxx/modules/paypal/express_checkout/payment.php on line 97 Notice: Undefined index: SHIPTOSTATE in /home/xxx/modules/paypal/express_checkout/payment.php on line 98 Notice: Undefined index: SHIPTOZIP in /home/xxx/modules/paypal/express_checkout/payment.php on line 99 Fatal error: Uncaught exception 'PrestaShopException' with message 'Property Address->address1 is empty' in /home/xxx/classes/ObjectModel.php:837 Stack trace: #0 /home/xxx/classes/ObjectModel.php(255): ObjectModelCore->validateFields() #1 /home/xxx/classes/ObjectModel.php(596): ObjectModelCore->getFields() #2 /home/xxx/classes/Address.php(186): ObjectModelCore->update(false) #3 /home/xxx/classes/ObjectModel.php(417): AddressCore->update(false) #4 /home/xxx/modules/paypal/express_checkout/payment.php(199): ObjectModelCore->save() #5 {main} thrown in /home/xxx/classes/ObjectModel.php on line 837 Edited March 16, 2014 by kisweb (see edit history) Link to comment Share on other sites More sharing options...
PrestaShark Posted March 16, 2014 Share Posted March 16, 2014 this sucks... second install of clean ps1.5.6.2 + pp3.6,6 and white payment.php page!!!! Link to comment Share on other sites More sharing options...
maposka Posted March 27, 2014 Share Posted March 27, 2014 I have the same problem - any help there please??? Link to comment Share on other sites More sharing options...
PrestaShark Posted March 27, 2014 Share Posted March 27, 2014 @maposka Hi, Do You use sandbox enviroment for test or normal PayPal credentials? Link to comment Share on other sites More sharing options...
maposka Posted March 27, 2014 Share Posted March 27, 2014 normal PayPal credentials Link to comment Share on other sites More sharing options...
PrestaShark Posted March 27, 2014 Share Posted March 27, 2014 Can you turn dev mode on? defines.inc.php in config folder. change define('_PS_MODE_DEV_', false); to define('_PS_MODE_DEV_', true); Then make a paymeny via PP and on payment.php page You will see Errors. Please paste this errors in this topic Link to comment Share on other sites More sharing options...
urbitrend Posted June 14, 2014 Share Posted June 14, 2014 Any solutions to this problem? Link to comment Share on other sites More sharing options...
cliqadam Posted October 14, 2016 Share Posted October 14, 2016 (edited) these are the debug errors using PayPal v3.6.6 - by PrestaShop right after clicking on continue button on paypal Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOSTREET in /home/xxxx/public_html/modules/paypal/express_checkout/payment.php on line 71Notice: Undefined index: PAYMENTREQUEST_0_SHIPTOCITY in /home/hintofla/xxxx/modules/paypal/express_checkout/payment.php on line 74Notice: Undefined index: SHIPTOSTATE in /home/xxxx/public_html/modules/paypal/express_checkout/payment.php on line 75Notice: Undefined index: SHIPTOZIP in /home/xxxx/public_html/modules/paypal/express_checkout/payment.php on line 76Fatal error: Uncaught exception 'PrestaShopException' with message 'Property Address->address1 is empty' in /home/xxxx/public_html/classes/ObjectModel.php:837 Stack trace: #0 /home/xxxx/public_html/classes/ObjectModel.php(255): ObjectModelCore->validateFields() #1 /home/xxxx/public_html/classes/ObjectModel.php(596): ObjectModelCore->getFields() #2 /home/xxxx/public_html/classes/Address.php(186): ObjectModelCore->update(false) #3 /home/xxxx/public_html/classes/ObjectModel.php(417): AddressCore->update(false) #4 /home/xxxx/public_html/modules/paypal/express_checkout/payment.php(176): ObjectModelCore->save() #5 {main} thrown in /home/xxxx/public_html/classes/ObjectModel.php on line 837 Edited October 14, 2016 by cliqadam (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted October 15, 2016 Share Posted October 15, 2016 why are you using such an ancient version of the module.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now