Title: does not save?
Last modified: August 21, 2016

---

# does not save?

 *  [poltavtcev](https://wordpress.org/support/users/poltavtcev/)
 * (@poltavtcev)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/does-not-save/)
 * Plugin does not save. Or am I doing something wrong?
    [http://www.youtube.com/watch?v=r0VZroDjruU&feature=youtu.be](http://www.youtube.com/watch?v=r0VZroDjruU&feature=youtu.be)
 * [http://wordpress.org/plugins/p2-resolved-posts/](http://wordpress.org/plugins/p2-resolved-posts/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [davinian](https://wordpress.org/support/users/davinian/)
 * (@davinian)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/does-not-save/#post-4458287)
 * 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?
 *  [davinian](https://wordpress.org/support/users/davinian/)
 * (@davinian)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/does-not-save/#post-4458288)
 * 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/](http://danielbachhuber.com/2013/04/18/p2-resolved-posts-only-mark-a-specific-category-as-unresolved/)
 * This is probably quicker/less clicks anyway 🙂
 *  [davinian](https://wordpress.org/support/users/davinian/)
 * (@davinian)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/does-not-save/#post-4458289)
 * Hmm, but still can’t click/update mark resolved! 🙁
 *  [davinian](https://wordpress.org/support/users/davinian/)
 * (@davinian)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/does-not-save/#post-4458290)
 * OK, think I have worked out what is happening.
 * I have WordPress running in a folder [http://domain.tld/wp/](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.

 * ![](https://s.w.org/plugins/geopattern-icon/p2-resolved-posts.svg)
 * [P2 Resolved Posts](https://wordpress.org/plugins/p2-resolved-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/p2-resolved-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/p2-resolved-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/p2-resolved-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/p2-resolved-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/p2-resolved-posts/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [davinian](https://wordpress.org/support/users/davinian/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/does-not-save/#post-4458290)
 * Status: not resolved