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

    (@erikvona)

    This can occur if the $_SERVER superglobal is malfunctioning in PHP, or if the WordPress nonce are not properly functioning. Both are not a plugin issue but a server issue.

    If it’s in the settings page, it’s probably the $_SERVER superglobal, if it’s at individual pages it’s probably the nonce.

    This plugin does not use any Apache specific code, so it should work fine on Nginx as long as all the superglobals and cookies are correctly configured, and WordPress is correctly set up.

    Plugin Author Erikvona

    (@erikvona)

    Fixed in 1.3 release

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does not work on Nginx server’ is closed to new replies.