Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Pippin Williamson

    (@mordauk)

    That is happening because your site is using a database or object cache that is incompatible with Transients Manager. It’s been on my list to add support for for a long time but I have not managed to get around to it.

    Just to add to this, we have the same problem for one site on a multisite install.

    With Redis Object Cache disabled, transients are shown, with it enabled, they are not shown. Flushing the cache doesn’t help either.

    Ignoring them with:

    define( ‘WP_REDIS_IGNORED_GROUPS’, [‘transient’, ‘site-transient’]);

    in wp-config.php allows them to be displayed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No transients shown’ is closed to new replies.