On Friday, February 28, 2014 7:47:47 AM UTC-8, Nicolas Duperret wrote: > > Hello world, > > I have some trouble with an old TRAC plateform (isntalled in 2008) that I > have to "manage". However, I didn't install it, and the guy who did it > isn't in the company anymore... > I succeed in creating new environment, however I failed some thing(s) > because one of the project is currently unaccessible. Maybe because of the > conf file ? > > > The error is (when I try access to http://mydomain/trac/myproject1) : > > Traceback (most recent call last): > File "C:\Python24\lib\site-packages\trac\web\main.py", line 387, in > dispatch_request > dispatcher.dispatch(req) > File "C:\Python24\lib\site-packages\trac\web\main.py", line 208, in dispatch > chrome.populate_hdf(req, chosen_handler) > File "C:\Python24\lib\site-packages\trac\web\chrome.py", line 319, in > populate_hdf > for category, name, text in contributor.get_navigation_items(req): > File "build\bdist.win32\egg\projectmenu\web_ui.py", line 21, in > get_navigation_items > File "C:\Python24\lib\site-packages\trac\web\main.py", line 58, in > _open_environment > env_cache[env_path] = open_environment(env_path) > File "C:\Python24\lib\site-packages\trac\env.py", line 434, in > open_environment > env = Environment(env_path) > File "C:\Python24\lib\site-packages\trac\env.py", line 126, in __init__ > self.verify() > File "C:\Python24\lib\site-packages\trac\env.py", line 176, in verify > assert fd.read(26) == 'Trac Environment Version 1' > AssertionError > > Are you running a Web server or TracStandalone? It looks like the problem is that you aren't pointing to an environment directory, either when running tracd or in your web server configuration.
It would probably be easiest to help you if you listed the steps you took to add a Trac environment. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
