Title: Bugfix
Last modified: September 2, 2016

---

# Bugfix

 *  [Pavel K](https://wordpress.org/support/users/pavel-k-1/)
 * (@pavel-k-1)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/bugfix-3/)
 * Reliable and flexible plugin. My notice if someone want to use it at frontend.
   There is an error when you try to view specified message, because inbox and outbox
   collision.
    Solution: 1) Open plugin folder with includes: \wp-content\plugins\
   private-messages-for-wordpress\inc 2) Open inbox-page.php and outbox-page.php
   in text editor. Find in each page the line which follows “// if view message”
   comment (usually line 10) replace it with `if (isset($_GET['page']) && 'rwpm_outbox'
   == $_GET['page'] && isset($_GET['action']) && 'view' == $_GET['action'] && !empty(
   $_GET['id'])) {` for outbox function, for inbox it should be ‘rwpm_inbox’ page
   in condition.

Viewing 1 replies (of 1 total)

 *  [dochara](https://wordpress.org/support/users/dochara/)
 * (@dochara)
 * [13 years ago](https://wordpress.org/support/topic/bugfix-3/#post-7759227)
 * Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Bugfix’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/private-messages-for-wordpress.svg)
 * [Private Messages For WordPress](https://wordpress.org/plugins/private-messages-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/private-messages-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/private-messages-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/private-messages-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/private-messages-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/private-messages-for-wordpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [dochara](https://wordpress.org/support/users/dochara/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/bugfix-3/#post-7759227)