DB Selection query error in taxonomy_manager.module / shared tables incompatibility

rzelnik - August 20, 2009 - 06:15
Project:Taxonomy Manager
Version:6.x-2.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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:

http://drupal.org/node/356346

#1

mh86 - August 20, 2009 - 08:10
Status:active» fixed

Hi!
Thanks for this report. In this query the curly braces around the table name have been missing. I added those and committed the changes!

#2

rzelnik - August 20, 2009 - 13:36

You are welcome, thanks for quick fix.

#3

System Message - September 3, 2009 - 13:40
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.