We are using PayPal Express and PayPal Pro as an option for customers on our site. Is there a special plugin required to use both on same PayPal account?
Ok, and that’s only when you apply the payment with PayPal Pro?
If you view the transaction for a registration this happened on (Event Espresso -> Registrations -> {Find the transaction and click on the TXN date} – http://take.ms/sYVxR)
What does it show for the payment’s gateway response field? – http://take.ms/MwWI3
There’s a fatal error being thrown on the payment call which is why you’re getting the error above, however, the credentials you send don’t include FTP details so I can’t investigate further. If you take a look at the servers error logs do you see any errors from Event Espresso within those?
Looking over the system information your memory limit is set at 40MB which is a little low, I’d recommend updating that, you can usually do that within your wp-config.php file using something like:
define('WP_MEMORY_LIMIT', '96M');
(or a higher value such as 256M if preffered)
I also noticed that cURL is disabled on the server, which may actually be causing the error your running into currently as the payment methods will attempt to use cURL for the connections. I’d recommend contacting your hosting company and have them enable cURL on your site.
Viewing 6 reply threads
The support post ‘URGENT: Getting error message with PayPal Pro’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.