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
Comment #1
moshe weitzman commentedThere 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.
Comment #2
lejon commentedthis might sound silly, but how to I debug?!