]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/errors_with_ampersand_in_filename.mdwn
trivial bug with patch
[ikiwiki.git] / doc / bugs / errors_with_ampersand_in_filename.mdwn
1 I created an image and a mdwn with an ampersand in the filename.
2 This gaves me some error messages.
3 I renamed the files and committed.
4
5 > Ikiwiki does not allow files containing ampersands or most other non-alphanumeric characters.
6 > It will display a "skipping bad filename" warning if you have such files. --[[Joey]]
7
8 Even now, I still get the following error messages:
9
10     Use of uninitialized value in substitution (s///) at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 764.
11     Use of uninitialized value in substitution (s///) at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 768.
12     Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773.
13     Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773.
14     Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773.
15     Use of uninitialized value in concatenation (.) or string at /usr/lib64/perl5/vendor_perl/5.8.8/IkiWiki.pm line 773.
16
17 > To help with this I'd need to know, at a minimum, what version of ikiwiki you're using,
18 > and I'd really also probably need a copy of the source of the wiki you are trying to
19 > build with it. (If you'd like to email me a tarball, send it to joey@kitenet.net) --[[Joey]]
20
21 > > Hmm... the most recent ikiwiki seems to fix the issue, so I will mark it as [[done]]. --[[JosephTurian]]