[buddypress-trac] [BuddyPress] #3798: bbPress Group Forums fails installation when defines are missing
    buddypress-trac at lists.automattic.com 
    buddypress-trac at lists.automattic.com
       
    Wed Dec 14 12:36:26 UTC 2011
    
    
  
#3798: bbPress Group Forums fails installation when defines are missing
--------------------------+--------------------
 Reporter:  r-a-y         |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  1.6
Component:  Forums        |     Version:  1.5.1
 Severity:  normal        |  Resolution:
 Keywords:  dev-feedback  |
--------------------------+--------------------
Changes (by boonebgorges):
 * milestone:  Awaiting Review => 1.6
Comment:
 Looks like bbPress doesn't really *need* to have a charset; I see a couple
 lines that look like
 {{{'charset'  => defined( 'BBDB_CHARSET' ) ? BBDB_CHARSET : false}}}
 So I think we can probably just get away with wrapping our own define()
 line in if ( defined( 'DB_CHARSET' ) ). Needs testing, though; we may need
 to fall back on utf8.
-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3798#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress
    
    
More information about the buddypress-trac
mailing list