Hi,
I installed a virtuemart shop with paypal payment (joomla 3.6.3, VM 3.0.18). The shop is working, but the IPN message does not change the state of the order.
The shop runs under HTTPs, our provider states, there are no problems with other shops and paypal payments. No error is thrown in the server log.
The thing where everything goes wrong, I can see in the server log:
##########################################
mydomain.com anon-202.paypal.com - - [24/Oct/2016:08:15:49 +0200] "POST /index.php?option=com_virtuemart&view=vmplg&task=notify&tmpl=component&lang= HTTP/1.1" 503 323 "-" "PayPal IPN (
https://www.paypal.com/ipn )"
###########################################
As you can see there is a http 503 at the last communication between virtuemart and Paypal.
My paypal.1.log.php contains a plgVmOnPaymentResponseReceived which has the correct order_number, but almost everything else is set to 0
Does anybody has an idea, where I can search for an error?
Thank you
Wolfgang :-)