Modify ↓
#7289 closed defect (invalid)
unknown encoding: /trac/reset_password
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | 0.11-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When accessing http://myserver/trac, an error occurs (see here under). If I access http://myserver/trac/login, apache asks me for a login/password and once connected no error anymore.
System:
Trac: 0.12dev-r7181 Python: 2.5.2 (r252:60911, Apr 21 2008, 11:29:43) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] setuptools: 0.6c8 SQLite: 3.4.2 pysqlite: 2.3.2 Genshi: 0.5dev-r852 mod_python: 3.3.1 Pygments: 0.9 Subversion: 1.4.6 (r28521) jQuery: 1.2.3
Traceback:
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.12dev_r7181-py2.5.egg/trac/web/api.py", line 344, in send_error data, 'text/html') File "/usr/lib/python2.5/site-packages/Trac-0.12dev_r7181-py2.5.egg/trac/web/chrome.py", line 699, in render_template data = self.populate_data(req, data) File "/usr/lib/python2.5/site-packages/Trac-0.12dev_r7181-py2.5.egg/trac/web/chrome.py", line 599, in populate_data d['chrome'].update(req.chrome) File "/usr/lib/python2.5/site-packages/Trac-0.12dev_r7181-py2.5.egg/trac/web/api.py", line 169, in __getattr__ value = self.callbacks[name](self) File "/usr/lib/python2.5/site-packages/Trac-0.12dev_r7181-py2.5.egg/trac/web/chrome.py", line 468, in prepare_request for category, name, text in contributor.get_navigation_items(req): File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 170, in get_navigation_items (req.href.reset_password())) LookupError: unknown encoding: /trac/reset_password
Attachments (0)
Change History (5)
comment:1 by , 16 years ago
Milestone: | 0.12 → 0.11 |
---|---|
Version: | 0.12dev → 0.11-stable |
comment:1 by , 16 years ago
Milestone: | 0.12 → 0.11 |
---|---|
Priority: | normal → high |
Version: | 0.12dev → 0.11-stable |
Happened with latest Trac (r7198) and Genshi (0.5) so I change milestone and version.
Traceback (most recent call last): File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\api.py", line 339, in send_error 'text/html') File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\chrome.py", line 684, in render_template data = self.populate_data(req, data) File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\chrome.py", line 592, in populate_data d['chrome'].update(req.chrome) File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\api.py", line 168, in __getattr__ value = self.callbacks[name](self) File "c:\python25\lib\site-packages\Trac-0.11dev_r7198-py2.5.egg\trac\web\chrome.py", line 460, in prepare_request for category, name, text in contributor.get_navigation_items(req): File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 170, in get_navigation_items (req.href.reset_password())) LookupError: unknown encoding: /trac/reset_password
comment:3 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Happened with latest Trac (r7198) and Genshi (0.5) so I change milestone and version.