Hello,

I received the following error after upgrading the Activity Stream Module::

---------------------------------------------------------------------------------------------------------------------------
user warning: Unknown column 'changed' in 'field list' query: SELECT nid, changed FROM activitystream WHERE guid = '6cb284d74f38b01f8f04cd26dba5d175' in /home/content/t/h/e/thebulldogs/html/modules/activitystream/activitystream.module on line 422.
---------------------------------------------------------------------------------------------------------------------------

The error was due to a missing column in my database table "activitystream". Once I added the table the module worked wonderfully.

If you receive this error... log into you database administration tool and use SQL to create the new column.

Hope this helps someone,
Peter

Comments

akalsey’s picture

Status: Active » Closed (works as designed)

If you run Drupal's update.php after updating the module (something you should do any time you update a module) then that change happens automatically for you. It's not a bug. You just didn't finish the upgrade process.