VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: nickon2 on January 14, 2015, 20:09:59 PM

Title: paypal 404 when canceling an order
Post by: nickon2 on January 14, 2015, 20:09:59 PM
Hi,

I just setup the paypal plugin and it redirects me OK to the paypal site but when canceling the order on the paypal page it returns me to an 404 page
It seems to be an sef problem (although I use the standard joomla sef only ), as when I disable the sef it is OK
the non-sef url is
/index.php?option=com_virtauemart&view=pluginresponse&task=pluginUserPaymentCancel&on=04c5095&pm=6&Itemid=0
and with the sef on the link is
/%1A%1A-%1A%1A%1A%1A%1A%1A-%1A%1A%1A/pluginresponse/pluginUserPaymentCancel.html?on=8d74096&pm=6

How can I fix this?

Using joomla 2.5.11
vm 2.0.22d
php 5.3.3


Thanks
Title: Re: paypal 404 when canceling an order
Post by: nickon2 on January 14, 2015, 21:35:16 PM
Status update:

I found that if I replace

/%1A%1A-%1A%1A%1A%1A%1A%1A-%1A%1A%1A/pluginresponse/pluginUserPaymentCancel.html?on=8d74096&pm=6
with

προϊόντα/pluginresponse/pluginUserPaymentCancel.html?on=8d74096&pm=6

Note that "προϊόντα" is the sef for virtuemart as the site is in Greek.
Hope it helps someone to help me

Kind Regards
Title: Re: paypal 404 when canceling an order
Post by: AH on January 14, 2015, 21:50:51 PM
option=com_virtauemart

Was that a cut and paste error?

If not, this is incorrect

com_virtuemart
Title: Re: paypal 404 when canceling an order
Post by: nickon2 on January 16, 2015, 23:40:45 PM
thanks Hutson,

It was a cut and paste error. I upgraded to 2.0.26d (not to 2.6 due to my php version that is 5.3.3 and not 5.3.10) and now paypal works ok. But now I have other problems...  :(
Title: Re: paypal 404 when canceling an order
Post by: nickon2 on January 16, 2015, 23:52:43 PM
The new problems are here I you can help

http://forum.virtuemart.net/index.php?topic=127752.0

Kind Regards
Title: Re: paypal 404 when canceling an order
Post by: AH on January 17, 2015, 00:23:46 AM
thanks for reporting back