ZMS Forum - passing parameters in a call to a parameterless python script
"sascha.gottfried" <[email protected]> Thu, 27 Jan 2011 13:58:13 -0000
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <[email protected]> |
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.