I went to add a new forum item in my drupal 6.12 install and I got the following error:
Fatal error: Call to undefined function activitystream_save_stream() in /home/SITEDIRECTORY/public_html/drupal/sites/all/modules/activitystream/activitystream_twitter/activitystream_local.module on line 13
Comments
Comment #1
akalsey commentedI assume you're using the 2.x-dev version since the 1.0 version doesn't have a activitystream_local.module.
I'm also mystified as to why your error message has the path /activitystream/activitystream_twitter/activitystream_local.module
There isn't an activitystream_local.module in that directory.
Comment #2
akalsey commentedComment #3
saepl commentedwell I think I installed version 2 dev at some point but now have version 1. So maybe something got messed up there. I will purge my database and files and then start again.
Comment #4
akalsey commentedFixed in current dev release
Comment #6
xurizaemon#509886: Fatal error on install dupe