Re: [Zope] ZDiscussions and Zope 2.2

2000-07-20 Thread J. Atwood

Are you using the old ZDiscussions or ZUBB?

I have not had the time to fix ZUBB to work with 2.2 but will try this
weekend.

J

 From: Gidon Friedman [EMAIL PROTECTED]
 Date: Thu, 20 Jul 2000 12:33:58 +0200
 To: [EMAIL PROTECTED]
 Subject: [Zope] ZDiscussions and Zope 2.2
 
 hi
 
 Anybody tried to use ZDiscussion with Zope 2.2 ?
 I somehow can't manage to get it to work 
 
 First I wasn't able to use 'regenerate method' because
 of a  TypeError : keyword parameter redefined
 
 then i copied the methods by hand, but each time
 i try to view a non-empty Topic (as Manager) it shows:
 Zope Error: Unauthorized
 I can view the page as superuser without problems.
 I can also view an old Topic that i created in Zope 2.1.6
 and imported into the new site as Manager. As long as i
 don't ad new Items ...
 
 Anybody? I add the tracebacks at the end, my os is aix 4.3.
 
 
 thankx
 
 gidon
 
 -
 traceback I: regenerate methods:
 
 Traceback (innermost last):
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 222,
 in publish_module
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 187,
 in publish
 File /home/gfried/Zope-2.2.0-src/lib/python/Zope/__init__.py, line 221, in
 zpublisher_exception_hook
 (Object: ElementWithAttributes)
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 171,
 in publish
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/mapply.py, line 160, in
 mapply
 (Object: manage_regenerateDefaultMethods)
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 112,
 in call_object
 (Object: manage_regenerateDefaultMethods)
 File /home/gfried/Zope-2.2.0-src/lib/python/OFS/DTMLMethod.py, line 167, in
 __call__
 (Object: manage_regenerateDefaultMethods)
 File /home/gfried/Zope-2.2.0-src/lib/python/DocumentTemplate/DT_String.py,
 line 502, in __call__
 (Object: manage_regenerateDefaultMethods)
 File /home/gfried/Zope-2.2.0-src/lib/python/DocumentTemplate/DT_In.py, line
 691, in renderwob
 (Object: default_methods.objectIds())
 File /home/gfried/Zope-2.2.0-src/lib/python/DocumentTemplate/DT_Util.py, line
 337, in eval
 (Object: manage_addProduct['OFSP'].addDTMLMethod(
 this(),
 _['sequence-item'],
 title=_.getattr(default_methods, _['sequence-item']).title,
 file=_.getattr(default_methods, _['sequence-item'])))
 (Info: this)
 File lt;stringgt;, line 0, in ?
 TypeError: (see above)
 
 traceback II: index_html as Manager in non-empty Topic.
 
 Traceback (innermost last):
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 222,
 in publish_module
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 187,
 in publish
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 171,
 in publish
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/mapply.py, line 160, in
 mapply
 (Object: index_html)
 File /home/gfried/Zope-2.2.0-src/lib/python/ZPublisher/Publish.py, line 112,
 in call_object
 (Object: index_html)
 File /home/gfried/Zope-2.2.0-src/lib/python/OFS/DTMLMethod.py, line 167, in
 __call__
 (Object: index_html)
 File /home/gfried/Zope-2.2.0-src/lib/python/DocumentTemplate/DT_String.py,
 line 502, in __call__
 (Object: index_html)
 File /home/gfried/Zope-2.2.0-src/lib/python/TreeDisplay/TreeTag.py, line 155,
 in render
 (Object: a tree tag)
 File /home/gfried/Zope-2.2.0-src/lib/python/TreeDisplay/TreeTag.py, line 261,
 in tpRender
 (Object: ElementWithAttributes)
 File /home/gfried/Zope-2.2.0-src/lib/python/TreeDisplay/TreeTag.py, line 337,
 in tpRenderTABLE
 (Object: ElementWithAttributes)
 Unauthorized: [0]
 
 
 
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )
 
 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZDiscussions and Zope 2.2

2000-07-20 Thread Gidon Friedman

I used the old ZDiscussions 0.2, but i installed the
new ZDiscussions 0.3.2 now, and the results are
_exactly_ the same.

cheers

gidon

 Are you using the old ZDiscussions or ZUBB?

 I have not had the time to fix ZUBB to work with 2.2 but will try this
 weekend.

 J


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZDiscussions and Zope 2.2

2000-07-20 Thread J. Atwood

Good.. that means that it was an inherited problem. :)

