• Fix for problems with Log 404 plugin (version 1.2.1) for Wordpress

    Posted on March 31st, 2007 Mark Wiesemann No comments

    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:

    1. a small typo (”exsist” instead of “exist”)
    2. the log isn’t displayed in WP’s admin area (at least not with Firefox 2.0)

    Here are my solutions to these problems:

    1. Replace the word “exsist” with the word “exist” in line 49.
    2. Replace “overflow:auto;” with “padding-top: 30px;” at the end of line 81.

    Leave a Reply