I keep seeing the following error message in my logs: Missing argument 1 for webfm_send_file()
lilon - April 30, 2009 - 00:17
| Project: | Web File Manager |
| Version: | 6.x-2.10-rc3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The full message is: Missing argument 1 for webfm_send_file() in /home/httpd/vhosts/my website name/httpdocs/sites/all/modules/webfm/webfm.module on line 2482
The user is various anonymous users (different ip addresses)
The location is http://www.gpanet.org/webfm_send/
The severity is Error
I thought the problem could be IE related (I once had similary errors that turned out to be IE) so I tried replicating the problem by accessing the site as anonymous but could not replicate the problem.
I googled for this error and found a few on other sites although on different line numbers.
Would appreciate help. thanks very much

#1
still having the same message at least once a day. Any idea how to solve it?
thanks
#2
I too am seeing this warning "Missing argument 1 for webfm_send_file() in ..." every few minutes. I am guessing I have a webfm attachment in some node that is messed up, but I have no idea how to find it.
#3
Same problem... subscribing.
module version webfm: 6.x.2.10-rc4
#4
line 2482 doesn't correspond to anything related to webfm_send_file() in the head of the repository. Can you give me the line number in repo head?
The http://www.gpanet.org/webfm_send/ url is always going to generate an error since the fid argument at the end of the address is missing (the first parameter).