#6166 closed defect (bug) (worksforme)
Profile Group Tabs - UI Brocken in Admin
Reported by: | LeBearUK | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | reporter-feedback |
Cc: |
Description
A fresh install of WP 4.1 and BP (trunk-9288) Twenty Fifteen Theme.
Profile field groups admin UI broken.
Attachments (2)
Change History (10)
#1
@
10 years ago
- Keywords close added
The reason is obvious - your BuddyPress activated from /src folder. It has broken url to styles/js. So you need to actually build a BuddyPress and activate that "build"-ed version.
#2
@
10 years ago
Also please read starting from this comment: https://buddypress.trac.wordpress.org/ticket/6015#comment:5
I had the same issue.
This ticket was mentioned in Slack in #buddypress by slaffik. View the logs.
10 years ago
#4
follow-up:
↓ 5
@
10 years ago
Building from src is not necessary to run BuddyPress.
If it's broken still with the same reason as #6015, then that's a bug we need to fix.
#5
in reply to:
↑ 4
@
10 years ago
- Keywords reporter-feedback added
Replying to DJPaul:
Building from src is not necessary to run BuddyPress.
If it's broken still with the same reason as #6015, then that's a bug we need to fix.
Building is necessary if you want to have the minified JS/CSS. If you're running from src, you need to have SCRIPT_DEBUG
defined if you want these assets to load properly. We could probably do some magic to detect whether we're being run out of src and set SCRIPT_DEBUG
, but IMO this is too much hand-holding and may lead to other bugs. Perhaps we could document the requirement to run SCRIPT_DEBuG
somewhere, but I suggest that we don't make any changes in the source itself.
@LeBearUK, please put the following line in your wp-config.php and verify that it fixes the problem:
define( 'SCRIPT_DEBUG', true );
Screen shot of broken UI for profile field groups assignment.