X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/6d01db205f41f16755fe7fbe49694b3bba2121c8..b8f21c0490edba71680cb1c09a35be1a5f1dc55e:/doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn diff --git a/doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn b/doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn index 5b5aec267..c7fe0bd15 100644 --- a/doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn +++ b/doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn @@ -15,3 +15,17 @@ Please advise. > Well, what subpages are you trying to add it to? What is your > `allowed_attachments` PageSpec set to in your setup file? --[[Joey]] + +>> I can reproduce this by creating a new ikiwiki using the auto.setup + +>> I create a subpage of index called "projects" and a subpage of projects called "Firewall Replacement 2010-2011" +>> and when I add attachment to the subpages I get the error. + +>> I dont have an `allowed_attachments` section in my setup file +>> But I've set an `allowed_attachments` like `allowed_attachments => 'maxsize(40000kb) and mimetype(*)',` and I still get the error. +>> Thanks --[[aland]] + +>>> Being the subpage of index is the problem. It's not usual to have +>>> any other page as a subpage of index; as there's really no reason to do +>>> that, so some code broke in that special case. [[fixed|done]] +>>> --[[Joey]]