when i try to uninstall the Activestream
nsyll - May 19, 2008 - 11:39
| Project: | Activity Stream |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | akalsey |
| Status: | closed |
Jump to:
Description
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

#1
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.
#2
Automatically closed -- issue fixed for two weeks with no activity.