exceptions.IndexError: no such status 1234
Debugging information follows
| Current variables: | |
|---|---|
| templates | <roundup.cgi.templating.Templates instance at 0x00E0DD78> |
| repeat | <roundup.cgi.PageTemplates.TALES.SafeMapping instance at 0x01A86918> |
| false | 0 |
| context | <HTMLClass(0x1a86828) issue> |
| utils | <roundup.cgi.templating.TemplatingUtils instance at 0x01A86800> |
| db | <roundup.cgi.templating.HTMLDatabase instance at 0x01A867B0> |
| nothing | None |
| i18n | <roundup.cgi.TranslationService.TranslationService instance at 0x01A78FA8> |
| true | 1 |
| default | <roundup.cgi.PageTemplates.TALES.Default instance at 0x00CDB940> |
| request | <HTMLRequest FieldStorage(None, None, [MiniFieldStorage('status', '1234'), MiniFieldStorage('priority', 'critical'), MiniFieldStorage('assignedto', 'demo'), MiniFieldStorage('title', 'test2'), MiniFieldStorage('@note', 'Copy of issue 2'), MiniFieldStorage('@template', 'item')])> |
| tracker | <roundup.instance.Tracker instance at 0x00E0A698> |
| template | <Roundup PageTemplate 'issue.item.html'> |
| config | <roundup.configuration.CoreConfig instance at 0x00E0A6E8> |
| options | {'ok_message': [], 'error_message': []} |
| loop | <roundup.cgi.PageTemplates.TALES.SafeMapping instance at 0x01A86918> |
| attrs | {'tal:content': 'structure context/status/menu'} |
| Full traceback: |
|---|
Traceback (most recent call last):
File "C:\sources\roundup-1.0.1\roundup\cgi\client.py", line 720, in renderContext
result = pt.render(self, None, None, **args)
File "C:\sources\roundup-1.0.1\roundup\cgi\templating.py", line 322, in render
getEngine().getContext(c), output, tal=1, strictinsert=0)()
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 192, in __call__
self.interpret(self.program)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 236, in interpret
handlers[opcode](self, args)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 666, in do_useMacro
self.interpret(macro)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 236, in interpret
handlers[opcode](self, args)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 411, in do_optTag_tal
self.do_optTag(stuff)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 396, in do_optTag
return self.no_tag(start, program)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 391, in no_tag
self.interpret(program)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 236, in interpret
handlers[opcode](self, args)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 689, in do_defineSlot
self.interpret(slot)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 236, in interpret
handlers[opcode](self, args)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 632, in do_condition
self.interpret(block)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 236, in interpret
handlers[opcode](self, args)
File "C:\sources\roundup-1.0.1\roundup\cgi\TAL\TALInterpreter.py", line 564, in do_insertStructure_tal
structure = self.engine.evaluateStructure(expr)
File "C:\sources\roundup-1.0.1\roundup\cgi\PageTemplates\TALES.py", line 227, in evaluate
return expression(self)
File "C:\sources\roundup-1.0.1\roundup\cgi\PageTemplates\Expressions.py", line 194, in __call__
return self._eval(econtext)
File "C:\sources\roundup-1.0.1\roundup\cgi\PageTemplates\Expressions.py", line 189, in _eval
return render(ob, econtext.vars)
File "C:\sources\roundup-1.0.1\roundup\cgi\PageTemplates\Expressions.py", line 95, in render
ob = ob()
File "C:\sources\roundup-1.0.1\roundup\cgi\templating.py", line 1770, in menu
option = linkcl.get(optionid, k) or ''
File "C:\sources\roundup-1.0.1\roundup\backends\back_anydbm.py", line 924, in get
d = self.db.getnode(self.classname, nodeid)
File "C:\sources\roundup-1.0.1\roundup\backends\back_anydbm.py", line 329, in getnode
raise IndexError, "no such %s %s"%(classname, nodeid)
IndexError: no such status 1234
|