Message displayed to admin:

user warning: Table '4offer_drupal.term_lowername' doesn't exist query: _autotag_search_field /* 4offeradmin : _autotag_search_field */ SELECT t.tid, t.vid FROM term_lowername l, term_data t WHERE t.tid = l.tid AND lowername IN ('0') AND (vid = 1) UNION SELECT t.tid, t.vid FROM term_data t, term_synonym s WHERE s.tid = t.tid AND LOWER(s.name) IN ('0') AND (vid = 1) in E:\devshop\www\4offer\htdocs\sites\all\modules\autotag\autotag.module on line 572.

Comments

sdrycroft’s picture

Status: Active » Closed (fixed)

Install Lowername as stated on this modules front page.

Anonymous’s picture

Category: bug » support
Status: Closed (fixed) » Postponed (maintainer needs more info)

All of the Drupal databases I've ever installed stored its content in a utf8_general_ci DB where the _ci portion means Case Insensitive. Why then should you require me to install a special table to take up more processing time on my system? The autotag module is a nice idea; the lowercase one isn't, IMO, since my DB doesn't need to use LOWER to find TeD vs ted. Can you please make this optional?

sdrycroft’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)