John Williams wrote:
> Hello,
>
> I've just upgraded to trac0.11 dev (SVN head) on two of my servers - one of 
> them
> seems fine, but the other is having a problem with templates.  Here's the 
> oops I
> get when I try to access the Trac "about" page:
>
> 2006-10-03 17:15:31,915 Trac[main] ERROR: Traceback (innermost last):
>   File "csparse.c", line 294, in cs_parse_file()
>   File "neo_hdf.c", line 1982, in hdf_search_path()
> NotFoundError: Path about.cs not found
> ...
>   

Check your $TRAC_ENV/conf/trac.ini, you probably have:

[trac]
templates_dir = <my_copy_of_trac_templates>

Resetting the above to the location of the newly installed templates 
should fix the problem (about.cs was only added in r3031, i.e. end of 
June 2006). The other issue with the browser is also most probably 
related to the use of out-of-sync templates.

With 0.11dev about to include the new Genshi-based templates, you'll 
have to have a template_dirs pointing to a folder containing the new 
templates, so this issue was bound to happen anyway.

-- Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to