Hi,

Just found this module and it's doing just what I need, but I was getting error messages about a missing table. When I looked at the database, the taxonomy_other tables were missing the table prefix. Once I renamed them all was well, so it looks like it's just the CREATE TABLE lines in the .install file that are missing the curly brackets that would allow Drupal to deal with the table prefixing - in fact, the brackets are there in the uninstall function, so I guess it's just an oversight.

Other than that, the modules great - thanks - and working much better than the hack I threw together this afternoon before I found your module!

Comments

rellis’s picture

Assigned: Unassigned » rellis
Status: Active » Fixed

Thanks. It's fixed.

matkeane’s picture

Cool, thanks for the quick response!

Status: Fixed » Closed (fixed)

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