On Tue, Jun 17, 2008 at 2:29 PM, Charlie Allom <charlie%playlouder.com@localhost> wrote: > Hi, > > on successful upgrade to devel/rt3 to 3.6.6, the CSS:Squish logic seems > broken: > > see http://diogenesmusic.com/rt/ (no CSS) > > and this: > w3m http://diogenesmusic.com/rt/NoAuth/css/main-squished.css > > error: could not find component for path '/NoAuth/css/main.css' > context: ... If you view source on your main /rt page you will notice a // (double slash) reference. This implies that you're missing a variable that probably needs to be added to your rt.conf. In this case it is $RT::WebDefaultStylesheet. http://lists.bestpractical.com/pipermail/rt-commit/2007-November/011328.html <-- shows what's in the path and where