diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/attachment:_failed_to_get_filehandle.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn index d8be5e36b..ea5ee4a3b 100644 --- a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn +++ b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn @@ -10,8 +10,15 @@ the error message like below: error("failed to get filehandle ($fh)"); +>> Sure. I've done the change and it seems that $fh variable is undefined: + +>> Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/IkiWiki/Plugin/attachment.pm line 135. +>> failed to get filehandle () + > Also, what web server and version of perl is this? --[[Joey]] +>> It's Perl 5.8.8-12 from Ubuntu Hardy. --[[Paweł|ptecza]] + The same message I can see in the Apache log file. There is also following warning: |