AW: ZMS Forum - passing parameters in a call to a parameterless python script

"Christian Meier" <[email protected]> Thu, 27 Jan 2011 18:07:15 +0100
Newsgroups gmane.comp.cms.zms.devel
Message-ID <003a01cbbe44$a9ab9900$fd02cb00$@info>
This is a known issue - please refer to
http://tech.groups.yahoo.com/group/zms-developers/message/3598

Latest version of ZMSForum is
http://zmslabs.org/download/CMESS/com.zms.forum-v1.1.1.conf.zip

/CM


Von: [email protected] [mailto:[email protected]]
Im Auftrag von sascha.gottfried
Gesendet: Donnerstag, 27. Januar 2011 14:58
An: [email protected]
Betreff: [zms-developers] ZMS Forum - passing parameters in a call to a
parameterless python script

  
Hi Christian Meier,

today I tried the trunk version of org.cmess.forum from . This python script
(ZMSForum_handleBoard) passes several parameters in a call to this python
script (ZMSForum_getMessages), but the definition has an empty list of
parameters. This results in this exception.

Error Type: TypeError
Error Value: ZMSForum_getMessages() takes no arguments (2 given)

I applied the parameter list of all python scripts and got it running in the
end.

While playing with a couple of exceptions were raised.

Is this version ready to run? Which is the latest stable version? Where is a
bug tracker to report such things to you directly.