technology@mylinuxisp.com wrote:
Zope version 2.1.6 on redhat 6.2 using apache integration zia zope.cgi
I have created the cdclass example in the zope developer guide on zope.org.
I have created a dtml document in the cdclass zclass with <dtml-var id> and <dtml-var title> statements in it.
The zclass instance is called mycd.
When I try to view the instance called mycd. i get zope error "You are not authorized to access title_or_id. "
I made sure all permissions for anonymouse are set to view. What could I be missing. Thanks for your help.
if your accessing your zope fine through Apache, including management screens it sounds more like a permission problem with you ZClass. make sure that anonymous has permission to access content info as well as view. cheers Kapil