-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

This problem is solved.

Starting zope interactively via *zopectl debug* I was able to rename the
folder to something differently than 'plone'.

Thats what I did:
>>> admin = app.acl_users.getUserById('admin')
>>> admin
>>> admin = app.acl_users.getUserById('mz')
>>> admin = admin.__of__(app.acl_users)
>>> from AccessControl.SecurityManagement import newSecurityManager
>>> newSecurityManager(None, admin)
>>> from Testing.makerequest import makerequest
>>> app=makerequest(app)

>>> o = app.<some.path>.plone
>>> o.aq_parent.manage_renameObject(o.getId(), 'plone2'
>>> o.getId()


Renaming the item back to "plone" gives me: "plone is reserved". Imho
there should really (!) be some information that plone is now a reserved
word somewhere in the migration docs.

_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup


- --
cu,
   Michael

- ---------------------------
|  [EMAIL PROTECTED] |
- --------------------------


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF7WWQnMaJGnV46K4RAg3nAJ0emwHGLm1gY9biqLmIL+rkzuoVtQCdEWKr
ecEqYzALmun7L+sNm18w080=
=/FmG
-----END PGP SIGNATURE-----

_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to