#3397: Trac 0.9.6 with IIS 6.0
---------------------+------------------------------------------------------
 Reporter:  Merijn   |       Owner:  jonas
     Type:  defect   |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  general  |     Version:  0.9.6
 Severity:  normal   |    Keywords:       
---------------------+------------------------------------------------------
 I followed the instructions posted on TracOnWindowsIis6.

 The site seems to work, however when a user clicks logout he/she receives
 the following error:

 Trac detected an internal error:
 attempt to write a readonly database

 Python traceback
 {{{
 Traceback (most recent call last):
   File "C:\Python23\lib\site-packages\trac\web\cgi_frontend.py", line 133,
 in run
     dispatch_request(req.path_info, req, env)
   File "C:\Python23\Lib\site-packages\trac\web\main.py", line 139, in
 dispatch_request
     dispatcher.dispatch(req)
   File "C:\Python23\Lib\site-packages\trac\web\main.py", line 107, in
 dispatch
     resp = chosen_handler.process_request(req)
   File "C:\Python23\Lib\site-packages\trac\web\auth.py", line 84, in
 process_request
     self._do_logout(req)
   File "C:\Python23\Lib\site-packages\trac\web\auth.py", line 138, in
 _do_logout
     (req.authname, int(time.time()) - 86400 * 10))
   File "C:\Python23\Lib\site-packages\trac\db.py", line 219, in execute
     args or [])
   File "C:\Python23\Lib\site-packages\trac\db.py", line 211, in
 _rollback_on_error
     return function(self, *args, **kwargs)
 OperationalError: attempt to write a readonly database
 }}}

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3397>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to