Title: WordPress Multisite problem
Last modified: August 20, 2016

---

# WordPress Multisite problem

 *  [av3c](https://wordpress.org/support/users/av3c/)
 * (@av3c)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wordpress-multisite-problem/)
 * Hi, thanks for this useful plugin, i’ve a problem with multisite installation
   of wordpress. In the admin panel when i change the BPMA options and save, appear“
   You do not have sufficent permission to do that”. This plugin is compatible with
   multisite wordpress installation?
    Thanks again
 * [http://wordpress.org/extend/plugins/buddypress-message-attachment/](http://wordpress.org/extend/plugins/buddypress-message-attachment/)

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

 *  [lapincompris](https://wordpress.org/support/users/lapincompris/)
 * (@lapincompris)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wordpress-multisite-problem/#post-3143643)
 * Same here.
 *  Plugin Author [ckchaudhary](https://wordpress.org/support/users/ckchaudhary/)
 * (@ckchaudhary)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wordpress-multisite-problem/#post-3143666)
 * Sorry guys, I’ve not tested the plugin with WPMU yet.. Will try and make it compatible
   with multisite as soon as i get time.. Thnx for the feedbacks
 *  [Quint](https://wordpress.org/support/users/qrahaman/)
 * (@qrahaman)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/wordpress-multisite-problem/#post-3143709)
 * Same here… and thanks for writing it and following through.
 *  [Prometheus Fire](https://wordpress.org/support/users/prometheus-fire/)
 * (@prometheus-fire)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wordpress-multisite-problem/#post-3143759)
 * Looks like its a url redirect issue of some kind. On a multisite setup, the plugin
   can only be network activated. It really shouldn’t, probably best to only allow
   local activation on the main site. As such, the settings page is on the Network
   settings, BuddyPress section. A fine place for it, but the URL’s get screwy.
 * On MU, the url for the settings page is [http://domain.com/wp-admin/network/admin.php?page=bp-msgat-settings](http://domain.com/wp-admin/network/admin.php?page=bp-msgat-settings)
 * When you attempt to save the settings, it attempts to go to the following URL
   [http://domain.com/wp-admin/admin.php?page=bp-msgat-settings](http://domain.com/wp-admin/admin.php?page=bp-msgat-settings)–
   which, of course, doesn’t exist and is the reason for getting the no permissions
   error.
 * There is a quick fix, but it may break single-site installations. Go into /wp-
   content/plugins/buddypress-message-attachment/includes/admin.php
 * Fine line 85 as:
    `<form action="<?php echo site_url() . '/wp-admin/admin.php?
   page=bp-msgat-settings' ?>" name="msgat-settings-form" id="msgat-settings-form"
   method="post">`
 * And change it to:
    `<form action="<?php echo site_url() . '/wp-admin/network/
   admin.php?page=bp-msgat-settings' ?>" name="msgat-settings-form" id="msgat-settings-
   form" method="post">`
 * All I did was change the output URL to the network admin and it allowed the settings
   to be saved. No more error. Keep in mind, this fix is MU specific, making the
   change on a single-site install will break and cause the error message. What 
   really needs to be done is a conditional statement that checks for network activation
   and then outputs the appropriate URL.
 *  Thread Starter [av3c](https://wordpress.org/support/users/av3c/)
 * (@av3c)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wordpress-multisite-problem/#post-3143760)
 * Work for me, Thanks!
 *  [nfocom](https://wordpress.org/support/users/nfocom/)
 * (@nfocom)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wordpress-multisite-problem/#post-3143761)
 * Great plugin.
 * It only works for gif format when sending out. I get this error message, “There
   was an error sending that message: attachement too big or the file type not allowed,
   please try again” when sending jpg, png and gif when replying to messages.
 * Please advise. Thanks.
 *  [rain3r.walt3r](https://wordpress.org/support/users/rain3rwalt3r/)
 * (@rain3rwalt3r)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wordpress-multisite-problem/#post-3143791)
 * [@prometheus](https://wordpress.org/support/users/prometheus/) Fire
 * Thanks, works fine now! 🙂
 * [@nfocom](https://wordpress.org/support/users/nfocom/)
 * Same here… 🙁
 * Though it works fine with .png files here!

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

The topic ‘WordPress Multisite problem’ is closed to new replies.

 * ![](https://ps.w.org/buddypress-message-attachment/assets/icon-256x256.png?rev
   =1108347)
 * [BuddyPress Message Attachment](https://wordpress.org/plugins/buddypress-message-attachment/)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-message-attachment/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-message-attachment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-message-attachment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-message-attachment/reviews/)

 * 7 replies
 * 7 participants
 * Last reply from: [rain3r.walt3r](https://wordpress.org/support/users/rain3rwalt3r/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/wordpress-multisite-problem/#post-3143791)
 * Status: not resolved