Modify ↓
Opened 17 years ago
Closed 13 years ago
#3740 closed defect (invalid)
This theme breaks app after enabling it in trac.ini
| Reported by: | anonymous | Owned by: | Jonatan Magnusson |
|---|---|---|---|
| Priority: | highest | Component: | CmTeknikTheme |
| Severity: | blocker | Keywords: | BROKEN |
| Cc: | Trac Release: | 0.11 |
Description
This is the error message.
Traceback (most recent call last):
File "c:\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac\web\api.py", line 339, in send_error
'text/html')
File "c:\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac\web\chrome.py", line 683, in render_template
template = self.load_template(filename, method=method)
File "c:\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac\web\chrome.py", line 659, in load_template
self.templates = TemplateLoader(self.get_all_templates_dirs(),
File "c:\python25\lib\site-packages\Trac-0.11-py2.5.egg\trac\web\chrome.py", line 406, in get_all_templates_dirs
dirs += provider.get_templates_dirs()
File "build\bdist.win32\egg\themeengine\web_ui.py", line 29, in get_templates_dirs
theme = self.system.theme
File "build\bdist.win32\egg\themeengine\api.py", line 44, in theme
raise TracError('Unknown theme %s'%self.theme_name)
TracError: Unknown theme CMTeknik
Attachments (0)
Change History (5)
comment:1 follow-up: 4 Changed 17 years ago by
comment:2 Changed 16 years ago by
| Keywords: | BROKEN added |
|---|---|
| Priority: | high → highest |
| Trac Release: | 0.10 → 0.11 |
I don't get the error message - however - after building and enabling - this theme does NOT work.
comment:3 Changed 14 years ago by
You need to restart your webserver before trac-admin recognizes the plugin.
comment:4 Changed 14 years ago by
comment:5 Changed 13 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Closing since there has been no follow-up in a while. Please reopen if you need help debugging the issue.
Note: See
TracTickets for help on using
tickets.



I am facing the same problem