warning: call_user_func_array() Error message when first installing Disknode 6.x
ToonDawg - July 30, 2009 - 17:45
| Project: | Disk Node |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I just uploaded & activated Disknode 6.x, and I am receiving this error message when I go to the Disknode Site Configuration settings:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'disknode_settings' was given in /includes/form.inc on line 366.

#1
Additional 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... ?