I forgot to add the simplepie.inc file to the activitystream_feed directory and as a result, anything using that module was not getting added to the streams.

So attached is a patch that will remind on install (adds a .install file) as well as makes use of hook_requirements and will show up on admin/reports/status

CommentFileSizeAuthor
activitystream1.patch2.91 KBdesignerbrent

Comments

akalsey’s picture

Simplepie is included in the download and is in the right place already. I'm not sure how you'd come across an issue where it was missing.

designerbrent’s picture

Hmm... come to think of it, I did find a Simplepie.inc file later while I was looking at things but it was in the /activitystream folder and not /activitystream/activitystream_feed where the activitystream_feed.module was looking.

akalsey’s picture

Status: Needs review » Closed (won't fix)

simplepie is in /activitystream/activitystream_feed in CVS and in the downloads. You must have accidentally moved it without realizing. See http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/activitystr...