I changed the trac.ini to accomodate my own logo but received the message 
below when trying to access my track site through a browser. I have since 
added default values for the logo but the message below remains. How can I 
mend this problem? 

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 339, in 
send_error
    'text/html')
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 684, in 
render_template
    data = self.populate_data(req, data)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 592, in 
populate_data
    d['chrome'].update(req.chrome)
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 169, in 
__getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 454, in 
prepare_request
    chrome['logo'] = self.get_logo_data(req.href, req.abs_href)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 550, in 
get_logo_data
    height = self.logo_height > -1 and self.logo_height or None
  File "/usr/lib/python2.5/site-packages/trac/config.py", line 409, in __get__
    value = self.accessor(section, self.name, self.default)
  File "/usr/lib/python2.5/site-packages/trac/config.py", line 320, in getint
    raise ConfigurationError('expected integer, got %s' % repr(value))
ConfigurationError: expected integer, got u'-1 [inherit]'

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/J02rvadjdKwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to