Title: David Bisset's Replies | WordPress.org

---

# David Bisset

  [  ](https://wordpress.org/support/users/dimensionmedia/)

 *   [Profile](https://wordpress.org/support/users/dimensionmedia/)
 *   [Topics Started](https://wordpress.org/support/users/dimensionmedia/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dimensionmedia/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dimensionmedia/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dimensionmedia/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dimensionmedia/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dimensionmedia/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 145 total)

1 [2](https://wordpress.org/support/users/dimensionmedia/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dimensionmedia/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/dimensionmedia/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/dimensionmedia/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/dimensionmedia/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/dimensionmedia/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Remove WP Charitable from Stripe](https://wordpress.org/support/topic/remove-wp-charitable-from-stripe/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 weeks, 1 day ago](https://wordpress.org/support/topic/remove-wp-charitable-from-stripe/#post-18937934)
 * We are going to go ahead and close this thread for now. But if you’d like us 
   to assist further, please feel welcome to continue the conversation.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Settings not saving and cannot edit an existing page](https://wordpress.org/support/topic/settings-not-saving-and-cannot-edit-an-existing-page/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 weeks, 3 days ago](https://wordpress.org/support/topic/settings-not-saving-and-cannot-edit-an-existing-page/#post-18936343)
 * [@roes99](https://wordpress.org/support/users/roes99/) Thanks for reaching out
   and letting us know things are resolved and you found the checklist link. Even
   with this resolved, i’m going to pass this along to team and see if there needs
   to be any tweaking, assuming you are using the lastest version at the time of
   this writing. Appreciate the details and let us know if you have any further 
   questions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Remove WP Charitable from Stripe](https://wordpress.org/support/topic/remove-wp-charitable-from-stripe/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 weeks, 5 days ago](https://wordpress.org/support/topic/remove-wp-charitable-from-stripe/#post-18935050)
 * Hello! Sorry for the frustration, happy to help you get this sorted.
   Charitable
   uses Stripe Connect, the same standard OAuth integration used by Shopify, Substack,
   and most donation/commerce platforms. The connection only allows Charitable to
   create charges on your behalf… that permission is what lets donors enter their
   card on your donation forms and have the money flow straight into your Stripe
   account automatically. It does not give us access to your funds, bank details,
   or account settings, and you can revoke it at any time from either side.
 * Two ways to disconnect:
 * 1. From WordPress (if Charitable is still installed): In Charitable’s Stripe 
   settings, click “Disconnect this account.”
   2. From Stripe directly (works even
   if the plugin has been removed) – the UI may look slightly different, but in 
   your Stripe Dashboard, go to Settings, find Installed apps (or Connected accounts),
   locate Charitable, and click Revoke access. That’s it.
 * Happy to help answer further questions or with additional info (like a url) we
   can even confirm the disconnection.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Change /campaigns/ slug](https://wordpress.org/support/topic/change-campaigns-slug/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [1 month ago](https://wordpress.org/support/topic/change-campaigns-slug/#post-18928586)
 * [@callmejud](https://wordpress.org/support/users/callmejud/) Awesome! Glad we
   could help. Reach out if you need assistance again. Have a good one! 👍🏻
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Change /campaigns/ slug](https://wordpress.org/support/topic/change-campaigns-slug/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [1 month ago](https://wordpress.org/support/topic/change-campaigns-slug/#post-18927833)
 * [@callmejud](https://wordpress.org/support/users/callmejud/) thanks for reaching
   out – good question!
 * Yes, you can change the /campaigns/ slug using the charitable_campaign_post_type
   filter. Drop this into a snippet plugin (like WPCode) or your theme’s functions.
   php:
 * add_filter( ‘charitable_campaign_post_type’, function( $args ) {
   $args[‘rewrite’][‘
   slug’] = ‘campanyes’; // your translated slugreturn $args;} );
 * After saving, go to Settings -> Permalinks and click Save Changes to flush the
   rewrite rules… otherwise your campaign URLs will 404.
 * A couple of quick notes:
    - Keep the slug lowercase and URL-safe (no spaces or accented characters).
    - If your site is already live, set up redirects from the old /campaigns/… URLs
      to the new ones so you don’t lose links.
 * Hope that helps! Let me know if you have any questions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Issue with Stripe Webhook](https://wordpress.org/support/topic/issue-with-stripe-webhook-2/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 months ago](https://wordpress.org/support/topic/issue-with-stripe-webhook-2/#post-18873873)
 * [@fcoerezza](https://wordpress.org/support/users/fcoerezza/) Latest updates should
   have resolved this issue, so i’m going to go ahead and close this thread for 
   now. But if you’d like us to assist further, please feel welcome to continue 
   the conversation.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] I get an error accessing admin pages](https://wordpress.org/support/topic/i-get-an-error-accessing-admin-pages/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 months ago](https://wordpress.org/support/topic/i-get-an-error-accessing-admin-pages/#post-18873036)
 * We are going to go ahead and close this thread for now. But if you’d like us 
   to assist further, please feel welcome to continue the conversation.
 * Thanks!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Great support!](https://wordpress.org/support/topic/great-support-6575/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/great-support-6575/#post-18865288)
 * [@martinpineault](https://wordpress.org/support/users/martinpineault/) thank 
   you, we appreciate that… thanks for using Charitable!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Issue with Stripe Webhook](https://wordpress.org/support/topic/issue-with-stripe-webhook-2/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/issue-with-stripe-webhook-2/#post-18864790)
 * [@fcoerezza](https://wordpress.org/support/users/fcoerezza/) thanks for reaching
   out!
   I want to start by reassuring your Stripe integration is working correctly.
   The notice you’re seeing is a reporting mismatch following a recent update. Our
   new setup tool is currently optimized for all cases and because you are using
   the Stripe Connect method, the plugin is simply being over-cautious and triggering
   a warning even though your connection is perfectly healthy.
 * You can safely ignore the notice for now and apologize for the confusion. We 
   are releasing an update after the weekend to refine this logic specifically for
   Stripe Connect users, which will clear the message.
 * I’ll be happy to ping you here once that update is live so you can grab it and
   clear the alert. Thanks for your patience and let me know if you have any questions.
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Critical error after update to 1.8.10.1](https://wordpress.org/support/topic/critical-error-after-update-to-1-8-10-1/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/critical-error-after-update-to-1-8-10-1/#post-18864260)
 * [@cameronbq](https://wordpress.org/support/users/cameronbq/) Thank you for that
   confirmation! That is appreciated. Let me know if you run into anything else,
   happy to answer any questions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Critical error after update to 1.8.10.1](https://wordpress.org/support/topic/critical-error-after-update-to-1-8-10-1/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/critical-error-after-update-to-1-8-10-1/#post-18864253)
 * Hi [@cameronbq](https://wordpress.org/support/users/cameronbq/),
 * I am very sorry for the trouble here. Our team identified this specific issue
   involving a conflict in the Stripe integration logic shortly after the 1.8.10.1
   release. We have just pushed version 1.8.10.2 which contains a fix.
 * Since you have the plugin deactivated currently, you should be able to update
   to 1.8.10.2 via your dashboard or CLI and then reactivate the plugin. Even if
   you are not using the Stripe connection, this update ensures the migration check
   no longer triggers that fatal error. Could you give that version a try and let
   us know if it resolves the issue for you?
 * Thank you for your patience and for providing the detailed error log.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] I get an error accessing admin pages](https://wordpress.org/support/topic/i-get-an-error-accessing-admin-pages/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/i-get-an-error-accessing-admin-pages/#post-18864187)
 * [@af6fb](https://wordpress.org/support/users/af6fb/) thanks for reaching out.
 * The message you’re seeing is a PHP warning and nothing relatively serious. It
   should be a cosmetic issue that won’t break your site or block admin access (
   although it will be resolved in the next Charitable update).
 * Since the stack trace shows this is triggering in a sidebar widget on the front
   end, Charitable likely isn’t the source of your admin login issues. You can wait
   for the update but if you still want to disable the plugin, look for the folder
   named charitable in all lowercase in the plugins folder on your server: /wp-content/
   plugins/charitable/. If you can’t locate that folder, you may want to confirm
   with your host exactly where your site files are stored on the server.
 * Hope this helps. Let me know if you have any further questions.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Great support](https://wordpress.org/support/topic/great-support-6567/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/great-support-6567/#post-18855339)
 * [@ebfuser](https://wordpress.org/support/users/ebfuser/) thank you! you’ve been
   patient and kind as well. It’s great having you as Charitable users! Please continue
   to reach out if you need anything or want to share suggestions and feedback!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Charitable Plugin Integration with PayFast](https://wordpress.org/support/topic/charitable-plugin-integration-with-payfast/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [3 months, 4 weeks ago](https://wordpress.org/support/topic/charitable-plugin-integration-with-payfast/#post-18845892)
 * We are going to go ahead and close this thread. If you have further questions,
   let us know!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Charitable - Donation Plugin for WordPress - Fundraising with Recurring Donations & More] Charitable Plugin Integration with PayFast](https://wordpress.org/support/topic/charitable-plugin-integration-with-payfast/)
 *  Plugin Author [David Bisset](https://wordpress.org/support/users/dimensionmedia/)
 * (@dimensionmedia)
 * [4 months ago](https://wordpress.org/support/topic/charitable-plugin-integration-with-payfast/#post-18840486)
 * [@thefredjacobs](https://wordpress.org/support/users/thefredjacobs/)
 * Hello! Good to meet you.
 * Assuming you are referring to our official Charitable PayFast gateway add-on,
   the add-on has been consistently maintained and updated with various improvements
   and compatibility fixes since 2019. It is currently working well, and we have
   many customers successfully using it to process donations in South Africa today.
 * Questions about addons in the future should be directed toward our website since
   this wordpress.org forum is primarily for questions and support for the free 
   plugin.
 * Hope this helps! Thanks for reaching out!

Viewing 15 replies - 1 through 15 (of 145 total)

1 [2](https://wordpress.org/support/users/dimensionmedia/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dimensionmedia/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/dimensionmedia/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/dimensionmedia/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/dimensionmedia/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/dimensionmedia/replies/page/2/?output_format=md)