Modify ↓
Opened 17 years ago
Closed 17 years ago
#5370 closed defect (fixed)
UndefinedError: {'search': ...} has no member named "up"
Reported by: | sandro.salari | Owned by: | Christian Boos |
---|---|---|---|
Priority: | high | Milestone: | 0.11 |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
When I try to attach a file to a ticket i take this error:
Trac detected an internal error: UndefinedError: {'search': [{'href': '/projects/my-project/search', 'type': None, 'class': None, 'title': None}], 'help': [{'href': '/projects/my-project/wiki/TracGuide', 'type': None, 'class': None, 'title': None}], 'start': [{'href': '/projects/my-project/wiki', 'type': None, 'class': None, 'title': None}], 'stylesheet': [{'href': '/projects/my-project/chrome/common/css/trac.css', 'type': 'text/css', 'class': None, 'title': None}, {'href': '/projects/my-project/chrome/common/css/code.css', 'type': 'text/css', 'class': None, 'title': None}], 'shortcut icon': [{'href': '/projects/my-project/chrome/common/trac.ico', 'type': 'image/x-icon', 'class': None, 'title': None}], 'icon': [{'href': '/projects/my-project/chrome/common/trac.ico', 'type': 'image/x-icon', 'class': None, 'title': None}]} has no member named "up"
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Priority: | normal → high |
Summary: | UndefinedError: {'search': [{'href': '/projects/my-project/search', 'type': None, 'class': None, 'title': None}], 'help': [{'href': '/projects/my-project/wiki/TracGuide', 'type': None, 'class': None, 'title': None}], 'start': [{'href': '/projects/my-project/wiki', 'type': None, 'class': None, 'title': None}], 'stylesheet': [{'href': '/projects/my-project/chrome/common/css/trac.css', 'type': 'text/css', 'class': None, 'title': None}, {'href': '/projects/my-project/chrome/common/css/code.css', 'type': 'text/css', 'class': None, 'title': None}], 'shortcut icon': [{'href': '/projects/my-project/chrome/common/trac.ico', 'type': 'image/x-icon', 'class': None, 'title': None}], 'icon': [{'href': '/projects/my-project/chrome/common/trac.ico', 'type': 'image/x-icon', 'class': None, 'title': None}]} has no member named "up" → UndefinedError: {'search': ...} has no member named "up" |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r5492, thanks for the report!
Note:
See TracTickets
for help on using tickets.
Ugh, you're right.