Roundup Tracker - Issues

Message1792

Author bruceguenter
Recipients
Date 2005-01-04.20:49:15
Message-id
In-reply-to
I just installed version 0.7.10.  I could successfully
view the unauthenticated login page, but after login I
get the following error (full traceback):

Traceback (most recent call last):
  File
"/home/roundup/lib/python/roundup/cgi/client.py", line
527, in renderContext
    result = pt.render(self, None, None, **args)
  File
"/home/roundup/lib/python/roundup/cgi/templating.py",
line 258, in render
    getEngine().getContext(c), output, tal=1,
strictinsert=0)()
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 154, in __call__
    self.interpret(self.program)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 186, in interpret
    handlers[opcode](self, args)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 432, in do_insertStructure_tal
    structure = self.engine.evaluateStructure(expr)
  File
"/home/roundup/lib/python/roundup/cgi/PageTemplates/TALES.py",
line 226, in evaluate
    v = expression(self)
  File
"/home/roundup/lib/python/roundup/cgi/PageTemplates/PythonExpr.py",
line 72, in __call__
    return f()
  File "<string>", line 2, in f
  File
"/home/roundup/lib/python/roundup/cgi/templating.py",
line 618, in renderWith
    return pt.render(self._client, self.classname, req,
**args)
  File
"/home/roundup/lib/python/roundup/cgi/templating.py",
line 258, in render
    getEngine().getContext(c), output, tal=1,
strictinsert=0)()
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 154, in __call__
    self.interpret(self.program)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 186, in interpret
    handlers[opcode](self, args)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 525, in do_useMacro
    self.interpret(macro)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 186, in interpret
    handlers[opcode](self, args)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 345, in do_optTag_tal
    self.do_optTag(stuff)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 330, in do_optTag
    return self.no_tag(start, program)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 325, in no_tag
    self.interpret(program)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 186, in interpret
    handlers[opcode](self, args)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 491, in do_condition
    self.interpret(block)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 186, in interpret
    handlers[opcode](self, args)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 238, in do_startTag
    ok, name, s = attrAction(self, item)
  File
"/home/roundup/lib/python/roundup/cgi/TAL/TALInterpreter.py",
line 303, in attrAction_tal
    evalue = self.engine.evaluateText(item[3])
  File
"/home/roundup/lib/python/roundup/cgi/PageTemplates/TALES.py",
line 233, in evaluateText
    text = self.evaluate(expr)
  File
"/home/roundup/lib/python/roundup/cgi/PageTemplates/TALES.py",
line 226, in evaluate
    v = expression(self)
  File
"/home/roundup/lib/python/roundup/cgi/PageTemplates/PythonExpr.py",
line 72, in __call__
    return f()
  File "<string>", line 2, in f
  File
"/home/roundup/lib/python/roundup/cgi/templating.py",
line 2037, in indexargs_url
    l.append(s%(k, ','.join(v)))
NameError: global name 's' is not defined

History
Date User Action Args
2009-02-03 14:21:07adminlinkissue1096027 messages
2009-02-03 14:21:07admincreate