marksabbath
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Redis] delete_user() flushing transientsNever mind @danielbachhuber
I’ve tried now with an update of that plugin and it seems that the issue is resolved.
Sorry.
Forum: Plugins
In reply to: [WP Redis] delete_user() flushing transientsHey, @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.
Hey, @thefiddler I’d appreciate if you could provide access to the site (staging preferably) so I could be digging into that issue deeply.
Hey @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
slugusing 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 likewp 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?Hey, @normang34 @scottvs168 have you tried to re-save the permalinks + clear the cache (including the object cache if exists)?
Hey, @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
In reply to: [Osom Author Pro] Is this plugin still maintained?Hey @photoreview we have a new version! Check it out at https://ww.wp.xz.cn/plugins/genesis-author-pro/ 🙂
Forum: Themes and Templates
In reply to: [Alante] pt_br translationAny news about this? Not seeing the translation approved still.
Best wishes,
Marcos.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.