AW: ZMS Forum - passing parameters in a call to a parameterless python script
"Christian Meier" <[email protected]> Sat, 29 Jan 2011 18:35:13 +0100
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <00d701cbbfda$e3874560$aa95d020$@info> |
FYI: I updated the ZMSForum-Package: http://zmslabs.org/download/CMESS/com.zms.forum-v1.1.2.conf.zip The patch for passing parameters seems to be obsolete now. /CM -----Ursprüngliche Nachricht----- Von: Christian Meier [mailto:[email protected]] Gesendet: Donnerstag, 27. Januar 2011 18:07 An: '[email protected]' Betreff: AW: [zms-developers] ZMS Forum - passing parameters in a call to a parameterless python script 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.