Hey guys, I loaded a lot of modules into my drupal installation and now I keep getting these error messages...

Message Table 'rocketf1_jamjoin.term_access' doesn't exist query: SELECT DISTINCT(n.nid), n.sticky, n.created FROM node n INNER JOIN node_access na ON na.nid = n.nid INNER JOIN node_access naa ON naa.nid = n.nid LEFT OUTER JOIN og_ancestry ogan ON ogan.nid = naa.nid left outer join term_node trn on trn.nid = naa.nid left outer join term_access ta on ta.tid = trn.tid left outer join og ogm on ogm.nid = naa.nid left outer join og_users_roles ogr on ogr.rid = naa.gid left outer join og_uid ogu on ogu.nid = naa.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'og_public'))) AND (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'og_public')) AND (ogan.group_nid in ('') AND ta.rid in ('1') AND ta.grant_view = true) OR (na.realm = 'content_access_rid' AND ((na.gid in ('1')) OR (ogr.uid = 0 AND na.gid = ogr.rid)) AND na.grant_view = 1) OR (na.realm = 'content_access_author' AND na.gid = 0 AND na.grant_view = 1) OR (ogm.nid > 0 and (na.nid in ('')) or ogm.directory = 1 ) OR (na.realm = 'og_public' AND na.gid = 0) OR (ogr.uid = 0 AND ta.rid = ogr.rid AND ogan.group_nid = ogr.gid AND ta.grant_list = true) OR (nof.child_nid = na.nid AND na.realm = 'term_access' AND ta.rid in ('1') AND ta.grant_view = true) OR (ogan.group_nid is null AND na.realm = 'term_access' AND ta.rid in ('1') AND ta.grant_view = true) ) AND ( n.promote = 1 AND n.status = 1 ) ORDER BY n.sticky DESC, n.created DESC LIMIT 0, 10 in /home/rocketf1/public_html/jamjoin/includes/database.mysql.inc on line 172.

Message Table 'rocketf1_jamjoin.term_access' doesn't exist query: SELECT COUNT(*) FROM node n INNER JOIN node_access na ON na.nid = n.nid INNER JOIN node_access naa ON naa.nid = n.nid LEFT OUTER JOIN og_ancestry ogan ON ogan.nid = naa.nid left outer join term_node trn on trn.nid = naa.nid left outer join term_access ta on ta.tid = trn.tid left outer join og ogm on ogm.nid = naa.nid left outer join og_users_roles ogr on ogr.rid = naa.gid left outer join og_uid ogu on ogu.nid = naa.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'og_public'))) AND (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'og_public')) AND (ogan.group_nid in ('') AND ta.rid in ('1') AND ta.grant_view = true) OR (na.realm = 'content_access_rid' AND ((na.gid in ('1')) OR (ogr.uid = 0 AND na.gid = ogr.rid)) AND na.grant_view = 1) OR (na.realm = 'content_access_author' AND na.gid = 0 AND na.grant_view = 1) OR (ogm.nid > 0 and (na.nid in ('')) or ogm.directory = 1 ) OR (na.realm = 'og_public' AND na.gid = 0) OR (ogr.uid = 0 AND ta.rid = ogr.rid AND ogan.group_nid = ogr.gid AND ta.grant_list = true) OR (nof.child_nid = na.nid AND na.realm = 'term_access' AND ta.rid in ('1') AND ta.grant_view = true) OR (ogan.group_nid is null AND na.realm = 'term_access' AND ta.rid in ('1') AND ta.grant_view = true) ) AND ( n.promote = 1 AND n.status = 1 ) in /home/rocketf1/public_html/jamjoin/includes/database.mysql.inc on line 172.

i'm not sure what they mean, and they don't appear to have affected anything, but they pop up ALL THE TIME. anybody know what might be going on?

Comments

davycw’s picture

it only shows up when i'm logged in as an authenticated user

picture654’s picture

Table 'term_access' doesn't exist,
you inspect the 'term_access' table whether to exist?

davycw’s picture

how would i go about inspecting the table? do i just create a table named "term_access?"