Forums

[Plugin: http:BL WordPress Plugin] PNG not displayed causing 404 (4 posts)

  1. saphod
    Member
    Posted 1 year ago #

    You should change

    ...<a href="http://www.projecthoneypot.org/?rf=28499"><img src="<?php echo get_option("siteurl") . "/wp-content/plugins/httpBL/"; ?>...

    on line 294 to

    ...<a href="http://www.projecthoneypot.org/?rf=28499"><img src="<?php echo get_option("siteurl") . "/wp-content/plugins/httpbl/"; ?>...

    (lowercase "httpbl" after "...plugins/"),

    otherwise the image will not be found because the plugin is installed in a directory with a lowercase name. The original request will cause massive 404 errors as I found in my error log.

    http://wordpress.org/extend/plugins/httpbl/

  2. nv1962
    Member
    Posted 1 year ago #

    Heh. Thanks for hunting that one down, Saphod.

    One mystery less to lose sleep over!

  3. janstepien
    Member
    Posted 1 year ago #

    You should change

    Thank you for your patch, Saphod. I've included your corrections in SVN. The half a year long delay was caused by the fact that I've found this thread around fifteen minutes ago.

  4. SteveAtty
    Member
    Posted 8 months ago #

    There is a similar problem when you install it in WPMU in the mu-plugins folder in that the url for the button looks is /wp-content/plugins/httpbl/project_honey_pot_button.png which causes a internal redirect error because it does not exist.

    So you either need to create the folder in the plugins folder and drop the graphic in there or you need to edit the code.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags