• Resolved justin-bigscoots

    (@justin-bigscoots)


    Your plugin is causing any user agent with Google in it to throw a 500 error:

    [09:35][[email protected] plugins]# for i in $(\ls -1 | head -1) ; do echo $i ; mv $i ../asd/ ; curl --silent -IL -A "Googlebot/2.1 (+https://www.google.com/bot.html)" https://rbitzer.com/ |grep HTTP ; done
    wordpress-seo
    HTTP/1.1 500 Internal Server Error
    [09:35][[email protected] plugins]# for i in $(\ls -1 | head -1) ; do echo $i ; mv $i ../asd/ ; curl --silent -IL -A "Googlebot/2.1 (+https://www.google.com/bot.html)" https://rbitzer.com/ |grep HTTP ; done
    worker
    HTTP/1.1 500 Internal Server Error
    [09:36][[email protected] plugins]# for i in $(\ls -1 | head -1) ; do echo $i ; mv $i ../asd/ ; curl --silent -IL -A "Googlebot/2.1 (+https://www.google.com/bot.html)" https://rbitzer.com/ |grep HTTP ; done
    wp-categories-widget
    HTTP/1.1 500 Internal Server Error
    [09:36][[email protected] plugins]# for i in $(\ls -1 | head -1) ; do echo $i ; mv $i ../asd/ ; curl --silent -IL -A "Googlebot/2.1 (+https://www.google.com/bot.html)" https://rbitzer.com/ |grep HTTP ; done
    wp-compress-image-optimizer
    HTTP/1.1 200 OK
    

    You can see the last run was on your plugin when we started seeing 200 codes again

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

    (@smartersite)

    Hi @justin-bigscoots,
    We have spotted the issue now on our end in certain tests. We are working and will release a patch ASAP.

    Thank you for your report!

    Plugin Author WP Compress

    (@smartersite)

    @justin-bigscoots Seems this was resolved in latest version (6.10.01) Please confirm, if it’s not please contact us directly on support and our priority support team will make sure you get this fixed ASAP.

    Thanks for your time and effort you have put in this report!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Google 500 errors’ is closed to new replies.