I keep getting the following error messages:

user warning: Table 'encognitive.taxonomy_breadcrumb_vocabulary' doesn't exist query: SELECT path FROM taxonomy_breadcrumb_vocabulary WHERE vid = 16 in
/var/www/sites/all/modules/taxonomy_breadcrumb/taxonomy_breadcrumb.inc on line 96.

user warning: Table 'encognitive.taxonomy_breadcrumb_term' doesn't exist query: SELECT path FROM taxonomy_breadcrumb_term WHERE tid = 1089 in /var/www/sites/all/modules/taxonomy_breadcrumb/taxonomy_breadcrumb.inc on line 109.

I was unable to find the "readme.txt" or install.txt files. I installed the Devel module as someone suggested in a related post but that didn't help.

Any help would be appreciated.

Thank-you.
user warning: Table 'encognitive.taxonomy_breadcrumb_term' doesn't exist query: SELECT path FROM taxonomy_breadcrumb_term WHERE tid = 1091 in /var/www/sites/all/modules/taxonomy_breadcrumb/taxonomy_breadcrumb.inc on line 109.

Comments

alexbk66-’s picture

Same problem, on admin/content/taxonomy/edit/vocabulary/2
Devel module gives backtrace

Backtrace:
_drupal_error_handler(array)[?:?];
.trigger_error(array)[database.mysqli.inc:147];
.._db_query(a:1:{i:0;s:61:"SELECT path FROM taxonomy_breadcrumb_vocabulary WHERE vid = 2";})[database.mysql-common.inc:41];
...db_query(a:2:{i:0;s:64:"SELECT path FROM {taxonomy_breadcrumb_vocabulary} WHERE vid = %d";i:1;s:1:"2";})[taxonomy_breadcrumb.inc:96];
...._taxonomy_breadcrumb_get_vocabulary_path(a:1:{i:0;s:1:"2";})[taxonomy_breadcrumb.module:152];
.....taxonomy_breadcrumb_form_taxonomy_form_vocabulary_alter(array)[?:?];
......call_user_func_array(array)[common.inc:2889];
.......drupal_alter(array)[form.inc:546];
........drupal_prepare_form(array)[form.inc:106];
.........drupal_get_form(array)[taxonomy.admin.inc:222];
..........taxonomy_admin_vocabulary_edit(array)[?:?];
...........call_user_func_array(array)[menu.inc:349];
............menu_execute_active_handler(a:0:{})[index.php:17];
.............index.php
User warning: Table 'hobbyblo_pf2.taxonomy_breadcrumb_vocabulary' doesn't exist query: SELECT path FROM taxonomy_breadcrumb_vocabulary WHERE vid = 2 in _db_query() (line 147 of /home/hobbyblo/public_html/includes/database.mysqli.inc).
alexbk66-’s picture

After disabling - uninstalling - enabling the module, two taxonomy_breadcrumb tables are now created.

gisle’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

The Drupal 6 version is no longer supported. Closing this as outdated. If you think this is still relevant for Drupal 7 or Drupal 9, please open a new issue.