I get this error when running it with 4.7

user warning: Unknown column 'body' in 'field list' query: SELECT nid, length(body) AS node_len, title FROM node WHERE length(body) > (1024 * 50) ORDER BY node_len DESC in /home/robbt/websites/drupaltest/includes/database.mysql.inc on line 120.

Comments

dmuth’s picture

Status: Active » Postponed

I'd just like to point out that since there are no builds of sanity for Drupal 4.7, I make no guarantees that it will work under 4.7. That being said, I'm not even sure if the underlying data structures are the same in 4.7.

I have plans to do a 4.7 version at some point in the future.

-- Doug

dmuth’s picture

Status: Postponed » Fixed

Okay, 4.7.0 support is now in HEAD.

I tagged my updates, so a 4.7.0 tarball should appear in the next day or so.

Share and enjoy!

-- Doug

Anonymous’s picture

Status: Fixed » Closed (fixed)