WPIntell

Source evidence

Form hangs on submit

WP Stripe · support · 2014-08-27T18:36:00+00:00

complaintsentiment
highseverity
1.0relevance
6replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 47 rows with source links

12.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

41 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
hhassan05 unresolved
When I fill in the form using test data the form hangs on the submit button, just a spinning circle. No errors are showing https://wordpress.org/plugins/wp-stripe/ I have exactly the same issue. Any ideas? Disabled all plugins and installed on a clean TwentyTwelve theme, but still no luck. I just had the same problem. I think some spaces somehow appeared in the API key settings. I read another thread that said to remove them and it worked for me. Hope that helps! I’m experiencing the same. Looking at the test transactions in Stripe, it looks like the payment is processed successfully, but no message is ever displayed to the user. Instead, the spinner keeps spinning and the page remains greyed out. Hi All, I’m seeing the same – from the logs, it’s stopping on the following error: PHP Fatal error: Call to undefined function sprint_f() in /var/www/html/wp-content/plugins/wp-stripe/includes/stripe-functions.php on line 190 Looking at stripe-functions.php, we see sprint_f( , which should be sprintf( If that’s corrected, I now see the following error instead of the beachball: Oops, something went wrong (Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com . (Network error [errno 77]: Problem with the SSL CA cert (path? access rights?))) Looking at that error, it looks like something has broken with the ability to open SSL connections. My yum.log shows we updated to openssl-1.0.1e-30.el6_5.2.x86_64 about 8 days ago, which is about when credit card submissions to our site stopped. So I think: * The OpenSSL update caused wp-stripe to not be able to make connections (not sure why just yet) * The error touched a part of the code with the sprint_f instead of the sprintf in place, which we don’t normally see Now to figure out why… Tony It looks like the hang was being caused by the use of sprint_f() which didn’t exist, but was masking the issue with the server not being able to verify SSL connections to Stripe. Restarting apache cleared the error and it’s now working as hoped – thanks Noel for the plugin! Tony Hi, When I submit a payment, the spinner goes on now but the payment does go through to Stripe, but instead of seeing the success message. Also when I press the “Payment” button I get a pop up of some other website then the Stripe payment popup is seen. Is this some sort of virus. Also on firefox the words in the fil-in fields are no longer legible. This started happening after I upgraded wordpress. Can anyone help please? Ken

Comments

6 shown
thecatweasel 2014-09-03T17:41:00+00:00

I have exactly the same issue. Any ideas? Disabled all plugins and installed on a clean TwentyTwelve theme, but still no luck.

remtheory 2014-09-12T17:55:00+00:00

I just had the same problem. I think some spaces somehow appeared in the API key settings. I read another thread that said to remove them and it worked for me. Hope that helps!

StevenSokulski 2014-09-16T16:12:00+00:00

I’m experiencing the same. Looking at the test transactions in Stripe, it looks like the payment is processed successfully, but no message is ever displayed to the user. Instead, the spinner keeps spinning and the page remains greyed out.

rajclark 2014-10-28T05:29:00+00:00

Hi All, I’m seeing the same – from the logs, it’s stopping on the following error: PHP Fatal error: Call to undefined function sprint_f() in /var/www/html/wp-content/plugins/wp-stripe/includes/stripe-functions.php on line 190 Looking at stripe-functions.php, we see sprint_f( , which should be sprintf( If that’s corrected, I now see the following error instead of the beachball: Oops, something went wrong (Unexpected error communicating with Stripe. If this problem persists, let us know at support@stripe.com . (Network error [errno 77]: Problem with the SSL CA cert (path? access rights?))) Looking at that error, it looks like something has broken with the ability to open SSL connections. My yum.log shows we updated to openssl-1.0.1e-30.el6_5.2.x86_64 about 8 days ago, which is about when credit card submissions to our site stopped. So I think: * The OpenSSL update caused wp-stripe to not be able to make connections (not sure why just yet) * The error touched a part of the code with the sprint_f instead of the sprintf in place, which we don’t normally see Now to figure out why… Tony

rajclark 2014-10-28T06:42:00+00:00

It looks like the hang was being caused by the use of sprint_f() which didn’t exist, but was masking the issue with the server not being able to verify SSL connections to Stripe. Restarting apache cleared the error and it’s now working as hoped – thanks Noel for the plugin! Tony

kapplej15 2015-03-22T04:44:00+00:00

Hi, When I submit a payment, the spinner goes on now but the payment does go through to Stripe, but instead of seeing the success message. Also when I press the “Payment” button I get a pop up of some other website then the Stripe payment popup is seen. Is this some sort of virus. Also on firefox the words in the fil-in fields are no longer legible. This started happening after I upgraded wordpress. Can anyone help please? Ken