Hi Thomas,
  I set the log level to INFO, which should include ERROR and WARN.  All I'm receiving are these errors

2006-04-11 14:53:13,928 Trac[chrome] WARNING: File tracnav.css not found in any of ['/data1/trac/smokskis/htdocs']
2006-04-11 14:53:13,936 Trac[main] ERROR: File not found
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request( mpr.path_info, mpr, 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 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 176, in process_request
    raise TracError, 'File not found'
TracError: File not found

I found that this was due to the css import that needed to be added from the old plugin.  I deleted the import line from templates/site_css.cs and now I receive no log output at all in the log (even with info set), but I'm still not able to use the plugin.  I still receive the error

Error: Failed to load processor TracNav
No macro named [[TracNav]] found

thanks,
Todd




On 4/11/06, Thomas Moschny <[EMAIL PROTECTED]> wrote:
On Tuesday 11 April 2006 17:53, Todd Nine wrote:
>  File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 176, in
> process_request raise TracError, 'File not found'
> TracError: File not found

Ok, so can you please enable warnings in your log, because then we will see
what file is missing, and where it is searched for:

175 self.log.warning('File %s not found in any of %s', filename, dirs)
176 raise TracError, 'File not found'

You didn't set htdocs_location in trac.ini, did you?

- Thomas
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to