Modify ↓
Opened 17 years ago
Closed 17 years ago
#8171 closed defect (wontfix)
Traceback when viewing wiki page
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | none |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Visit http://cellgis.net/wiki/GeoTiff?format=txt and get this traceback:
Traceback (most recent call last):
File "/home/andromeda/lib/python2.4/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/home/andromeda/lib/python2.4/trac/web/main.py", line 191, in dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/home/andromeda/lib/python2.4/trac/web/main.py", line 263, in _pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/home/andromeda/lib/python2.4/trac/versioncontrol/api.py", line 73, in pre_process_request
self.get_repository(req.authname).sync()
File "/home/andromeda/lib/python2.4/trac/versioncontrol/api.py", line 94, in get_repository
((self.repository_type,)*2))
TracError: <unprintable TracError object>
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
| Component: | admin/web → general |
|---|---|
| Description: | modified (diff) |
| Summary: | http://cellgis.net/wiki/GeoTiff?format=txt → Traceback when viewing wiki page |
comment:2 by , 17 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Try upgrading to 0.11.4 (TracDownload#LatestStableRelease), it should normally show the above error correctly.
Btw, this system seems to be a "localized" 0.10.5, so don't expect any fix on that basis. You should rather upgrade directly to 0.12dev / trunk if you need i18n for your language.
Note:
See TracTickets
for help on using tickets.



Checked the page. The error isn't printable because it has a localized error with accents, I think. That's a little interesting.
The correct error appears in the page title, which looks like missing subversion bindings.