J

 From: Gidon Friedman [EMAIL PROTECTED]
 Date: Thu, 20 Jul 2000 15:08:25 +0200
 To: "J. Atwood" [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Zope] ZDiscussions and Zope 2.2
 
 I used the old ZDiscussions 0.2, but i installed the
 new ZDiscussions 0.3.2 now, and the results are
 _exactly_ the same.
 
 cheers
 
 gidon
 
 Are you using the old ZDiscussions or ZUBB?
 
 I have not had the time to fix ZUBB to work with 2.2 but will try this
 weekend.
 
 J
 
 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZDiscussions and Zope 2.2

2000-07-20 Thread Júlio Dinis Silva

I'm using ZDiscussions 1.0 on 2.2 with no problems.
Regards,
Júlio Dinis Silva

From: "J. Atwood" [EMAIL PROTECTED]
To: Gidon Friedman [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [Zope] ZDiscussions and Zope 2.2
Date: Thu, 20 Jul 2000 10:28:36 -0400

Good.. that means that it was an inherited problem. :)

J

  From: Gidon Friedman [EMAIL PROTECTED]
  Date: Thu, 20 Jul 2000 15:08:25 +0200
  To: "J. Atwood" [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: Re: [Zope] ZDiscussions and Zope 2.2
 
  I used the old ZDiscussions 0.2, but i installed the
  new ZDiscussions 0.3.2 now, and the results are
  _exactly_ the same.
 
  cheers
 
  gidon
 
  Are you using the old ZDiscussions or ZUBB?
 
  I have not had the time to fix ZUBB to work with 2.2 but will try this
  weekend.
 
  J
 
 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )



Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZDiscussions and Zope 2.2

2000-05-31 Thread Cary O'Brien

 Hi Cary,
 
 I'd be really happy if you could try out Squishdot 0.4.0 for what you're
 doing. It's kindof ZDiscussions on steroids and should work with 2.2,
 although I haven't had a chance to test it yet...
 

It seems broken.

Using Zope-2.2.0a1 and Squishdot-0-4-0, this is what happens.

Install squishdot, restart - ok.
Create a squishdot topic from the management interface - ok.
Access the empty topic (i.e. directly, not through management interface) - ok.
Click "Post Article", get article entry form - ok.
Add dummy article, click Add, get "Your article has been posted" confirm. page - ok.
Click OK from confirm page, get Authorization Failed - Retry.
Give up, traceback below.

The new security stuff in 2.2 seems to have broken a lot of stuff.  Seems as if I
may have to rollback some internal sites back to 2.1.6.

-- cary

- traceback 
-

Traceback (innermost last):
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/ZPublisher/Publish.py, line 224, 
in publish_module
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/ZPublisher/Publish.py, line 189, 
in publish
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/ZPublisher/Publish.py, line 175, 
in publish
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/ZPublisher/mapply.py, line 160, 
in mapply
  (Object: index_html)
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/ZPublisher/Publish.py, line 112, 
in call_object
  (Object: index_html)
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/Products/Squishdot/Squishdot.py, 
line 1215, in index_html
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/OFS/DTMLMethod.py, line 160, in 
__call__
  (Object: posting_html)
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/DocumentTemplate/DT_String.py, 
line 500, in __call__
  (Object: posting_html)
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/DocumentTemplate/DT_Util.py, 
line 327, in eval
  (Object: meta_type == 'Comment')
  (Info: meta_type)
File /usr2/local/zope/Zope-2.2.0a1-src/lib/python/OFS/DTMLMethod.py, line 180, in 
validate
  (Object: posting_html)
File 
/usr2/local/zope/Zope-2.2.0a1-src/lib/python/AccessControl/SecurityManager.py, line 
139, in validate
File 
/usr2/local/zope/Zope-2.2.0a1-src/lib/python/AccessControl/ZopeSecurityPolicy.py, line 
160, in validate
  Unauthorized: meta_type




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZDiscussions and Zope 2.2

2000-05-30 Thread J. Atwood

What version are you using?

J

 From: "Cary O'Brien" [EMAIL PROTECTED]
 Date: Tue, 30 May 2000 10:31:44 -0400 (EDT)
 To: [EMAIL PROTECTED]
 Subject: [Zope] ZDiscussions and Zope 2.2
 
 
 I can't seem to add a ZDiscussions topic any more.  I keep getting
 authorization failures.  Managers are allowed to all zdiscussion
 topics on the security page, though.
 
 Is this related to the problem with ZSQL queries and the new
 permissions scheme with 2.2?
 
 -- cary
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )
 
 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )