ClearSilver is the templating engine used in Trac 0.10 and previous
releases. HDF is the data set used to fill in the ClearSilver template
with the actual data, which is transformed into the actual XHTML
output stream.

In the development release, ClearSilver engine is not used anymore,
except if you've activated Trac 0.10 plugins that still rely on the
ClearSilver engine.

As the error you got is about a ClearSilver missing template (.cs
file). The python file that has produced this error is a file from
trac 0.10.4 (or below), not from the development trunk.

In other words, your upgrade to the development release has failed
somehow. When you upgrade to another major release (0.10 -> 0.11 for
example), it is highly recommended to uninstall the previous release.

You need to clean up your installation, get rid of Trac 0.10 files,
then check out a fresh copy of the development version (pre-0.11)

Cheers,
Manu

On Dec 11, 2007 12:30 AM, Tommy Butler <[EMAIL PROTECTED]> wrote:
>
>  Wow you're speakin greek to me.  "hdf"?  "clearsilver"?  As to your
> question regarding plugins, no, I am not using any plugins.  Do you see
> something I'm doing wrong?
>
>  --
>  Tommy Butler
>
>
>
>  rupert thurner wrote:
>  isn't hdf clearsilver, which should not be used by 0.11 any more? you
> have any plugins enabled?
>
> On Dec 10, 8:17 pm, Tommy Butler <[EMAIL PROTECTED]> wrote:
>
>
>  I've seen this question two times in the list archives, but no one got
> any help. I'm hoping my luck is better. Can anyone tell me how to
> fix this, or show me where to look so that I might find helpful
> information there?
>
> I upgraded to the development version (a la svn checkout), and now
> when I run index.wsgi I get this error in the apache error log:
>
> mod_wsgi (pid=21935): Exception occurred within WSGI script '/usr/
> share/trac/htdocs/index.wsgi'., referer:http://10.10.10.2/
> Traceback (most recent call last):, referer:http://10.10.10.2/
> File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 440, in
> dispatch_request, referer:http://10.10.10.2/
>  req.send_error(sys.exc_info(), status=500), referer:http://10.10.10.2/
> File "/usr/lib/python2.4/site-packages/trac/web/api.py", line 380, in
> send_error, referer:http://10.10.10.2/
>  data = self.hdf.render(template), referer:http://10.10.10.2/
>  File "/usr/lib/python2.4/site-packages/trac/web/clearsilver.py",
> line 290, in render, referer:http://10.10.10.2/
>  template.parseFile(filename), referer:http://10.10.10.2/
>  Error: Traceback (innermost last):, referer:http://10.10.10.2/
>  File "csparse.c", line 327, in cs_parse_file(), referer:http://10.10.10.2/
>  File "neo_hdf.c", line 1801, in hdf_search_path(),
> referer:http://10.10.10.2/
>  NotFoundError: Path error.cs not found, referer:http://10.10.10.2/,
> referer:http://10.10.10.2/
>
> Here is the code for index.wsgi
> import os
>
> os.environ['TRAC_ENV'] = '/usr/share/trac'
> os.environ['PYTHON_EGG_CACHE'] = '/usr/share/trac/eggs'
>
> import trac.web.main
> application = trac.web.main.dispatch_request
>
> #end code
>
> I am running Debian. Here is the output of python -V
> Python 2.4.4
>
> --
> Tommy Butler
>
>
>
>
>  >
>



-- 
Manu

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to