thisisit Posted June 4, 2010 Share Posted June 4, 2010 HiI need help figuring out Paypal v1.6. I realized there is additional page of redirect.php added into the module.What happened in my store:- buyer adding item in cart- click "pay by paypal" button- customer redirected to redirect.php page- error 500Ayone know what went wrong?update:Here is what I have found:1. Paypal v1.6 only works with new presta, 1.3.12. I was having file permission error Link to comment Share on other sites More sharing options...
thisisit Posted June 4, 2010 Author Share Posted June 4, 2010 From error log:PHP Fatal error: Call to undefined method Tools::ps_round() in /modules/paypal/redirect.php on line 47 Link to comment Share on other sites More sharing options...
rocky Posted June 5, 2010 Share Posted June 5, 2010 My guess is that you are trying to use the PayPal module from PrestaShop v1.3 in PrestaShop v1.2.5, which won't work since it relies on new functions added to classes/Tools.php. You should upgrade your entire site to PrestaShop v1.3.1, which has important security fixes. Link to comment Share on other sites More sharing options...
thisisit Posted June 22, 2010 Author Share Posted June 22, 2010 After a lot of working I decided to do clean installation of new prestashop version .1.3.1. New database, everything new. I even remove the old version.It still does not work. Still 500 error at redirect.phpWhat could possibly go wrong? Link to comment Share on other sites More sharing options...
rocky Posted June 22, 2010 Share Posted June 22, 2010 It might be a permissions error. Do the modules and modules/paypal directories have chmod 755 permissions and the paypal files have chmod 644 permissions? Have you followed all the instructions on the PayPal module's configuration page? Link to comment Share on other sites More sharing options...
thisisit Posted June 29, 2010 Author Share Posted June 29, 2010 It might be a permissions error. Do the modules and modules/paypal directories have chmod 755 permissions and the paypal files have chmod 644 permissions? Have you followed all the instructions on the PayPal module's configuration page? It works, I have no idea why it does not work the last time! Link to comment Share on other sites More sharing options...
FireHawk Posted February 21, 2011 Share Posted February 21, 2011 I get the redirect page coming up and then it goes no-where.Checked permissions and all are correct.Tred it with a sandbox and the redirect still doesn't work.Does this require SSL as there is a problem with my SSL at present so i have turned this off in the BO to carry on trying to setup and test stuff?I am on V 1.3.6.0 and using paypal v 1.7.1 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