I am getting this PHP error:

Unknown column 'n.vid' in 'on clause' query: SELECT n.nid, n.title,n.type,nr.body,n.sticky,nc.totalcount FROM node n LEFT JOIN files f ON n.nid = f.nid LEFT JOIN node_revisions nr ON n.vid = nr.vid LEFT JOIN comments c ON n.nid = c.nid INNER JOIN node_counter nc ON n.nid = nc.nid WHERE n.status = 1 AND (n.title LIKE '%%gown%%' OR nr.body LIKE '%%gown%%' OR f.filepath LIKE '%%gown%%' OR c.subject LIKE '%%gown%%' OR c.comment LIKE '%%gown%%') ORDER BY nc.totalcount DESC,n.sticky DESC,n.created DESC LIMIT 0, 500 in /home/foo/www/includes/database.mysql.inc on line 66.

...and no search results aside from category results. I tried re-uploading the database.mysql.inc file with no luck. I tried changing the type of search with no luck. I tried deleting the url alias I was using with no luck.

Basically, I have no luck. Wassup?

Comments

joel_guesclin’s picture

Status: Active » Closed (fixed)

No further support in 4.6. Try 4.7 version