Opened 8 months ago
Closed 6 months ago
#4617 closed defect (bug) (fixed)
404 errors with bp groups
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.7 |
| Component: | Administration | Version: | |
| Severity: | normal | 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)
- Component changed from Core to Administration
- Milestone changed from Awaiting Review to 1.7
comment:3
johnjamesjacoby — 6 months ago
- Resolution set to fixed
- Status changed from new to closed
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?