Closed (fixed)
Project:
Disk Node
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Mar 2006 at 17:11 UTC
Updated:
22 Mar 2006 at 19:15 UTC
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
Comment #1
elmuerte commentedlooks 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.
Comment #2
(not verified) commented