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

daniel.hunt’s picture

An uninstall (if you actually ran the uninstall through Drupal's module uninstall interface) should've done it for you.

Otherwise:

  • DROP TABLE f_forums;
    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;
daniel.hunt’s picture

Assigned: Unassigned » daniel.hunt
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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