[Zope3-dev] Problem running zwiki, job board Products

Samir Patel mepython at yahoo.com
Wed Aug 13 07:46:15 EDT 2003


I have copy cvs version of Zope3 and Products3 on
gentoo linux. All tests ran successfully. Then I
install 3 Products which I downloaded from cvs:
hellopackage, job board and zwiki. Hellopackage ran
successfully but I have following problems with other
2.

jobboard: I can install it but when I click on "Submit
a new job", I get following error:

ForbiddenAttribute
A server error occurred.

Traceback on z3.py:
2003-08-13T04:36:26 ERROR SiteError
http://localhost:8080/job/edit.html
Traceback (most recent call last):
  File
"/data/new/Zope3/src/zope/publisher/publish.py", line
135, in publish
    object = request.traverse(object)
  File
"/data/new/Zope3/src/zope/publisher/browser.py", line
612, in traverse
    ob = super(BrowserRequest, self).traverse(object)
  File "/data/new/Zope3/src/zope/publisher/http.py",
line 435, in traverse
    ob = super(HTTPRequest, self).traverse(object)
  File "/data/new/Zope3/src/zope/publisher/base.py",
line 253, in traverse
    subobject = publication.traverseName(
  File
"/data/new/Zope3/src/zope/app/publication/publicationtraverse.py",
line 77, in traverseName
    ob2 = adapter.publishTraverse(request, nm)
  File
"/data/new/Zope3/src/zope/app/container/traversal.py",
line 47, in publishTraverse
    subob = c.get(name, None)
  File "/data/new/Zope3/src/zope/security/checker.py",
line 225, in check_getattr
    self._checker2.check_getattr(object, name)
  File "/data/new/Zope3/src/zope/security/checker.py",
line 138, in check_getattr
    self.check(object, name)
  File "/data/new/Zope3/src/zope/security/checker.py",
line 173, in check
    raise ForbiddenAttribute, name
ForbiddenAttribute: get
127.0.0.1 - anybody [13/Aug/2003:04:36:26 -0500] "GET
/job/edit.html HTTP/1.1" 500 341
"http://localhost:8080/job" "Mozilla/5.0 (X11; U;
Linux i686; en-US; rv:1.5a) Gecko/20030812 Mozilla
Firebird/0.6.1"


******************************************************

When I try to add wiki inside zope, it errors out
with:
 User: Sample Manager
 
Unauthorized

You are not authorized

traceback from z3.py:
127.0.0.1 - anybody [13/Aug/2003:04:40:24 -0500] "GET
/+/AddWiki=testwiki HTTP/1.1" 401 1937
"http://localhost:8080/@@contents.html?type_name=@@AddWiki"
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a)
Gecko/20030812 Mozilla Firebird/0.6.1"
127.0.0.1 - sample_manager [13/Aug/2003:04:40:24
-0500] "GET /+/AddWiki=testwiki HTTP/1.1" 200 5036
"http://localhost:8080/@@contents.html?type_name=@@AddWiki"
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a)
Gecko/20030812 Mozilla Firebird/0.6.1"
127.0.0.1 - anybody [13/Aug/2003:04:40:25 -0500] "GET
/+/@@singleBranchTree.xml HTTP/1.1" 200 364 ""
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a)
Gecko/20030812 Mozilla Firebird/0.6.1"
127.0.0.1 - anybody [13/Aug/2003:04:40:34 -0500] "POST
/+/AddWiki%3Dtestwiki HTTP/1.1" 401 1937
"http://localhost:8080/+/AddWiki=testwiki"
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a)
Gecko/20030812 Mozilla Firebird/0.6.1"
127.0.0.1 - sample_manager [13/Aug/2003:04:40:34
-0500] "POST /+/AddWiki%3Dtestwiki HTTP/1.1" 403 1892
"http://localhost:8080/+/AddWiki=testwiki"
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a)
Gecko/20030812 Mozilla Firebird/0.6.1" 


This is happening for more than a month now. Are there
anybody who is successful in running this products
with latest cvs version of zope (I am getting same
problem with zope3 milestone 3 release).


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the Zope3-dev mailing list