• Resolved marcanor

    (@marcanor)


    Hi!

    When trying to use the plugin’s search feature to search for a transient entry, there is always the following error message: “Sorry, you are not allowed to access this page.”

    See this image for reference: https://imgur.com/vkVEPg7

Viewing 3 replies - 1 through 3 (of 3 total)
  • The problem is that the page-parameter is different when searching entries:
    the main page: wp-admin/tools.php?page=pw-transients-manager
    searching: wp-admin/tools.php?page=transients-manager&s=xyz

    I temporary fixed it:
    transients-manager.php line 152
    <input type=”hidden” name=”page” value=”pw-transients-manager”/> instead of
    <input type=”hidden” name=”page” value=”transients-manager”/>

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Thanks for the report! I’m pushing up an update to resolve it now.

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

The topic ‘Search Feature does not work’ is closed to new replies.