morgan.filipsson wrote:
> Hello!
> I have a lot of printouts in the log-file:
> 2006-11-30 10:35:33,115 Trac[__init__] ERROR: No handler matched
> request to /chrome/dots.gif
> Traceback (most recent call last):
>   File
> "D:\PROGRA~1\Python23\lib\site-packages\trac\web\modpython_frontend.py",
> line 206, in handler
>     dispatch_request(mpr.path_info, mpr, env)
>   File "D:\Program Files\Python23\lib\site-packages\trac\web\main.py",
> line 139, in dispatch_request
>     dispatcher.dispatch(req)
>   File "D:\Program Files\Python23\lib\site-packages\trac\web\main.py",
> line 104, in dispatch
>     raise TracError, 'No handler matched request to %s' % req.path_info
> TracError: No handler matched request to /chrome/dots.gif

Are you using any custom templates, or plugins that refer to
"dots.gif"?  Just "/chrome/dots.gif" is not valid.  There should be at
least one directory under /chrome such as "/chrome/site/dots.gif" or
"/chrome/someplugin/dots.gif".

-- Matt Good


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-users@googlegroups.com
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