Support » Plugin: Ada FeedWordPress Keyword Filters » [Plugin: Ada FeedWordPress Keyword Filters] ADA filter blocks all feeds

  • culturalproduct

    (@culturalproduct)


    This is a great idea, but…

    Sometimes this filter will work very well for a few days, then for no reason I can see, starts to block every feed post completely. So nothing from feeds gets posted at all once this happens. No changes are being made to the filters.

    If I delete all the filters, then re-enter them, it will usually work well again for a few more days. Then it blocks everything again.

    I haven’t measured the exact time it starts to block all feeds, but it seems to be inconsistent, seems like after about 3 to 5 days. Sometimes it will block everything very soon after I re-enter filters, within 2-3 hours but this is not often.

    For a while I kept deleting and re-entering filters, and I get optimistic every time it does work. But this time I’m going to deactivate it I’m afraid. It just won’t keep working.

    It is a great idea though.

    http://wordpress.org/extend/plugins/ada-feedwordpress-keyword-filters/

Viewing 1 replies (of 1 total)
  • Plugin Author CAPitalZ

    (@skcsknathan001)

    Sorry, I think it could be my mistake.

    I left the $debug = true on the code

    That means, its writing a text file in your wp-admin/ folder “ada_key_filters.log”

    just edit the file ada-feedwordpress-filter-by-keywords.php and
    change
    $debug = true;
    to
    $debug = false;

    and delete the .log file.

    I’ll update the source code as well. Thanks.

    Note: You posted on the wrong forum. I don’t check here, only now I happens to find your question.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Ada FeedWordPress Keyword Filters] ADA filter blocks all feeds’ is closed to new replies.