• Resolved Pcosta88

    (@pcosta88)


    Hi Team,

    I’m working with a client who is using the Enable Media Replace plugin to swap out images on pages/posts.

    BLC then flags the images which were removed as 404. The images, of course, aren’t on the pages/posts in question (because they’ve been swapped out) yet it’s getting flagged.

    It seems BLC cannot tell the difference between when an image is broken vs when it’s been swapped out?

    Do you have any open issues related to Enable Media Replace plugin? Or maybe some kind of filter that could help prevent this?

    Note that I haven’t done a conflict check as I’m not sure it’s going to be useful.

    Tech Specs
    WordPress: 6.0.3
    Theme: Custom theme by CultivateWP
    Enable Media Replace: 4.0.3
    BLC: ?2.0.0

    Thanks!
    –Pat

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @pcosta88,

    Trust you are doing good and sorry to know that you are experiencing an issue.

    I tested this on a website at our end but was unable to replicate the issue. Can you please let us know which replacement option was chosen while replacing the image files (Just replace the file or Replace the file, use the new file name, and update all links)?

    We look forward to hearing back from you.

    Kind Regards,
    Nebu John

    Thread Starter Pcosta88

    (@pcosta88)

    Hey Team,

    Under “Replace Options” we’ve selected “Replace the file, use the new file name, and update all links”

    and for “date options” we’ve selected “Replace the date with the current date”

    Are you able to reproduce it with those settings?

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @pcosta88

    If you are using the classic/legacy Broken Link Checker engine (not the new 2.0) the issue is most likely related directly to how it works: it’s not about it not being able to see the difference but about it just having “old” (already swapped) URLs stored in links database.

    Specifically: when plugin discovers links on site, it gathers them in its own DB table and then checks them periodically. When it checks them, it simply takes the URLs from that DB table.

    You would need to force plugin to “re-discover” URL then by using “Force recheck” Option.

    In previous version of the plugin you’ll find it at “Settings -> Link Checker -> Advanced” page. In current version it’s on “Link Checker -> Settings (Old) -> Advanced” page.

    You’ll see a “Re-check all pages” button at the bottom of that page which will cause plugin to re-scan the site and “re-discover” all the URLs. Since those old image URLs are no longer there, they won’t be detected and checked anymore.

    —-

    If you are using new plugin engine 2.0 – there’s nothing like that and the only reason for it to keep checking such URLs would be only if they are stuck in some sort of cache on your site’s end and our external crawler is simply served with pages that still contain those URLs. In such case clearing all caches before re-running scan should suffice.

    Best regards,
    Adam

    Thread Starter Pcosta88

    (@pcosta88)

    Thank you. You can close this.

    • This reply was modified 1 year, 7 months ago by Pcosta88.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘False Positives with Enable Media Replace plugin’ is closed to new replies.