Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 12 years ago

#4617 closed defect (bug) (fixed)

404 errors with bp groups

Reported by: anointed's profile anointed 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)

#1 @DJPaul
13 years ago

  • Component changed from Core to Administration
  • Milestone changed from Awaiting Review to 1.7

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?

#2 @DJPaul
12 years ago

  • Keywords dev-feedback added

#3 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6606]) Add .min scripts for Groups Admin. Fix bug in min filenames. Fixes #4617.

Note: See TracTickets for help on using tickets.