web commit by http://ptecza.myopenid.com/: * Problem with colon in report page name
[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 Is it Ikiwiki bug or my attachment plugin is misconfigured? --[[Paweł|ptecza]]
13
14 > Joey, please fix the colon in page name of my report. Ikiwiki sets
15 > "attachment:\_failed\_to\_get\_filehandle/" URL on "Bugs" page and
16 > the report is not clickable in my Epiphany browser:
17
18 >     Firefox doesn't know how to open this address, because the protocol
19 >     (attachment) isn't associated with any program.
20
21 > I can only edit it :) Bad handling ':' character by Ikiwiki is probably
22 > its another bug.
23 > --[[Paweł|ptecza]]