Forum Replies Created

Viewing 15 replies - 1 through 15 (of 1,335 total)
  • Ben Meredith

    (@benmeredithgmailcom)

    Hi @chicsouq

    Glad to see you testing out our solution!

    Without more information on your exact setup this is going to be difficult for us to troubleshoot. I just had our team generate two different lighthouse reports on some test sites we have, and before installing StellarPay, the the sites scored a 95. After installing, they scored a 94. So we do see some impact, but not enough to justify big moves to mitigate things.

    If you have more details about your setup that is seeing issues, we’re happy to dig in and see how the StellarPay codebase might not be playing well with your system.

    Are the performance issues you’re seeing primarily on the front end or for logged-out users, or more in the back end for site administrators? Since our solution heavily relies on Stripe itself for much of the data that it displays on the back end, factors like how many products are in your Stripe account as well as phyical distance from the Stripe servers can play a part in sluggishness.

    Either way, we’re happy to dig in and see what we can do to help.

    Ben Meredith

    (@benmeredithgmailcom)

    Hi there!

    If the plugin files are not there, that’s the first thing you need to fix. Either manually or by attempting to reinstall the plugin from the WordPress dashboard, go ahead and try to re-add the plugin. That should resolve everything.

    It sounds like the lines added to wp-config.php (for configuring the Solid Mail connection) are still there, and mucking things up because the plugin itself is not there. Reinstalling it should work, if there’s truly no directory in the /plugins/ directory related to Solid mail.

    Let us know if that doesn’t resolve things, we’re happy to help!

    Ben Meredith

    (@benmeredithgmailcom)

    Hey @sdagency !

    Thanks for this thoughtful and thorough review. We’re working with you in the support system, in three ways:

    First, when you’ve pointed out some of these issues, we’ve found ways to address them in the product. You’re helping to make Kadence better!

    Second: When there’s something that can be made more clear in our documentation (like the potentially confusing naming of things when switching from Divi to a more native-Gutenberg experience) we’ve gone and updated the documentation. Your insight has been a hug help. We’re not Divi experts, and we love smoothing out the transition from them to us.

    Third: When there are workarounds or ways to understand the Kadence/Gutenberg interface better, we’ve been directing you with those changes.

    (34 tickets so far! Keep ’em coming!)

    Your success (and your clients!) is our number one priority. I look forward to earning back those missing stars.

    Ben Meredith

    (@benmeredithgmailcom)

    Hey @brendanapimani !

    Glad you reached out here. The error Class "WP_PHPMailer" not found indicates a problem “above the level” of Solid Mail. I’ll explain in detail below, but the “quick fix” here is to ensure that your WordPress installation itself is complete and that nothing has prevented the default WP_PHPMailer class from loading. That class can sometimes be blocked by overzealous hosts or maybe a firewall plugin or something, or it could be evidence of your WordPress installation being somehow incomplete.

    The short answer: this indicates a non-standard WordPress installation, and Solid Mail requires that class to do anything.

    Longer explanation:

    WordPress creates a PHP “class” to send emails, which is essentially extending the PHPMailer class. That class creates a wp_mail() function, which in turn is what Solid Mail (and other plugins) can extend to make email more reliable in WordPress. You can read more about that whole process here: https://solidwp.com/documentation/general-wp/learn-more/understanding-email-deliverability-in-wordpress/

    All of that is built on the premise that WP_PHPMailer is available. On your site, it’s saying that calss is not available, which is something either your web host has control over, or some third-party software is hijacking WP_PHPMailer in a way that makes Solid Mail not able to function on your site.

    Ben Meredith

    (@benmeredithgmailcom)

    Hey @arnaudbroes glad you reached out here!

    This feature (adding support for product variants) sets the stage so that we *can* add support for upgrading and downgrading subscriptions, but that particular feature is not live yet. It’s on a relatively short list of features we are looking to add soon, but for now it’s still not possible.

    I’ve added your name to the list of folks to alert when and if that feature is implemented. I don’t have a firm timeline on it at all at this point.

    Thanks again for reaching out! I’m going to mark this as “resolved” here on the forums, but if you have additional needs don’t hesitate to reach out again!

    Ben Meredith

    (@benmeredithgmailcom)

    Hey Folks! This is an interesting find. We did make some changes in a release on the 18th that affected logging (specifically, some changes that prevented emails that were still pending from appearing in the logs as sent), and it looks like those changes have broken on existing installs.

    This workaround of deactive/reactivate is easy enough, but I am also going to escalate to our team to see if there’s a way to fix the problem for users who don’t happen to swing by the support forums to see the fix.

    The best news with this issue is that emails are still sending, so there’s no disruption for end users. But it’s annoying for admins who want to see those logs, if they are not there.

    Thanks for flagging this, and I’ll keep you (and the watching world) posted on any fix from our end.

    Ben Meredith

    (@benmeredithgmailcom)

    Well, today got away from me, and then when I finally sat down to test this, my test site crashed (unrelated to StellarPay)

    I’ll spin up a new test site tomorrow and give this another go.

    In the meantime, it still sounds like even on live mode something’s not right about those webhooks. Can you confirm that webhooks are set correctly in your Stripe account? That would account for the “pending” displayed to the user, among other weirdnesses.

    Thanks!

    Ben Meredith

    (@benmeredithgmailcom)

    Hey @gholtslander

    Apologies for the slow turnaround here.

    I have to assume (because I am confident that this notification is not proceeding from StellarPay’s implementation of Stripe… we’ve never supported the older method of accepting Stripe payments that would trigger this alert) that your Stripe account is also collecting payments from some integration that is still using that old method.

    If you haven’t already, I’d reach out to Stripe customer service (they are generally fantastic in my experience) and ask them what specifically is triggering that notification. I’d bet it’s something like an old WooCommerce Stripe connection, or something.

    I’m happy to dig into it further, but remain pretty confident that this is some other integration with Stripe causing the issue.

    Ben Meredith

    (@benmeredithgmailcom)

    First issue: Pending + no emails in Test Mode:
    This is almost certainly due to you having connected to a live Stripe account in live mode. Behind the scenes, what happens behind the scenes when you connect to Stripe is that a webhook is set up to alert the site that one of a few events has taken place. By default, that webhook is set up for Live mode transactions, not test mode. To test a transaction without real money, head over to https://dashboard.stripe.com/test/webhooks and configure a webhook endpoint that matches your live one at https://dashboard.stripe.com/webhooks and that problem should be resolved. (As a note, I noticed that our docs didn’t mention that, and added it to that section before replying here. Thanks for helping me make the docs better!)

    I’m going to run some more thorough tests tomorrow, but I figured I’d go ahead and answer the one I knew right away.

    • This reply was modified 9 months, 2 weeks ago by Ben Meredith. Reason: typo
    Ben Meredith

    (@benmeredithgmailcom)

    Hey @poancia perhaps I should read before saying “reach back out” to make sure that you haven’t already.

    I’m looking into this issue now, but nearing the end of my day. I will definitely get you a comprehensive reply (to match the comprehensive post here!) tomorrow at the latest. I’ll start by trying to replicate the issues you are seeing, and see if I can.

    Stay tuned.

    Ben Meredith

    (@benmeredithgmailcom)

    Hey @poancia!

    Apologies for the slow turnaround here.

    You should be able to use StellarPay alongside those other gateways with no issue. If you run into any trouble, feel free to reach back out here, and we’ll be sure to help sort out any conflicts that arise!

    Have a great day!

    Ben Meredith

    (@benmeredithgmailcom)

    Hey @georgewp24 !

    I’m the head of support here, and I just checked through our internal systems to get a bit more context here, but I’m having trouble finding a ticket that is definitively yours.

    We’re constantly making updates to the site and documentation, and I would love the chance to earn back your trust here. Can you share more specifically what the issues are with your site, and what is confusing about getting Solid Security set up? I’m very keep to use your experience to directly update the docs themselves (if not the entire onboarding experience of the plugin).

    Please also share a ticket number so that if possible we can take this conversation to our ticketing system to be able to give you the fastest resolution and best support possible.

    I look forward to earning back those 4 missing stars!

    Ben Meredith

    (@benmeredithgmailcom)

    Hey @patrick-b!

    We are actively patching and test a new release to fix a recent security issue. You’re correct that we are not adding new features to WPComplete, but we intend to support it as long as we can to maintain existing functionality.

    Ben Meredith

    (@benmeredithgmailcom)

    I just attempted on my test site to go through the onboarding steps for 2fa (once on camera after a different time off camera) and had no trouble, so I am not sure what might be causing your issues, but I’m keen to get to the bottom of it.

    Thanks!

    Ben Meredith

    (@benmeredithgmailcom)

    …and I am juuuust now putting together that you are doing the 2FA onboarding, not the general onboarding. Let me try that on my test site to see if I see what you are seeing. Hold please.

Viewing 15 replies - 1 through 15 (of 1,335 total)