Hello list. I am new to Trac but after several re-installations, finally have one which is very close. All links tested work and I have been able to create tickets with attachment. The only problem is the start page does not contain all graphical and other elements. The underlying css
Here are the system details: Trac version is 0.10.4 using mod_python-3.2.8-3.1, Python/2.4.3 with apache 2.2.4. Apache error logs show: 10.0.0.1 - hamid [06/Aug/2007:00:37:02 -0700] "GET /trac/MyProject/ HTTP/1.1" 200 6613 10.0.0.1 - hamid [06/Aug/2007:00:37:02 -0700] "GET /trac/MyProject/chrome/common/css/trac.css HTTP/1.1" 404 3217 10.0.0.1 - hamid [06/Aug/2007:00:37:02 -0700] "GET /trac/MyProject/chrome/common/css/wiki.css HTTP/1.1" 404 3217 10.0.0.1 - hamid [06/Aug/2007:00:37:02 -0700] "GET /trac/MyProject/chrome/common/js/trac.js HTTP/1.1" 404 3215 10.0.0.1 - hamid [06/Aug/2007:00:37:02 -0700] "GET /trac/MyProject/chrome/common/trac.ico HTTP/1.1" 404 3213 10.0.0.1 - hamid [06/Aug/2007:00:37:02 -0700] "GET /trac/MyProject/chrome/common/trac_logo_mini.png HTTP/1.1" 404 3223 10.0.0.1 - hamid [06/Aug/2007:00:37:02 -0700] "GET /trac/MyProject/chrome/common/trac_banner.png HTTP/1.1" 404 3220 10.0.0.1 - hamid [06/Aug/2007:00:37:02 -0700] "GET /trac/MyProject/chrome/common/trac.ico HTTP/1.1" 404 3213 The files exist on filesystem at: [EMAIL PROTECTED] trac]# find /www -name trac.css /www/trac/share/trac/htdocs/css/trac.css [EMAIL PROTECTED] trac]# find /www -name trac.css -ls 7110980 20 -rw-r--r-- 1 apache apache 12531 Apr 20 06:41 /www/trac/share/trac/htdocs/css/trac.css [EMAIL PROTECTED] trac]# find /www -name wiki.css -ls 7110978 8 -rw-r--r-- 1 apache apache 1533 Apr 20 06:41 /www/trac/share/trac/htdocs/css/wiki.css [EMAIL PROTECTED] trac]# find /www -name trac.js -ls 7110988 12 -rw-r--r-- 1 apache apache 4407 Apr 20 06:41 /www/trac/share/trac/htdocs/js/trac.js [EMAIL PROTECTED] trac]# find /www -name trac.ico -ls 7110965 8 -rw-r--r-- 1 apache apache 3638 Apr 20 06:41 /www/trac/share/trac/htdocs/trac.ico [EMAIL PROTECTED] trac]# find /www -name trac_logo_mini.png -ls 7110947 8 -rw-r--r-- 1 apache apache 689 Apr 20 06:41 /www/trac/share/trac/htdocs/trac_logo_mini.png [EMAIL PROTECTED] trac]# find /www -name trac_banner.png -ls 7110954 8 -rw-r--r-- 1 apache apache 2161 Apr 20 06:41 /www/trac/share/trac/htdocs/trac_banner.png [EMAIL PROTECTED] trac]# Can anyone see the problem? Thanks in advance, Hamid. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
