holybladder Posted November 7, 2020 Posted November 7, 2020 I'm getting a 500 error on return from Paypal, both using the Sandbox or Live. The payment and order seems to go through. From the look of it, the return is being directed to the wrong page - the return URL I've set, as per documentation, is: https://silverknife.co.uk/uncommonworks/index.php?fc=module&module=paypal&controller=logintoken It's then redirecting to, for example: https://silverknife.co.uk/uncommonworks/module/paypal/expresscheckout?id_cart=9&paymentId=PAYID-L6TNF7A04T47837T5547525W&token=EC-4AA84427V2577484V&PayerID=DU9R3T77F9C8G However, looking at the file structure via FTP, the module seems to be in /modules, not /module. Is something out of date maybe?
0 holybladder Posted November 8, 2020 Author Posted November 8, 2020 Okay, problem solved - I had debugging on but PHP error reporting was off. Turned it on and found this was a low memory error, the return from Paypal was just scraping over the limit of 32M. Increased the limit and it works fine. 2
Question
holybladder
I'm getting a 500 error on return from Paypal, both using the Sandbox or Live. The payment and order seems to go through.
From the look of it, the return is being directed to the wrong page - the return URL I've set, as per documentation, is:
https://silverknife.co.uk/uncommonworks/index.php?fc=module&module=paypal&controller=logintoken
It's then redirecting to, for example:
https://silverknife.co.uk/uncommonworks/module/paypal/expresscheckout?id_cart=9&paymentId=PAYID-L6TNF7A04T47837T5547525W&token=EC-4AA84427V2577484V&PayerID=DU9R3T77F9C8G
However, looking at the file structure via FTP, the module seems to be in /modules, not /module. Is something out of date maybe?
1 answer to this question
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