[buddypress-trac] [BuddyPress Trac] #6166: Profile Group Tabs - UI Brocken in Admin
buddypress-trac
noreply at wordpress.org
Wed Jan 28 16:04:25 UTC 2015
#6166: Profile Group Tabs - UI Brocken in Admin
-------------------------------------+------------------------------
Reporter: LeBearUK | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: major | Resolution:
Keywords: close reporter-feedback |
-------------------------------------+------------------------------
Changes (by boonebgorges):
* keywords: close => close reporter-feedback
Comment:
Replying to [comment:4 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 );
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6166#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list