Closed (fixed)
Project:
UIE Forum
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 May 2008 at 09:01 UTC
Updated:
19 Jun 2008 at 07:41 UTC
Hi. I updated to the current dev release (or actually I uninstalled the previous version and installed new one fresh). Obviously the uninstallation left some traces to the DB and my nothing in my forum seems to be working correctly. Can you, zoro, tell me how to do a complete cleanup of UIEforum including all the database shit?
Comments
Comment #1
daniel.hunt commentedAn uninstall (if you actually ran the uninstall through Drupal's module uninstall interface) should've done it for you.
Otherwise:
DROP TABLE f_groups;
DROP TABLE f_groups_access;
DROP TABLE f_history;
DROP TABLE f_posts;
DROP TABLE f_threads;
DELETE FROM node WHERE type='uieforum';
DELETE FROM system WHERE name='uieforum' LIMIT 1;
Comment #2
daniel.hunt commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.