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 11:25:30 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-08 11:25:30 -0400
commit66f35e30dcea03c631a293e2341771277543b4ae (patch)
tree3ef05986a53e708e401e3f4af30d0e4a5da9140a /doc/bugs/attachment:_failed_to_get_filehandle.mdwn
parent5ccd0cb518f663872c93dc376f756bf71996034d (diff)
downloadikiwiki-66f35e30dcea03c631a293e2341771277543b4ae.tar
ikiwiki-66f35e30dcea03c631a293e2341771277543b4ae.tar.gz
another try at dealing with CGI.pm problem
open the temp file if all attempts to get a fd fail
Diffstat (limited to 'doc/bugs/attachment:_failed_to_get_filehandle.mdwn')
-rw-r--r--doc/bugs/attachment:_failed_to_get_filehandle.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
index e5d4756fc..906d01e24 100644
--- a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
+++ b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
@@ -54,6 +54,15 @@ the error message like below:
>>>>>> --[[Paweł|ptecza]]
+>>>>>>> Well then, your CGI.pm is somehow not behaving as its documentation
+>>>>>>> describes, in two ways:
+>>>>>>> 1. `upload()` is not returning a reference to the filehandle
+>>>>>>> 2. The filename returned by `param("attachment")` is not also
+>>>>>>> a file handle.
+>>>>>>> That seems very broken. I can try to work around it some more
+>>>>>>> though. I've checked in a second try at dealing with things, can
+>>>>>>> you try it? --[[Joey]]
+
The same message I can see in the Apache log file. There is also
following warning: