I keep getting the following error message after a fresh install, enabling node activity, and then using devel generate to generate some nodes (and hence populate activity) ...
![]()
I'm hoping it's a result of devel generate... trying without.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | activity_non-fatal-error.patch | 1.01 KB | sirkitree |
Comments
Comment #1
sirkitree commentedyup. started over and just did a manual test story and got this.

Interestingly enough, basically the same code is used in activity_page() as is in hook_user ..view.. - so I'm not sure what's going on here.
Oh, important ... this is after applying our nodecomment patch here: #355022: Activity comments
Comment #2
jaydub commentedcan we close this?
Comment #3
sirkitree commentedI just installed 6.x-1.x-dev this morning to do testing on another issue and still received this error. Still have no idea what is going on. Something with a utf-8 function i think, but it's in a difficult place to get debug information.
Please keep this open.
Comment #4
sirkitree commentedOk I _finally_ found this! We were padding an array into the activity_feed()'s format_rss_channel() function. Here's a patch.
Comment #5
sirkitree commentedComment #6
sirkitree commentedhttp://drupal.org/cvs?commit=203138