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

ultimike’s picture

Status: Active » Fixed

Damien,

Nice catch - it was actually only happening if you're not showing the teaser - it is fixed.

-mike

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.