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:

http://drupal.org/node/30030

Comments

Thox’s picture

Assigned: Unassigned » Thox
Status: Active » Fixed

Fixed. Almost forgot that page. Thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)