• Resolved wojtekk

    (@wojtekk)


    Hi,

    After enabling the plugin I can no longer change post permalinks. I’m using WP 4.4.2 (latest) with the latest version of the plugin.

    What I’m doing:

    1. Go to “Edit post” page
    2. Modify the permalink
    3. Update the post

    After page reload I see success message, but still the old permalink.

    I was able to change permalink only by changing it directly in database and calling wp_cache_flush() later from the code.

    For me it looks like the problem with cache invalidation when permalink has changed.

    Can you please check it? Thank you!

    https://wordpress.org/plugins/wp-redis/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    I’m unable to reproduce, unfortunately 🙁

    I’m using WP 4.4.2 (latest) with the latest version of the plugin.

    WordPress doesn’t store a post’s permalink in the object cache, so I’m not entirely sure how WP Redis would be causing this problem.

    Just to verify, you’ve disabled all other plugins, have switched to the Twenty Sixteen theme, and the issue still reproduces?

    Thread Starter wojtekk

    (@wojtekk)

    Hi Daniel,

    Thanks for your reply. I tested it only by disabling object cache – after that, changing permalinks is working again normally.

    I’m also after tests with APC object cache and see the problem exists there too. So it looks like the problem is in my configuration when any object cache plugin is enabled.

    Will need to do further investigation.

    Thank you for your plugin and quick help.

    Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Ok. Let us know if you track down any relevant details.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot change post permalink’ is closed to new replies.