Viewing 4 replies - 1 through 4 (of 4 total)
  • Same problem – looks like it’s trying to save but doesn’t actually work.

    Tried disabling all other plugins and still not working. Any suggestions?

    ok, a workaround for me is using your “automatically mark category/tag as unresolved”. I’m using tags and can just mark the posts I want unresolved.

    http://danielbachhuber.com/2013/04/18/p2-resolved-posts-only-mark-a-specific-category-as-unresolved/

    This is probably quicker/less clicks anyway 🙂

    Hmm, but still can’t click/update mark resolved! 🙁

    OK, think I have worked out what is happening.

    I have WordPress running in a folder http://domain.tld/wp/ and when I try and mark posts as unresolved/resolved etc the url strips the slash before the ?action… eg: domain.tld/wp?action…

    If I copy/past the url and add a slash it works eg: domain.tld/wp/?action…

    A quick fix, in p2-resolved-posts.php around line 338, I changed get_site_url() to just site_url(‘/’) and then everything works.

    $link = add_query_arg( $args, site_url('/') );
    return $link;

    I think this has something to do with folders? As it seems to work on a top level – Is this safe/ok?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘does not save?’ is closed to new replies.