tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rt 3.6.6 is missing main-squished.css and is unusable



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:     ...
             21:  use base qw(CSS::Squish);
             22:  sub file_handle {
             23:  my $self = shift;
             24:  my $file = shift;
             25:  my $content = $self->{'mason'}->scomp($file);
             26:  open my $fh, '<', \$content or die "$!";
             27:  return $fh;
             28:  }
             29:
             ...
code stack:  /usr/pkg/share/rt3/html/NoAuth/css/dhandler:25
             /usr/pkg/lib/perl5/vendor_perl/5.8.0/CSS/Squish.pm:133
             /usr/pkg/lib/perl5/vendor_perl/5.8.0/CSS/Squish.pm:114
             /usr/pkg/share/rt3/html/NoAuth/css/dhandler:17
             /usr/pkg/share/rt3/html/NoAuth/css/autohandler:51
             /usr/pkg/share/rt3/html/autohandler:131

my apache setup is this:

Alias /rt "/usr/pkg/share/rt3/html"PerlRequire /usr/pkg/bin/webmux.pl
#PerlModule Apache::DBI
<Directory /usr/pkg/share/rt3/html>  AllowOverride All
  Options ExecCGI FollowSymLinks
<IfModule mod_access.c>
  Order allow,deny  Allow from all
</IfModule>
</Directory><Location /rt>
 RewriteEngine On RedirectMatch permanent (.*)/$ $1/index.html
 AddDefaultCharset UTF-8 SetHandler perl-script
 PerlHandler RT::Mason</Location>

and there is no error in the apache logs ...

does anyone have a clue? (please cc:)

Regards,
  C.
-- 
 020 7729 4797
 http://blog.playlouder.com/


Home | Main Index | Thread Index | Old Index