Modify ↓
#1738 closed defect (invalid)
IndexError after removing and re-adding all permissions from user anonymous
Reported by: | deuterium | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This resulted in an Apache Error 500 (Internal Server Error)
Couldn't solve it even when adding all the permissions to anonymous it had previously.
File "/usr/lib/python2.3/site-packages/trac/ModPythonHandler.py", line 195, in handler core.dispatch_request(mpr.path_info, args, mpr, env) File "/usr/lib/python2.3/site-packages/trac/core.py", line 441, in dispatch_request module.run() File "/usr/lib/python2.3/site-packages/trac/Module.py", line 36, in run core.populate_hdf(self.req.hdf, self.env, self.db, self.req) File "/usr/lib/python2.3/site-packages/trac/core.py", line 208, in populate_hdf if htdocs_location[-1] != '/': IndexError: string index out of range
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Note:
See TracTickets
for help on using tickets.
i've just tried to reproduce this error with a plain new project, but this time, it didn't appear. i suggest treating it as a strange coincidence and marking it as "invalid".