aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoralexjj <alexjj@web>2016-09-24 01:53:46 -0400
committeradmin <admin@branchable.com>2016-09-24 01:53:46 -0400
commite0b9749e3df86735440dee903f398aacaa1de3ba (patch)
treedd8430aba6d2324811e23f0c6e5c7ec960ea4fc5 /doc
parent9eb445c14513a8df3272547ea90b2fe731700094 (diff)
downloadikiwiki-e0b9749e3df86735440dee903f398aacaa1de3ba.tar
ikiwiki-e0b9749e3df86735440dee903f398aacaa1de3ba.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/attachment_error:_humansized_is_undefined_subroutine.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/attachment_error:_humansized_is_undefined_subroutine.mdwn b/doc/forum/attachment_error:_humansized_is_undefined_subroutine.mdwn
new file mode 100644
index 000000000..2cfc68f31
--- /dev/null
+++ b/doc/forum/attachment_error:_humansized_is_undefined_subroutine.mdwn
@@ -0,0 +1,16 @@
+I've just setup another instance of ikiwiki on another server, and whilst I thought I did exactly the same as before (where it all worked fine) this time I'm getting a slightly strange behaviour that I can't quite figure out completely:
+
+Essentially, when I try and edit *some* pages I get this error:
+
+
+```Error: Undefined subroutine &IkiWiki::Plugin::filecheck::humansize called at /usr/share/perl5/IkiWiki/Plugin/attachment.pm line 329.```
+
+
+1. Everything is fine with attachments disabled
+2. I'm not sure why some pages work and some don't, I'm struggled to find the connections between them. This is a brand new site built from auto-blog.
+
+I have ```libfile-mimeinfo-perl``` installed. The sites attachments do work, I get the "Failed" message which I had on the previous server but fixed but uninstalling ```libcgi-pm-perl```, but that didn't fix it this time. It makes me think I'm missing some perl package but I don't know what that is.
+
+Where should I be looking?
+
+Thanks.