Hi, customers are getting this issue when trying to use stripe payment. “Unexpected Error communicating with STRIPE. If this problem persists, let us know at support@stripe.com. (Network error [errno 77]:)”
I have checked with stripe support, and it doesn’t seem to be an issue with them.
Hi, I just wanted to update that the issue seems to have been resolved once I changed the PHP version to 8.0.30.
On that note, could someone from the support team please advise on what is the best and most stable current version to use for WordPress, PHP and event expresso?
On that note, could someone from the support team please advise on what is the best and most stable current version to use for WordPress, PHP and event expresso?
The short answer is ‘the latest’.
If there is a newer version of WordPress, there’s usually bug fixes within it.
If there is a newer version of Event Espresso, there’s usually bug fixes within it.
Newer versions of PHP is tricky, never versions are ‘better’ (PHP8+ is much faster than previous versions) but also has breaking changes to code that worked in previous versions so it depends on the plugins you are using. PHP8 and PHP8.1 are usually fine, PHP8.2 can cause breakage (Event Espresso works fine with PHP8.2, other plugins may not).
“Unexpected Error communicating with STRIPE. If this problem persists, let us know at support@stripe.com. (Network error [errno 77]:)”
Errno 77 is a cURL error and usually means there’s an is with thr rootCA certificates in use on your server, updating PHP may have updated the version of cURL in use, or the root certificates. So its not technically a PHP issue, but a server config issue.
The error you receive is thrown by Stripe, you will see it in the error message. But good to hear about this case that stripe did not work with lower version of php.
We are currently using 8.0 up and We don’t see any conflict yet.
thanks
Viewing 2 reply threads
The support post ‘Stripe Payment Issue Err 77’ 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.