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
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

akalsey - May 20, 2008 - 23:11
Assigned to:Anonymous» 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.

#2

Anonymous (not verified) - June 3, 2008 - 23:14
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.