Jump to content

Paypal module review page is blank


kotrs

Recommended Posts

I have Paypal module v3.7.2, when i confirm the payment, i am relinked from paypal page to my eshop page .../modules/paypal/express_checkout/payment.php?token=EC-XXXXXXXXXXXXXXXX&PayerID=XXXXXXXXXXXX ... but the page is blank.

 

Any idea?

 

Thank you.

Link to comment
Share on other sites

Thank, you...I will try it. I think, that the error is not in Paypal module, I had the blank page in the other cases, for example order confirmation in front office or saving pruduct changes in back office...I checked the log file and there was this error:

PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/prestashop/classes/cache/CacheMemcache.php on line 156
PHP Notice:  Trying to get property of non-object in /var/www/prestashop/cache/smarty/compile/5e/f2/49/5ef249b82880b7dd543535285fc7f59a2b33e408.file.view.tpl.php on line 120
Link to comment
Share on other sites

PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/prestashop/classes/cache/CacheMemcache.php on line 156

 

you should work with your host to increase the max execution time if you see this occurring frequently.  try 45 or 60 seconds

 
PHP Notice:  Trying to get property of non-object in /var/www/prestashop/cache/smarty/compile/5e/f2/49/5ef249b82880b7dd543535285fc7f59a2b33e408.file.view.tpl.php on line 120

 

this may or may not be a problem, you would have to determine what this template file is from, and if it really is causing a problem.

 

 

Link to comment
Share on other sites

×
×
  • Create New...