Re: [Zope] 'Unauthorized' Error
Hello. Thanks for your input. Actually, although there is an index_html in the root folder, it is trying to access the index_html in the /Test folder. I checked this several times ane even renamed the index_html in the root folder but got the same error. - Asad On Fri, 9 Apr 2004, James Cammarata wrote:
This sounds to me like you are trying to access a traversed item from a sub folder. Is there an actual index_html in the /Test directory? Or is it trying to access an index_html that is in the / folder?
James Cammarata Developer @ Alter Trading Desk: (314) 872-2426 Cell: (314) 409-0583 James.Cammarata@altertrading.com ________________________________________________________ Out the Ethernet, through the router, down the fiber, off another router, down the T1, past the fire-wall ...nothing but Net
Hello. Well, I was able to successfully access other documents in the /Test folder but I still can't access index_html. Is there something special about index_html that I am missing other than the fact that Zope will create one for you upon folder creation if you wish? Any help would be greatly appreciated. Thanks. - Asad On Fri, 9 Apr 2004, Asad Habib wrote:
Hello. Thanks for your input. Actually, although there is an index_html in the root folder, it is trying to access the index_html in the /Test folder. I checked this several times ane even renamed the index_html in the root folder but got the same error.
- Asad
On Fri, 9 Apr 2004, James Cammarata wrote:
This sounds to me like you are trying to access a traversed item from a sub folder. Is there an actual index_html in the /Test directory? Or is it trying to access an index_html that is in the / folder?
James Cammarata Developer @ Alter Trading Desk: (314) 872-2426 Cell: (314) 409-0583 James.Cammarata@altertrading.com ________________________________________________________ Out the Ethernet, through the router, down the fiber, off another router, down the T1, past the fire-wall ...nothing but Net
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
This is what i was refering to. index_html is an actual object that must be created like any other document. If it doesn't exist in the current directory you're trying to access, then Zope will traverse looking for it. It sounds like your setup is trying to access an index_html directory in a higher level directory, and it is failing because the acl_users for /Test conflicts with the acl_users that applies to the index_html it is finding. Create an index_html in your /Test directory and that should fix the problem. At 03:59 PM 4/9/2004, Asad Habib wrote:
Hello. Well, I was able to successfully access other documents in the /Test folder but I still can't access index_html. Is there something special about index_html that I am missing other than the fact that Zope will create one for you upon folder creation if you wish? Any help would be greatly appreciated. Thanks.
- Asad
James Cammarata jimi@sngx.net www.sngx.net home: 314-966-5976 work: 314-872-2426 cell: 314-409-0583 ______________________________________________________________ Out the Ethernet, through the router, down the fiber, off another router, down the T1, past the fire-wall ...nothing but Net
Hello. I already have an index_html in /Test but the same error still occurs. Any help would be greatly appreciated. Thanks. - Asad On Fri, 9 Apr 2004, James Cammarata wrote:
This is what i was refering to. index_html is an actual object that must be created like any other document. If it doesn't exist in the current directory you're trying to access, then Zope will traverse looking for it. It sounds like your setup is trying to access an index_html directory in a higher level directory, and it is failing because the acl_users for /Test conflicts with the acl_users that applies to the index_html it is finding.
Create an index_html in your /Test directory and that should fix the problem.
At 03:59 PM 4/9/2004, Asad Habib wrote:
Hello. Well, I was able to successfully access other documents in the /Test folder but I still can't access index_html. Is there something special about index_html that I am missing other than the fact that Zope will create one for you upon folder creation if you wish? Any help would be greatly appreciated. Thanks.
- Asad
James Cammarata jimi@sngx.net www.sngx.net home: 314-966-5976 work: 314-872-2426 cell: 314-409-0583 ______________________________________________________________ Out the Ethernet, through the router, down the fiber, off another router, down the T1, past the fire-wall ...nothing but Net
Hi Asad, Asad Habib wrote:
Hello. I already have an index_html in /Test but the same error still occurs. Any help would be greatly appreciated. Thanks.
Does /that/ index_html reference objects (headers, footers?) which it accesses by traversal? If so, try copying these objects to your /Test folder... Cheers, PhilK
participants (3)
-
Asad Habib -
James Cammarata -
Philip Kilner