cenode
Forum Replies Created
-
Forum: Plugins
In reply to: [Direct Stripe] Cannot make Subscriptions workok wp_debug showed some errors from depreciated theme code and old plugin code that no longer works. I fixed those errors and continued troubleshooting. I found out that the plugin worked with the permalink setting to the default ?123 setting however this wouldn’t work so I then figured it had to do with how I setup the nginx configuration for the website and sure enough changing that allowed It to work I then found out this stripe plugin conflicts with another plugin I had been using wp stripe and was causing fatal errors in finding class Stripe\Stripe so disabling that plugin seemed to be the last step in fixing it except because I had used the same email in stripes test mode it has gotten stuck and would not process in live mode changing the email address allows transactions to complete as expected. definitely went full circle fixing this one.
Forum: Plugins
In reply to: [Direct Stripe] Cannot make Subscriptions workI deleted the plugin from the WordPress dashboard and installed it again from there and it appears to have the same issue. Oddly enough it didn’t remove my keys for stripe after deleting it even though it disappears from the plugin list. if it helps at all Im running this on a VPS with a strict firewall and it doesn’t have ftp at all. it is also being accelerated from cloud flare which auto minifies html js and css. cloud flare also provides ssl certificates for https. I have tried disabling cloud flare and all other plugins it still seems to not work. I’m clueless, hopefully you might have an idea.
Forum: Plugins
In reply to: [Direct Stripe] Cannot make Subscriptions workI also don’t want to have a coupon enabled but am unsure how to do that.