Title: marksabbath's Replies | WordPress.org

---

# marksabbath

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Redis] delete_user() flushing transients](https://wordpress.org/support/topic/delete_user-flushing-transients/)
 *  Thread Starter [marksabbath](https://wordpress.org/support/users/marksabbath/)
 * (@marksabbath)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/delete_user-flushing-transients/#post-14727486)
 * Never mind [@danielbachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * I’ve tried now with an update of that plugin and it seems that the issue is resolved.
 * Sorry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Redis] delete_user() flushing transients](https://wordpress.org/support/topic/delete_user-flushing-transients/)
 *  Thread Starter [marksabbath](https://wordpress.org/support/users/marksabbath/)
 * (@marksabbath)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/delete_user-flushing-transients/#post-14727471)
 * Hey, [@danielbachhuber](https://wordpress.org/support/users/danielbachhuber/)
   nice to see you around here 🙂
 * I’ve been looking into a site that creates a transient when adding a new user.
   That transient contains a key that is being used to validate the user by sending
   an email to the user with that key.
 * The plugin that actually does that all is masterstudy-lms-learning-management-
   syste
    m.
 * This particular plugin on its line 389 in the file /lms/classes/user.php deletes
   the user (wp_delete_user) that is currently saved in the transient (with the 
   key) and will be created after the activation via email.
 * On a site with wp-redis installed and activated, that transient that is being
   saved right before the wp_delete_user (same file, line 384) gets flushed when
   the plugin executes the wp_delete_user.
 * By deactivating wp-redis, this doesn’t happen anymore.
 * I’ve also made a modification to that plugin moving the wp_delete_user right 
   above the set_transient in the line 384 which fixes the problem as well, but 
   still, I’m kinda interested in why wp_delete_user is triggering a flush transients,
   at least in this particular site.
 * The core version currently in that site is 5.7.2. The version of the wp-redis
   is 1.1.2.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple URLs - Link Cloaking, Product Displays, and Affiliate Link Management] Error 404 after update](https://wordpress.org/support/topic/error-404-after-update-2/)
 *  [marksabbath](https://wordpress.org/support/users/marksabbath/)
 * (@marksabbath)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/error-404-after-update-2/page/2/#post-11650378)
 * Hey, [@thefiddler](https://wordpress.org/support/users/thefiddler/) I’d appreciate
   if you could provide access to the site (staging preferably) so I could be digging
   into that issue deeply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple URLs - Link Cloaking, Product Displays, and Affiliate Link Management] Error 404 after update](https://wordpress.org/support/topic/error-404-after-update-2/)
 *  [marksabbath](https://wordpress.org/support/users/marksabbath/)
 * (@marksabbath)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/error-404-after-update-2/#post-11649838)
 * Hey [@thefiddler](https://wordpress.org/support/users/thefiddler/) I’m currently
   investigating this case, but I’m not able to reproduce this in my development
   environment.
 * What I’ve been doing to try to reproduce this error is:
 * – Install an older version of the plugin;
    – Create a few redirects, make sure
   they work; – Update the plugin; – Check if the links are working.
 * Using this environment, I’m always getting the links working.
 * I was able to get some sort of error just like you’re reporting, but not after
   updating the plugin, but when updating the `slug` using a filter. To resolve 
   that, I’ve re-saved the permalink and it started to work. Another option would
   be running a wp-cli command like `wp rewrite flush --hard`.
 * Since you’ve tried re-saving the permalinks and it seems that this didn’t work,
   would you mind trying to run `wp rewrite flush --hard`?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple URLs - Link Cloaking, Product Displays, and Affiliate Link Management] Error 404 after update](https://wordpress.org/support/topic/error-404-after-update-2/)
 *  [marksabbath](https://wordpress.org/support/users/marksabbath/)
 * (@marksabbath)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/error-404-after-update-2/#post-11646250)
 * Hey, [@normang34](https://wordpress.org/support/users/normang34/) [@scottvs168](https://wordpress.org/support/users/scottvs168/)
   have you tried to re-save the permalinks + clear the cache (including the object
   cache if exists)?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple URLs - Link Cloaking, Product Displays, and Affiliate Link Management] Example URL that stopped working](https://wordpress.org/support/topic/example-url-that-stopped-working/)
 *  [marksabbath](https://wordpress.org/support/users/marksabbath/)
 * (@marksabbath)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/example-url-that-stopped-working/#post-11646249)
 * Hey, [@jvsteen](https://wordpress.org/support/users/jvsteen/) clearing the cache(
   object cache if exists as well) + a re-save on permalinks should resolve the 
   issue if that comes up again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Osom Author Pro] Is this plugin still maintained?](https://wordpress.org/support/topic/is-this-plugin-still-maintained-20/)
 *  Plugin Contributor [marksabbath](https://wordpress.org/support/users/marksabbath/)
 * (@marksabbath)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/is-this-plugin-still-maintained-20/#post-11101416)
 * Hey [@photoreview](https://wordpress.org/support/users/photoreview/) we have 
   a new version! Check it out at [https://wordpress.org/plugins/genesis-author-pro/](https://wordpress.org/plugins/genesis-author-pro/)
   🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Alante] pt_br translation](https://wordpress.org/support/topic/pt_br-translation-7/)
 *  Thread Starter [marksabbath](https://wordpress.org/support/users/marksabbath/)
 * (@marksabbath)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/pt_br-translation-7/#post-10194570)
 * Any news about this? Not seeing the translation approved still.
 * Best wishes,
    Marcos.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Claudio Sanches - Correios for WooCommerce] Erro “Não existe nenhum método de entrega…” para um único CEP](https://wordpress.org/support/topic/erro-nao-existe-nenhum-metodo-de-entrega-para-um-unico-cep/)
 *  [marksabbath](https://wordpress.org/support/users/marksabbath/)
 * (@marksabbath)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/erro-nao-existe-nenhum-metodo-de-entrega-para-um-unico-cep/#post-9062461)
 * Olá!
 * Sugiro desabilitar todos os plugins e efetuar um novo teste. Como você mesmo 
   comenta, em outros sites está funcionando corretamente. Há a possibilidade de
   ser um conflito com algum plugin/tema.

Viewing 9 replies - 1 through 9 (of 9 total)