Active
Project:
Disk Node
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
30 Jul 2009 at 17:45 UTC
Updated:
13 Oct 2018 at 10:48 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedAdditional note: I am also receiving this error message:
user warning: Table 'drupal.downloads' doesn't exist query: SELECT files.filename filename, files.filepath filepath, files.filesize filesize, downloads.counter downloads, files.fid fid FROM disknode LEFT JOIN downloads ON downloads.fid = disknode.fid LEFT JOIN files ON files.fid = disknode.fid WHERE disknode.nid ="2583" in /sites/all/modules/disknode/disknode.module on line 281.Obviously a table didn't get installed somewhere along the line... ?