Hello,

I installed uc_vat today, and got the following error when editing a product:

user warning: Table 'db.uc_vat_node' doesn't exist query: SELECT include_vat FROM uc_vat_node WHERE vid = 38 in /path/to/drupal-6/sites/all/modules/uc_vat/uc_vat.module on line 77.

After looking at the module folder I noticed that there is no .install file, and no hook_install function in the .module file.

Is the uc_vat.install file really missing, or am I missing something?

Thanks,

António Maria

Comments

longwave’s picture

Status: Active » Fixed

Fixed this by simplifying the code and adding a config checkbox at /admin/store/settings/taxes/vat instead. Grab the latest release from CVS (or -dev when it updates) and try that out.

torvall’s picture

Tested it, and its working fine.
Thank you for the quick response.

Status: Fixed » Closed (fixed)

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