I am using the webfm-5.x-2.5 with drupal-5.5 and uninstall is not working! have deleted all related in the variable and system tables and still was not able to do a clean new install. The roles that I have configurated at the previous installation, still are there every time I try a new Install. and when I define the "Role Root directory" the same as the "WebFM root directory" it creates another directory with the same name inside the webFM root.. One of the times I even get two trees areas with the same directory as root that I have previously defined!? am I missing something? What else can I to complete uninstall?

Thanks
Cris

Comments

robmilne’s picture

Sorry about that but it looks like I forgot to remove the role root directories from the variables table. I'll submit a patch tonight to fix. For now you can manually delete these from the variables table if you have access to the db or you can edit your own copy of webfm.install:

...
  foreach ($roles as $rid => $role) {
   variable_del('root_dir_'.$rid);
   variable_del('webfm_extensions_'.$rid);
   variable_del('webfm_uploadsize_'.$rid);
   variable_del('webfm_usersize_'.$rid);
  }
...
tanovsky’s picture

Thanks!

this module is really great!

robmilne’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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