Modify ↓
#3397 closed defect (invalid)
Trac 0.9.6 with IIS 6.0
Reported by: | Merijn | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.9.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
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
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
As instructed on the "New Ticket" web page, please report installation issue first to the mailing list.
comment:3 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing this. As eblot says, support issues should be raised on the IrcChannel or MailingList.
Note:
See TracTickets
for help on using tickets.
After adding write permissions to the Trac repository the change, or logout was performed normally. The remaining problem now is that i am then redirected to a 'Page not found'.