[Zope] Zope 2.2.2 breaks zdiscussions

Bak @ kedai bak@nstp.com.my
Wed, 20 Sep 2000 10:48:13 +0800


On Wed, 20 Sep 2000, Philipp Auersperg wrote:
> Just for information:
>
> I also have this problem also with Zope 2.2.1 under Linux AND Windows.
> the Windows Zope was a fresh installation.
>
> I get the same message as Julio:
>
> thanks
>
> phil
>

i think this is caused by a missing comma (,) in ZDBase/ZDiscussion.py

zope 2.2.1 tickled this, and can be solved by adding in the comma.

line 131
change 
                          'manage_changeProperties',))
        )   
to
                          'manage_changeProperties',)),
        )   

not sure why it worked on zope < 2.2.1.  mebbe someone can enlighten me :)
-- 

http://www.kedai.com.my/kk 
http://www.kedai.com.my/eZine 

use Zope?  then you got HOPE!