]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/attachment:_failed_to_get_filehandle.mdwn
attachment: Fix an uninitialised value warning when editing a page that currently...
[ikiwiki.git] / doc / bugs / attachment:_failed_to_get_filehandle.mdwn
1 I can't add any attachment to my wiki. When I select file using "Browse"
2 button and click "Upload Attachment", then `ikiwiki.cgi` file displays
3 the error message like below:
4
5     Błąd: failed to get filehandle
6
7 The same message I can see in the Apache log file. There is also
8 following warning:
9
10     Use of uninitialized value in length at /usr/share/perl5/IkiWiki/Plugin/attachment.pm line 36.
11
12 > This is unrelated, I've fixed the warning message. --[[Joey]]
13
14 Is it Ikiwiki bug or my attachment plugin is misconfigured? --[[Paweł|ptecza]]
15
16 > Joey, please fix the colon in page name of my report. Ikiwiki sets
17 > "attachment:\_failed\_to\_get\_filehandle/" URL on "Bugs" page and
18 > the report is not clickable in my Epiphany browser:
19
20 >     Firefox doesn't know how to open this address, because the protocol
21 >     (attachment) isn't associated with any program.
22
23 > I can only edit it :) Bad handling ':' character by Ikiwiki is probably
24 > its another bug.
25 > --[[Paweł|ptecza]]