Posted: May 5, 2016 at 8:02 am
|
Hi EE4 Support team, I have downloaded and installed the stripe plugin but when I try to activate it it times out. any ideas? I have deleted the plugin and reenabled it. Im on Version 4.8.38.p . Thanks Lucy Here is the php fpm slow query log: `[05-May-2016 14:58:25] [pool www] pid 2098 |
|
Addtional Logs: 2016/05/05 14:58:45 [error] 1996#0: *218 readv() failed (104: Connection reset by peer) while reading upstream, client: 86.187.161.165, request: “GET /wordpress/wp-admin/admin.php?page=espresso_payment_settings&action=default&payment_method=stripe_onsite&_wpnonce=de37bdf089&default_nonce=de37bdf089&return=activate_payment_method HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php5-fpm-pool1.sock:”, referrer: “/wordpress/wp-admin/admin.php?page=espresso_payment_settings” |
|
Just in case I’m using Striple Plugin Version 1.0.12.p with Version 4.8.38.p of espresso. thank you again Lucy |
|
Sorry I was not clear when I used the term activate, it seems to activate fine in the plugins section but when I activate it in the payments section it times out. |
|
This works fine on my test server but on my production server it times out. The code base it exactly the same, so im thinking its a data issue. So I tried compeltely unistalling the stripe plugin yet I still see an entry in the database. Is it safe to manually delete this entry? SELECT * FROM wp_esp_payment_method;
thank you Lucy |
|
Hi guys, I think I found what the issue is. Why are you making a curl call to find the payment logo on my server. Its looking for https which my srver is not.
|
Hi Lucy, Event Espresso will check to see if your website is using HTTPS and if it is, then it will use HTTPS for the button URLs so that you don’t get insecure content issues during registration checkout. It sounds like that isn’t working on your live/production server and there is a filter to deactivate it. Could you try dropping this into your child theme or a site specific plugin (https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/)? https://gist.github.com/anonymous/5dd0693b8b60156298fb276b32513c77 One other note is that Stripe does recommend (https://support.stripe.com/questions/should-i-serve-my-payment-pages-over-ssl) an SSL certificate for payment processing so I would pick one up from your web host or a service like NameCheap. — |
|
|
Thank you Lorenzo for looking into this for me. Agreed on SSL certificate but at the moment I dont have the time to implement it. I’ll try your temporary fix until I set SSL up. |
|
Thanks Lorenzo, your fix works. You can close this ticket. |
The support post ‘EE4 Stripe Add On Time out’ 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.