Support » Plugin: Fast Velocity Minify » Last update 3.3.3 bug, duplicate page and errors

  • Resolved NITROFOX

    (@nitrofox)


    For last update 3.3.3 in days, my site have duplicate pages showing and getting this erros:

    [12-Dec-2022 11:00:02 UTC] PHP Warning: Undefined array key “REQUEST_METHOD” in /home/user/public_html/wp-content/plugins/fast-velocity-minify/inc/common.php on line 1720

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Raul P.

    (@alignak)

    There was a buffer error, but please update now and it should work. Thank you for reporting.

    As for the REQUEST_METHOD part, if it still shows please check if are not running it via cli, instead of via https.

    Thread Starter NITROFOX

    (@nitrofox)

    Thank you, I update, duplicate page seems to no longer exist, but errors in the error log continue.

    PHP Warning: Undefined array key “REQUEST_METHOD” in /home/user/public_html/videos/wp-content/plugins/fast-velocity-minify/inc/common.php on line 1720

    The site is on https, do not know what cli would be.

    • This reply was modified 1 year, 3 months ago by NITROFOX.
    Plugin Author Raul P.

    (@alignak)

    The $_SERVER['REQUEST_METHOD'] is a server variable set by the server, and the only time it does not exist is when you call it via command line on the server or if your PHP is misconfigured somewhere.

    Maybe you have a manual cronjob set by your server, or perhaps some plugin or service is running the site directly on the server without HTTPs… but it’s just an explanation and it doesn’t matter.

    I will add a change to check if this variable exists before actually calling it, so it will fix the error log regardless.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Last update 3.3.3 bug, duplicate page and errors’ is closed to new replies.