Opened 9 years ago
Closed 9 years ago
#6956 closed defect (bug) (fixed)
Managing widgets into the customizer is not possible when BuddyPress 2.6.0-alpha is activated
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | high |
Severity: | major | Version: | |
Component: | Emails | Keywords: | has-patch |
Cc: |
Attachments (1)
Change History (11)
#2
@
9 years ago
I cannot duplicate this on 2.5.x
or trunk
; I am able to move around widgets in the Customizer, edit widget properties and save.
Tested on WP 4.4.2. Haven't tested WP trunk yet.
#3
@
9 years ago
I'm using WP trunk (4.5). Probably the new feature that allowes part refreshes ?
Add the search widget, try to edit the widget title, and admin-ajax.php should return a 500 internal error.
#4
@
9 years ago
This is some more infos about the error:
PHP Fatal error: Class 'BP_Customizer_Control_Range' not found in /path/to/bp-core-customizer-email.php on line 65
#6
@
9 years ago
- Summary changed from Managing widgets into the customizer is not possible when BuddyPress 2.5 is activated to Managing widgets into the customizer is not possible when BuddyPress 2.6.0-alpha is activated
There's a good chance yes, because i've just checked out on branch 2.5 and there's no problem with it.
#7
@
9 years ago
- Milestone changed from 2.5.2 to 2.6
- Version 2.5.0 deleted
Branch 2.5 is ok. Problem appeared in 2.6-alpha.
If i remove
add_action( 'bp_customize_register', 'bp_email_init_customizer' );
then it's possible to manage widgets within the customizer. So i guess it's narrowing the investigation field to the Email Feature