Hi,
I have NAV 3.2.2 installed on SLES 10.
After quite some work I'm now at a point where I have two major issues
(two posts) and I'm a bit stuck.
2. Logging in to the WEB interface and many other operations result in
the following type of error output in Firefox.
This particular one when selecting "Edit database" in the Tools.
I have already recompiled a lot of python files, but for the Template.py
on the last row I cannot find a source template to compile.
Am I on the right track at all?
Thanks in advance for your assistance,
Johan
Mod_python error: "PythonHandler editdb"
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line
299, in HandlerDispatch
result = object(req)
File "/usr/local/nav/apache/webroot/editdb/editdb.py", line 150, in
handler
output = index(req,showHelp)
File "/usr/local/nav/apache/webroot/editdb/editdb.py", line 351, in
index
template = editdbTemplate(searchList=[nameSpace])
File "/usr/local/nav/lib/python/nav/web/templates/editdbTemplate.py",
line 65, in __init__
MainTemplate.__init__(self, *args, **KWs)
File "/usr/local/nav/lib/python/nav/web/templates/MainTemplate.py",
line 65, in __init__
for k,v in KWs.items():
File "/usr/local/lib/python2.4/site-packages/Cheetah/Template.py",
line 1169, in __init__
raise AssertionError(
AssertionError: This template was compiled with Cheetah version 1.0.
Templates compiled before version 2.0rc6 must be recompiled.