Opened 13 years ago
Closed 12 years ago
#4617 closed defect (bug) (fixed)
404 errors with bp groups
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | dev-feedback |
Cc: |
Description
running latest nightly. When I visit the group admin page '/wp-admin/admin.php?page=bp-groups' I receive the following errors:
buddypress ver=1.7-bleeding-6434
File does not exist: /home/mysite.net/public_html/wp-content/plugins/buddypress/bp-groups/admin/js/admin..minjs, referer: http://mysite.net/wp-admin/admin.php?page=bp-groups&gid=7&action=edit File does not exist: /home/mysite.net/public_html/wp-content/plugins/buddypress/bp-groups/admin/css/admin..mincss, referer: http://mysite.net/wp-admin/admin.php?page=bp-groups&gid=7&action=edit
It looks like some file is missing the . between the min and the file extension on both. I actually get the js error 2x
Change History (3)
Note: See
TracTickets for help on using
tickets.
The path in bp_groups_admin_load() needs to be tweaked; we also need bp-groups/admin/css/admin.min.css generated. How do we get that second bit done?