With 4.7b5 and disknode cvs from last night...

i get the following error selecting a file i have uploaded to be added to the disknode...

user warning: Unknown column 'list' in 'field list' query: INSERT INTO files (fid, nid, filename, filepath, filemime, filesize, list) VALUES (4, 2, 'logo.jpg', 'logo.jpg', 'image/jpeg', '37898', 0) in /home/remixer/public_html/includes/database.mysql.inc on line 120.

any ideas?
thanks
ryan.

Comments

elmuerte’s picture

Version: master » 4.7.x-1.x-dev
Assigned: Unassigned » elmuerte
Status: Active » Fixed

looks like the {files} table has changed, I've dropped the reference to `list`, it wasn't used by disknode anyway. The CVS (note branch DRUPAL-4-7 not MAIN) is up to date.

Anonymous’s picture

Status: Fixed » Closed (fixed)