#5124 closed defect (bug) (fixed)
include_once(feeds/bp-activity-mentions-feed.php) fails
Reported by: | handbike | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 1.8.1 | Priority: | normal |
Severity: | normal | Version: | 1.8 |
Component: | Activity | Keywords: | has-patch dev-feedback commit |
Cc: |
Description
Since buddypress 1.8 we have lots of errors in our logfile:
include_once(feeds/bp-activity-mentions-feed.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /xxx/wp-content/plugins/buddypress/bp-activity/bp-activity-actions.php on line 576
And yes, the file does not exist, the feed folder is empty.
Attachments (1)
Change History (7)
#1
@
11 years ago
- Milestone changed from Awaiting Review to 1.8.1
- Owner set to r-a-y
- Status changed from new to assigned
#3
@
11 years ago
- Keywords has-patch dev-feedback added
Looks like I don't suck that much! It was in my initial patch - attachment:5020.02.patch:ticket:5020.
However, for this ticket, 01.patch introduces two strings. Since we hate to introduce new strings into point releases, could use some dev feedback.
#4
@
11 years ago
- Keywords commit added
I guess I'm the one who sucks!
Since we hate to introduce new strings into point releases, could use some dev feedback.
Well, right now, the feed's not working at all. So, while it's crummy to add strings that'll be untranslated in a point release, at least the feed will be working.
Confirmed. r-a-y, could you have a look? Looks like this is a spot we missed with the new feed class.