I am running Drupal in a multi site configuration, using $db_prefix to separate the database tables of each site from the others, but all in the same physical database.

The taxonomy_dhtml.module needs to put {} around the table names in the SELECT queries.

This allows the $db_prefix functionality to be automatically included in this module, and avoid the massive errors about tables not found.

Comments

Eric Scouten’s picture

Project: Taxonomy » Taxonomy dhtml
Version: » master
Component: modules » Code
Status: Active » Fixed

This appears to have been fixed a while ago. I can't find any unprefixed queries in the module now.

Anonymous’s picture

Anonymous’s picture

jw867’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)