diff options
author | jaime <jaime@web> | 2012-02-29 20:56:30 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-02-29 20:56:30 -0400 |
commit | c53aeb3f5cb68c4697ae38d1314d37e57c6240d3 (patch) | |
tree | 8f8b7ceee535b345692442eb97170bcb93ab60e6 /doc | |
parent | 6f1f7a7cb31f6bee7c5c0f295d0a7db9656a25c5 (diff) | |
download | ikiwiki-c53aeb3f5cb68c4697ae38d1314d37e57c6240d3.tar ikiwiki-c53aeb3f5cb68c4697ae38d1314d37e57c6240d3.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/attachments_fail_to_upload.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/forum/attachments_fail_to_upload.mdwn b/doc/forum/attachments_fail_to_upload.mdwn new file mode 100644 index 000000000..afaa4c882 --- /dev/null +++ b/doc/forum/attachments_fail_to_upload.mdwn @@ -0,0 +1,6 @@ +I am having a problem with ikiwiki on an armel processor based machine running 32 bit debian squeeze. +I first installed the ikiwiki deb from the repos and realized there was a problem uploading images. +I downloaded the latest version of ikiwiki from the git repo and made sure I had all of the necessary dependencies and libraries. +Make doesn't seem to complain about anything being missing and make test passes fine. I can create a new wiki and edit pages but anytime I try to upload an image it fails. +I have the attachment plugin activated.And I added mimetype(image/*) and maxsize(5000kb) to the PageSpec field but that made no difference. +I am able to successully add images to the appropriate folders manually via the command line and the commit them to git but I'd liekt o make it work through the web interface. Is there anything that I may have missed? |