diff options
Diffstat (limited to 'doc/bugs/attachment:_failed_to_get_filehandle.mdwn')
-rw-r--r-- | doc/bugs/attachment:_failed_to_get_filehandle.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn index 9053e1abf..e6ab45fee 100644 --- a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn +++ b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn @@ -85,6 +85,11 @@ the error message like below: >>>>>>>>>>> I need to find out if this affects stable in general, or just >>>>>>>>>>> you/ubuntu. --[[Joey]] +>>>>>>>>>>>> Same thing on FreeBSD using CGI.pm 3.15. Looks like $self->{'.tmpfiles'} in CGI.pm +>>>>>>>>>>>> is not populated with the information about the uploaded file, causing tmpFileName() +>>>>>>>>>>>> to return '' (unloadInfo(), which uses the same lookup method fails in the same manner), +>>>>>>>>>>>> but I have yet to find out why this happens. --[[HenrikBrixAndersen]] + The same message I can see in the Apache log file. There is also following warning: |