From: smcv <smcv@web>
Date: Tue, 30 Jun 2015 18:32:15 +0000 (-0400)
Subject: probably already fixed, but not in Ubuntu
X-Git-Tag: 3.20160121~133
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/9828ada0d2663c6d91fb1fc1bba354e0535d3243

probably already fixed, but not in Ubuntu
---

diff --git a/doc/bugs/Uploading_attachment_fails.mdwn b/doc/bugs/Uploading_attachment_fails.mdwn
index bce80c315..61ef83c06 100644
--- a/doc/bugs/Uploading_attachment_fails.mdwn
+++ b/doc/bugs/Uploading_attachment_fails.mdwn
@@ -7,3 +7,15 @@ ikiwiki version 3.20141016.2
 gives this:
 
 Died at `/usr/share/perl5/IkiWiki/CGI.pm line 497`.
+
+> I think this is probably [[!debbug 786587]], which ikiwiki has worked around since 3.20150610
+> ([[!debbug 786586]]). If so, then it is [[already fixed|done]], but not in the version
+> you have. You could report an Ubuntu bug asking for
+> [ikiwiki commit 7a52c87](http://source.ikiwiki.branchable.com/?p=source.git;a=commit;h=7a52c87a8c745577a50d6c9d134f62f9c5b26b0a)
+> or
+> [CGI.pm commit e4500cf](https://github.com/leejo/CGI.pm/commit/e4500cfb2de27660398c09bc860d1d9e499cb372)
+> to be backported, although in practice bugs in universe packages are unlikely to get fixed
+> in an Ubuntu stable release.
+>
+> To work around this, you might be able to `apt-get remove libcgi-pm-perl` and use the
+> older version of CGI.pm that is shipped with Perl. --[[smcv]]