Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter Taipa

    (@taipa)

    Well, it’s only been a day, but I don’t see any improvement using the Bad Behaviour plugin. I’m still getting spam comments that “impersonate” real readers.

    For the past week or so, though, 100% of spam comments that make it through the filters (usually the ones without overt spam links, or even the ones that link to google.com for some reason) use the names of real readers.

    Thread Starter Taipa

    (@taipa)

    I could just require commentors to register, but people are usually resistant to that it seems. I don’t have such a huge readership that I can risk losing some people over a registration issue.

    I’ll try the Bad Behaviour plugin, thank you!

    The suggestion from markdeboer worked for me.

    Changed from:
    //define(‘MAGPIE_CACHE_AGE’, 120);
    define(‘MAGPIE_CACHE_ON’, false); //2.7 Cache Bug
    define(‘MAGPIE_INPUT_ENCODING’, ‘UTF-8’);

    to:
    define(‘MAGPIE_CACHE_AGE’, 120);
    // define(‘MAGPIE_CACHE_ON’, false); //2.7 Cache Bug
    define(‘MAGPIE_INPUT_ENCODING’, ‘UTF-8’);

    Now it works great (WordPress 2.7)

    I’m having a similar problem to. I created a WP site, played with the design a bit, and it worked perfectly. Then I don’t have time to post anything for a couple weeks, and I come back to my site and I just get the ‘Sorry, no posts matched your criteria’ message, and I can-not see them through the “Manage” section in Admin. However, I *can* see them on the Dashboard of the Admin.

    I checked my wp_posts table, and all of my posts are in the database.

    I did edit the index.php of my theme a bit, but it worked fine after I did. Just now when I discovered all my posts were missing I switched back to the default theme and there’s no posts there either, but it did give this message, don’t know if it’s relevant:

    “You have searched the weblog archives for ‘df1e1e443740859ba92fcfcb1f882cd1’. If you are unable to find anything in these search results, you can try one of these links.”

    If you try to search for anything else, it just puts that string back in the search bar and gives the “no posts matched” error.

Viewing 4 replies - 16 through 19 (of 19 total)