Google 500 errors
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Google 500 errors’ is closed to new replies.