Using cvs version 1.47 the following error message is displayed:
user error: Unknown column 'n.body' in 'field list'
query: SELECT DISTINCT(n.nid),n.title,n.body,n.format,n.uid,u.name FROM node n INNER JOIN users u ON n.uid=u.uid WHERE n.status = 1 AND n.type="recipe" ORDER BY title ASC LIMIT 0, 10 in /home/daveso/public_html/drupal/includes/database.mysql.inc on line 99.
In the changes to drupal for version 4.7 the node data structure changed; as discussed in:
Comments
Comment #1
Thox commentedFixed. Almost forgot that page. Thanks
Comment #2
(not verified) commented