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) ...
Only local images are allowed.

I'm hoping it's a result of devel generate... trying without.

CommentFileSizeAuthor
#4 activity_non-fatal-error.patch1.01 KBsirkitree

Comments

sirkitree’s picture

yup. started over and just did a manual test story and got this.
Only local images are allowed.

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

jaydub’s picture

can we close this?

sirkitree’s picture

I 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.

sirkitree’s picture

StatusFileSize
new1.01 KB

Ok I _finally_ found this! We were padding an array into the activity_feed()'s format_rss_channel() function. Here's a patch.

sirkitree’s picture

Status: Active » Needs review
sirkitree’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.