when i try to uninstall the Activestream i get this error

Fatal error: Call to undefined function update_sql() in /home/nsyllnet/public_html/sites/all/modules/activitystream/activitystream.install on line 60
Page execution time was 149.64 ms.

PHP 5.2.5

Comments

akalsey’s picture

Assigned: Unassigned » akalsey
Status: Active » Fixed

Fixed in CVS.

To complete the uninstall, you can run the following two DB queries...

DELETE FROM profile_fields WHERE title = 'Placeholder' and name = 'profile_activitystream_placeholder'

DELETE FROM system WHERE name like '%activitystream'

If you've got a prefix on your drupal database, you'll need to edit the table names (after DELETE FROM) appropriately.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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