You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Stripe Pro-Form shortcode/integration is used in conjuction with installed plugin WP Full Stripe, which also can handle Stripe payments, an error occurs.
How to reproduce:
User has reported on certain pages, such as when they include the cancellation shortcode, the following error would occur:
"Fatal error: Cannot redeclare class Stripe in /home/domain/public_html/wp-content/plugins/s2member-pro/includes/classes/gateways/stripe/stripe-sdk/lib/Stripe/Stripe.php on line 4"
Possible Cause:
WP Full Stripe using the same Stripe library that s2Member uses is causing the conflict.
(s2Member Pro) Conflict Resolution: This release resolves a conflict with the WP Full Stripe plugin and any other plugins that already load an existing copy of the Stripe SDK at runtime; in concert with s2Member Pro. See this GitHub issue if you'd like additional details.
Future comments on this issue will now be blocked. If you have any trouble please open a new issue and report it. A big thanks to all of our great supporters. Happy Holidays :-) ❄️
Reported Issue:
When a Stripe Pro-Form shortcode/integration is used in conjuction with installed plugin WP Full Stripe, which also can handle Stripe payments, an error occurs.
How to reproduce:
User has reported on certain pages, such as when they include the cancellation shortcode, the following error would occur:
"Fatal error: Cannot redeclare class Stripe in /home/domain/public_html/wp-content/plugins/s2member-pro/includes/classes/gateways/stripe/stripe-sdk/lib/Stripe/Stripe.php on line 4"
Possible Cause:
WP Full Stripe using the same Stripe library that s2Member uses is causing the conflict.
Original Ticket: https://websharks.zendesk.com/agent/tickets/8839
The text was updated successfully, but these errors were encountered: