aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-08 10:16:29 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-08 10:16:29 -0400
commitfac6743cad2eaae33fc5bab79ee092ee6f7b9ffd (patch)
tree687e69cb6f2a5a90c54f1e80bfb87bde520fc59b /doc/bugs/attachment:_failed_to_get_filehandle.mdwn
parent0c9a504948fec4f55ae1ebb4f698a20246cb6a9e (diff)
downloadikiwiki-fac6743cad2eaae33fc5bab79ee092ee6f7b9ffd.tar
ikiwiki-fac6743cad2eaae33fc5bab79ee092ee6f7b9ffd.tar.gz
new thing to try
Diffstat (limited to 'doc/bugs/attachment:_failed_to_get_filehandle.mdwn')
-rw-r--r--doc/bugs/attachment:_failed_to_get_filehandle.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
index 223363dd2..8fd5ab82a 100644
--- a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
+++ b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
@@ -19,6 +19,12 @@ the error message like below:
>> It's Apache2 2.2.8-1ubuntu0.3 and Perl 5.8.8-12 from Ubuntu Hardy. --[[Paweł|ptecza]]
+>>> Hmm, is your CGI.pm perhaps creating the attachment temp file, but
+>>> not providing an open filehandle to it via the `upload` method?
+>>> Change the debugging line to this: --[[Joey]]
+
+ error("failed to get filehandle:$fh ; file:$filename ; is ref:".ref($q->param('attachment')));
+
The same message I can see in the Apache log file. There is also
following warning: