24 Mar
2005
24 Mar
'05
7:35 p.m.
Fu-Ming_Tsai wrote at 2005-3-24 18:17 +0800:
I have tried to restart Zope for many times.However, it is vain. When I typed http://localhost:8080/, it display "no acl_user". Maybe I've done something wrong. :(
Enter an interactive Python interpreter. Under "*nix", you can use "bin/zopectl debug" (Chris Withers posted a corresponding batch file for Windows). In the interpreter execute: app.manage_addUserFolder() get_transaction().commit() You can now leave the interpreter again (Control-D on "*nix", "Control-Z Return" on Windows). Then try again to log in as Emergency User. -- Dieter