[buddypress-trac] [BuddyPress] #4097: Error sending private message

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sun Mar 25 22:08:42 UTC 2012


#4097: Error sending private message
--------------------------+------------------------
 Reporter:  butch2059     |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Messaging     |     Version:  1.5.4
 Severity:  normal        |  Resolution:  duplicate
 Keywords:                |
--------------------------+------------------------
Changes (by boonebgorges):

 * keywords:  reporter-feedback =>
 * status:  new => closed
 * resolution:   => duplicate
 * milestone:  Awaiting Review =>


Comment:

 Thanks for the debug info. The problem is arising because you have the
 Settings component disabled. The bug is noted in #3996 and will be fixed
 in BP 1.5.5 in the upcoming days.

 In the meantime, you can fix the problem by doing one of the following:

 1) Enable the Settings component
 2) Put the following in your bp-custom.php file:

 {{{
 if ( !function_exists( 'bp_get_settings_slug' ) ) :
     function bp_get_settings_slug() {
         return 'settings';
     }
 endif;
 }}}

 Be sure to remove the function after upgrading to BP 1.5.5.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4097#comment:14>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list