user warning: Table 'cgps_drupal_dev.taxonomy_menu' doesn't exist query: SELECT mlid, tid FROM taxonomy_menu WHERE vid = 6 in /Library/WebServer/Documents/drupaldev/sites/all/modules/taxonomy_menu/taxonomy_menu.database.inc on line 45.
user warning: Table 'cgps_drupal_dev.taxonomy_menu' doesn't exist query: SELECT mlid FROM taxonomy_menu WHERE tid = 0 AND vid = 6 in /Library/WebServer/Documents/drupaldev/sites/all/modules/taxonomy_menu/taxonomy_menu.database.inc on line 32.
user warning: Table 'cgps_drupal_dev.taxonomy_menu' doesn't exist query: INSERT INTO taxonomy_menu (mlid, tid, vid) VALUES (2317, 25, 6) in /Library/WebServer/Documents/drupaldev/sites/all/modules/taxonomy_menu/taxonomy_menu.database.inc on line 22.
There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! See the available updates page for more information.
Comments
Comment #1
indytechcook commentedI looks like the taxonomy_menu table was never created. Disable AND uninstall the module then reinstall. The uninstall is important.
Comment #2
indytechcook commentedIs this still an issue?