Opened 19 years ago
Closed 17 years ago
#131 closed defect (worksforme)
neo_hdf.c: Unable to set Empty component chrome.nav.mainnav.
| Reported by: | <Vitaliy Yermolenko> vitaliyy@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.6 |
| Component: | Trac plugin | Version: | 0.5.3 |
| Keywords: | Cc: | ||
| Operating System: | Linux |
Description (last modified by cmlenz)
Bitten-0.5.3 was installed and configured according own README.txt file with Trac 0.9.3 and svn 1.3.2 (r19776). After Trac starting up the next error occured:
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/standalone.py", line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 100, in dispatch
chrome.populate_hdf(req, chosen_handler)
File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 267, in populate_hdf
req.hdf!['chrome.nav.%s.%s' % (category, name)] = text
File "/usr/lib/python2.4/site-packages/trac/web/clearsilver.py", line 194, in !__setitem__
self.set_value(name, value, True)
File "/usr/lib/python2.4/site-packages/trac/web/clearsilver.py", line 231, in set_value
add_value(name, value)
File "/usr/lib/python2.4/site-packages/trac/web/clearsilver.py", line 215, in add_value
self.hdf.setValue(prefix, value)
Error: Traceback (innermost last):
File "neo_hdf.c", line 805, in hdf_set_value()
File "neo_hdf.c", line 795, in _set_value()
!AssertError: Unable to set Empty component chrome.nav.mainnav.
Trac was fine before Bitten installation.
Trac is not workable now even after deactivating of installed Bitten - I hope that rollback to preliminary made database backup should help.
Attachments (0)
Change History (3)
comment:1 Changed 19 years ago by cmlenz
- Description modified (diff)
comment:2 Changed 19 years ago by anonymous
Can you tell me how to edit Trac's main page just like this.How to edit the main navigator and meta Navigator!My email is denghr85@… Thanks!
comment:3 Changed 17 years ago by dfraser
- Resolution set to worksforme
- Status changed from new to closed
Bitten 0.6 now works with Trac 0.11 and no longer users clearsilver - closing this as worksforme

Weird stuff. Any news?