Closed (fixed)
Project:
Taxonomy Manager
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2009 at 06:15 UTC
Updated:
3 Sep 2009 at 13:40 UTC
I received this error message:
user warning: Table '[db name].term_hierarchy' doesn't exist query: SELECT tid FROM term_hierarchy WHERE tid = 17 AND parent = 0 in /[path to the module]/taxonomy_manager.module on line 563.
I use shared database tables with prefixes, so the table name is [prefix]_term_hierarchy
It seems to be similar to this bug:
Comments
Comment #1
mh86 commentedHi!
Thanks for this report. In this query the curly braces around the table name have been missing. I added those and committed the changes!
Comment #2
rzelnik commentedYou are welcome, thanks for quick fix.