zope-2.8.8
freebsd-4.11


I am setting up zope for the first time and I still cannot log into to zope.

I set the username password in the inituser file and placed it in the /usr/local/www/Zope dir

I even regenerated the file and still I am not able to get in.

is there any logging I can turn on to really show what is going on here.

I see that the Z2.log file is scrolling but there is nothing to say there is an erorr and why the authentication is failing?

clues please?


here is my current zope.conf logging:

--- snip ---

<eventlog>
  level info
  <logfile>
    path $INSTANCE/log/event.log
    level info
  </logfile>
</eventlog>

<logger access>
  level WARN
  <logfile>
    path $INSTANCE/log/Z2.log
    format %(message)s
  </logfile>
</logger>

<logger trace>
   level WARN
   <logfile>
     path $INSTANCE/log/trace.log
     format %(message)s
   </logfile>
</logger>



---s nip ---

cheers,

Noah

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to