Closed (fixed)
Project:
DynoSearcho
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2008 at 18:04 UTC
Updated:
24 Nov 2008 at 19:26 UTC
Mike,
The current CVS code is returning the following error on all queries:
Unknown column 'r.format' in 'field list' query: SELECT DISTINCT n.nid, n.changed, r.format, n.title FROM node n LEFT JOIN term_node tn ON n.nid=tn.nid LEFT JOIN term_data td ON tn.tid=td.tid WHERE n.status='1' AND n.type IN ('article','boot','image','image_gallery','movie','ski') AND (td.name LIKE '%k2 extreme%' OR n.title LIKE '%k2 extreme%') GROUP BY n.nid in /[fullpath]/includes/database.mysql.inc on line 174.
I'll dig into it further later, right now have some fires to attend to ;-)
Thanks.
Damien
Comments
Comment #1
ultimikeDamien,
Nice catch - it was actually only happening if you're not showing the teaser - it is fixed.
-mike