Menu

#15 Pb (in v2.4) when trying to log on as admin in Blog and Wiki

open
nobody
None
5
2008-03-30
2008-03-30
Serge Hulne
No

In karrigell,version 2.4 (beta)

Pb when trying to log on as admin in Blog and Wiki:

The login as administrator generally works, except for the "Blog" and the "Wiki" where the scipts seem to look for the password file at the wrong place.

Serge Hulne.

============================

Error in /demo/wiki/wikiAuthent.py

/demo/wiki/wikiAdmin.pih
includes /demo/wiki/wikiAuthent.py

Script /demo/wiki/wikiAuthent.pyIOError: [Errno 2] Aucun fichier ou répertoire de ce type: '../../../admin/admin.ini'

Line 3
digest=open("../../../admin/admin.ini","rb").read()

Traceback (most recent call last):
File "/home/serge2/Karrigell-2.4/core/k_script.py", line 149, in render
self.run_script(ns)
File "/home/serge2/Karrigell-2.4/core/k_script.py", line 192, in run_script
exec self.pythonCode() in ns
File "<string>", line 3, in <module>
IOError: [Errno 2] Aucun fichier ou répertoire de ce type: '../../../admin/admin.ini'

Discussion


Log in to post a comment.