[Zope-dev] Can't access ZClass object unless superuser

Joshua Lanza jlanza@vorsite.com
Tue, 18 Dec 2001 14:18:43 -0800


No, unfortunately, I haven't deleted any users. But thanks for
responding :)

The permissions settings cascade downward through the directory
structure, so I would think that if I grant Anonymous every permission
in every folder and every method all the way down through the ZClass
definition and then do the same for the page that uses the ZClass, it
should allow Anonymous access. I'm using the latest stable release of
CMF and Zope on Windex, and not interacting with IIS at all.=20

Josh

-----Original Message-----
From: Steve Alexander [mailto:steve@cat-box.net]=20
Sent: Tuesday, December 18, 2001 2:08 PM
To: Joshua Lanza
Cc: zope-dev@zope.org
Subject: Re: [Zope-dev] Can't access ZClass object unless superuser

Joshua Lanza wrote:

> This must be a simple issue, but I can't get objects that I create=20
> from custom ZClasses to be visible to Anonymous. In fact they are only

> visible to the SuperUser. I have granted every permission I can find,=20
> and tried every possible combination with proxy roles.
> =20
> I have wasted almost 2 days on this single issue and it's driving me=20
> perfectly mad. It's the only thing I need to sell Zope to upper=20
> management, but they're growing more impatient as I twiddle away more=20
> and more hours searching for anything helpful on this. The whole=20
> site's built, but only available to me.
> =20
> Any help really really really appreciated,


Have you deleted any users recently?

If so, your ZClass instances might be unowned. You'll need to take=20
ownership of them.

--
Steve Alexander