[Zope-dev] What causes the failure
R. David Murray
bitz@bitdance.com
Thu, 1 Jun 2000 18:20:51 -0400 (EDT)
On Thu, 1 Jun 2000, Timothy Grant wrote:
> > Error Type: SuperCannotOwn
> > Error Value: Objects cannot be owned by the superuser
>
> I just installed the 2.2a release and I get the same error when trying
> to import my exported site.
You have to do the import as someone other than the superuser (ie: a manager
account). The permission/ownership model has changed significantly in
2.2.
Superuser should really be called 'bootstrapuser'.
--RDM