aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoralexjj <alexjj@web>2016-09-24 01:58:07 -0400
committeradmin <admin@branchable.com>2016-09-24 01:58:07 -0400
commit425685b7ef08455687861be2bb48aaaafb3c7c9f (patch)
tree7676222aca8dae49ef470db24d3f1504b8f99bfa /doc
parente0b9749e3df86735440dee903f398aacaa1de3ba (diff)
downloadikiwiki-425685b7ef08455687861be2bb48aaaafb3c7c9f.tar
ikiwiki-425685b7ef08455687861be2bb48aaaafb3c7c9f.tar.gz
removed
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/attachment_error:_humansized_is_undefined_subroutine.mdwn16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/forum/attachment_error:_humansized_is_undefined_subroutine.mdwn b/doc/forum/attachment_error:_humansized_is_undefined_subroutine.mdwn
deleted file mode 100644
index 2cfc68f31..000000000
--- a/doc/forum/attachment_error:_humansized_is_undefined_subroutine.mdwn
+++ /dev/null
@@ -1,16 +0,0 @@
-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.