• I’ve been using this plugin for a while now and it’s great.
    Recently, when I have been using it I don’t get the results at the top of the page after a scan.

    “12 files in 2 folders have been found” etc..

    This happens both after the ‘dry run’ and the actual run. The plugin does seem to be working, I’m just not seeing any results after the scan.

    Anyone else getting this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • yap! same problem!

    Just experienced this, too.

    It’s my first time using the plugin and I’m getting the same. No results appear. The page just reloads and I’ve no way of knowing if anything got replaced.

    I’m having the same problem in a multisite install. Since I noticed the page reloading I inspected the page and can actually see the results are there but something about the admin styling or something is covering them up.

    Just noticed that there is a style being applied from the Filebird Media Library Folders plugin that as the class .updated set to display: none and that is hiding the results.

    • This reply was modified 3 years, 6 months ago by vtoshmorelli.

    its because of the class he uses.

    if you are removing WC-Nag then it wont show but if you navigate to.

    /wp-content/plugins/better-search-replace/includes/class-bsr-admin.php

    and edit line 120 from this:
    echo '<div class="updated">' . $msg . '</div>';

    to this:
    echo '<div class="notice notice-warning">' . $msg . '</div>';

    you will see the results ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Results after scan not showing’ is closed to new replies.