Hi,
its running php 5.4, so I tried on a 5.6 and it worked.
I got it from wordpress repository. sorry didnt see the requirements before.
Thanks for the response
korntek
for now guys use this as a temporary solution, got mine to work after doing this, tested with live purchases and went smoothly.
Solution:
1. Find and open file: wp-content\plugins\woocommerce\includes\gateways\paypal\includes\class-wc-gateway-paypal-request.php
2. find line
replace
‘cancel_return’ => esc_url_raw( $order->get_cancel_order_url_raw() ),
to
‘cancel_return’ => urlencode( $order->get_cancel_order_url_raw() ),
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
from:
https://en.forums.wordpress.com/topic/priority-paypal-error
hopefully woocommerce gets this sorted fast.
-
This reply was modified 9 years ago by bdbrown.
-
This reply was modified 9 years ago by bdbrown.
-
This reply was modified 9 years ago by bdbrown.