Attention

This document was written for an old version of Plone, Plone 2.5.x, and was last updated 1565 days ago.

To learn how to upgrade to the current version of Plone, read the upgrade manual.

Members Can't Create Folders Through WebDAV

by Kelvin Tan last modified Feb 04, 2009 03:07 AM
Using a WebDAV client on a Plone site, sitre users are unable to create new folders directories where they have Owner role.

Problem:

The WebDAV "make folder" method, MKCOL, requires the "Add Folders" permission. This is not normally granted to Members or Owners on the site.

Workaround:

In the Zope Management Interface, under the "Security" tab for the Plone root, check the "Owners" box for the "Add Folders" permission setting.

Discovered and tested in Plone 2.5.3.

Much thanks to joelburton from #plone on IRC for helping me with this.