Hi,

I have upgraded from trac 0.10 to 0.11 and since then, the site
continues to work, but there is no Header or Menu (no login, no image,
no navigation bar) when I run the site through
mod_python on apache.

If I run it through tracd, everything runs normally (i can see the
headers and all).

It does not seem to be an upgrade problem, as it appears the same even
if I create a new empty trac environment.

I have installed Trac 0.11 and Genshi 0.5 through easy_install. I am
running Ubuntu 8.04 64bit.
I am not using SVN / Browser.

Following is my apache config
<VirtualHost *>
        ServerName trac.videolectures.net
        <location />
                SetHandler mod_python
                PythonInterpreter main_interpreter
                PythonHandler trac.web.modpython_frontend
                PythonOption TracEnv /var/trac/lectures
                PythonOption TracUriRoot /
        </location>
</VirtualHost>

Any help would be kindly appreciated.

Thanks,
Peter

--~--~---------~--~----~------------~-------~--~----~
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