Hi,

I get this when I try to search using the normal Drupal search module:

user warning: Unknown column 'v.vid' in 'on clause' query: SELECT t.tid FROM vocabulary v, term_data t LEFT JOIN og_vocab ov ON v.vid = ov.vid WHERE (v.module = 'og_vocab' AND ov.nid != 0) AND t.vid=v.vid in /home/gowithme/public_html/main/includes/database.mysql.inc on line 172.

Any ideas?

Comments

moshe weitzman’s picture

Status: Active » Closed (fixed)

There is no query that looks like that in og_vocab module. You'll have to debug this further and report the bug here. Please reopen at that time.

lejon’s picture

this might sound silly, but how to I debug?!