Matt Read has written a nice plugin, named Log 404, that logs the last one hundred 404 errors. Unfortunately, release 1.2.1 from April 22th, 2006, has two problems:
- a small typo (“exsist” instead of “exist”)
- the log isn’t displayed in WP’s admin area (at least not with Firefox 2.0)
Here are my solutions to these problems:
- Replace the word “exsist” with the word “exist” in line 49.
- Replace “overflow:auto;” with “padding-top: 30px;” at the end of line 81.