diff options
author | aland <aland@web> | 2011-07-06 06:56:23 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-06 06:56:23 -0400 |
commit | 3ede50ac508e3a7b7cca5553afd5fa0cac77dbd5 (patch) | |
tree | cbeacebada13affc0542462345df1acb81053126 | |
parent | 0fc6e3ca56426977a2199f1f718588c27bc0fd0d (diff) | |
download | ikiwiki-3ede50ac508e3a7b7cca5553afd5fa0cac77dbd5.tar ikiwiki-3ede50ac508e3a7b7cca5553afd5fa0cac77dbd5.tar.gz |
-rw-r--r-- | doc/bugs/Unable_to_add_attachments_to_some_pages.mdwn | 9 |
1 files changed, 9 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 5b5aec267..a9255ba3a 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,12 @@ 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]] |