Closed (fixed)
Project:
Ubercart 2 VAT support
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 23:19 UTC
Updated:
30 Jun 2009 at 14:20 UTC
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
Comment #1
longwaveFixed 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.
Comment #2
torvall commentedTested it, and its working fine.
Thank you for the quick response.