Opened 14 years ago
Closed 14 years ago
#4617 closed defect (bug) (fixed)
404 errors with bp groups
| Reported by: | anointed | 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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?