- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
Commerce Stripe is now completely broken on my site. I am getting an error message that says "There are errors on the page. Please correct them and resubmit the form" when I try to make a Stripe payment.
Stripe tells me that they recently changed their checkout routines, and that this may be what is causing the error to appear.
I am using the most up to date Stripe API, and version 6.34.2 of the Stripe-PHP library. My commerce_stripe module is version 7.x-1.2, but when I try to do a drush update, drush tells me that there is no new code, so stripe_commerce 7.x-3.0-alpha3 [the developer recommended version] does not install.
Interestingly, webform_stripe appears to be working just fine.
IS THERE ANY PLACE THAT I CAN FIND IMMEDIATE SUPPORT FOR THIS???
When I use version 1.18.0 of the stripe-php library I get an error that says Unable to load Stripe library.
When I change the maximum_version variable in stripe_commerce to 6.34.2 [the latest version I downloaded] I get an error message that says Class 'Stripe' not found in commerce_stripe_submit_form_submit() (line 496 of /mysite/sites/all/modules/contrib/commerce_stripe/commerce_stripe.module).
Attempts to install the 7.x-3.0-alpha3 version of commerce_stripe using either the URL or the upload method also all fail
I finally tried to install 7.x-3.0-alpha3 by replacing the code in my commerce_stripe directory. Even after I did that, AMD deleted commerce_stripe from my system table, my modules menu still shows 7.x-1.2 installed.
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.