aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-07-07 20:32:14 -0400
committerJoey Hess <joey@kitenet.net>2011-07-07 20:32:14 -0400
commit9f7d9ab356ba81972bf8bed8486a6994fef51667 (patch)
tree364eb8326a48b6a79696f26196cca8a001c2c42b /doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn
parent786afc42e09d6bf52166608c230a9a77025fbf56 (diff)
downloadikiwiki-9f7d9ab356ba81972bf8bed8486a6994fef51667.tar
ikiwiki-9f7d9ab356ba81972bf8bed8486a6994fef51667.tar.gz
Bugfix for trying to attach files to a subpage of the index page.
Diffstat (limited to 'doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn')
-rw-r--r--doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn5
1 files changed, 5 insertions, 0 deletions
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 a9255ba3a..c7fe0bd15 100644
--- a/doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn
+++ b/doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn
@@ -24,3 +24,8 @@ Please advise.
>> 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]]