-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in stripe pro form for S2Member #295
Comments
Thanks for the bug report! |
[s2Member-Pro-Stripe-Form level="2" ccaps="" desc="$0.50 USD / Monthly On 11-08-2014 2:20 PM, JasWSInc wrote:
|
Just made a few attempts to reproduce this without success so far. @jerinsweans Is it possible that you are running another plugin that integrates with the Stripe API also? If you could list the other WordPress plugins that you have running together with s2Member that might be helpful. Thanks! In either case, I think we can add a check to help prevent the Stripe library from loading again in a case where it is being shared across other plugins. |
class_exists('Stripe'). Compatibility. See: wpsharks/s2member#295
class_exists('Stripe'). Compatibility. See: #295
The plugin with which S2Member made conflict is "Striper (Gateway using Stripe.js)". I uninstalled it and the issue was fixed. |
Great, thank you. That confirms what I suspected. The next release of s2Member will do it's very best to resolve this conflict. We're hoping for a release later this week. |
On submitting the sign-up form after adding the billing method, shows an error - "Fatal error: Cannot redeclare class Stripe in /home/guntrade/public_html/wp-content/plugins/s2member-pro/includes/classes/gateways/stripe/stripe-sdk/lib/Stripe/Stripe.php on line 4".
The text was updated successfully, but these errors were encountered: