On 2005-07-08 16:35:30, Aditya Rajgarhia wrote:
Thanks for the reply. I'm using NAV 3.0 rc1, and the solution which you wrote for the old one is not valid because that line isn't there in the new NAV.
Weird thing we haven't discovered this bug on our own.. This might be a guess, but try editing the file
/usr/local/nav/lib/python/nav/web/__init__.py
Now cut out the line "import nav.web.auth" and paste it again inside "def headerparserhandler" right above the line "import state". Make sure the lines are all indented the same way. ie:
def headerparserhandler(req): (..) import nav.web.auth import state from mod_python import apache
Please tell us if this fixed the problem.