• Hello!

    I’d like to use the plugin with my multisite installation but I can’t change any settings, I get the following error messages:
    – in the multisite editing area (settings-user-role-editor.php): “Security check failed”
    – in the settings of the page (users-user-role-editor.php): “URE: Wrong or expired request” and “Wrong or older request (invalid nonce value). Action prohibited.”

    What can I do, what I am missing?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Hi,

    It seems like URE is not compatible with your multisite environment. Do you use domain mapping?

    Error messages are related to the checking of the special wp_nonce value URE added to the GET/POST request for security reasons. I suppose that request may lose this value after redirection to the mapped domain.

    Thread Starter elisabau

    (@elisabau)

    Hi!
    Yes, that’s it! I had problems with the login cookies so I’ve set
    define(‘SUBDOMAIN_INSTALL’, false); after setting it true URE works.
    Thanks for the hint!

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

The topic ‘Wrong or expired request’ is closed to new replies.