Posted by Junyor on November 7, 2007 at 4:10am
| Project: | Docs |
| Version: | 5.x-1.0-alpha3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
After selecting a folder from the /docs page, I get the following PHP error:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'file_node_form' was given in /home/qasap/www/blogs/includes/form.inc on line 217.
This seems to be caused by the call to drupal_get_form on line 153 expecting to find a form called "file_node_form", which doesn't seem to exist. The "New File" fieldset is empty.