<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Perfect, that got her.  For the record it was CSS::Squish<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> ruslan.zakirov@gmail.com [mailto:ruslan.zakirov@gmail.com]
<b>On Behalf Of </b>Ruslan Zakirov<br>
<b>Sent:</b> Monday, August 22, 2011 5:25 PM<br>
<b>To:</b> Lake, Seth M<br>
<b>Cc:</b> rt-users@lists.bestpractical.com; Curtis Bruneau<br>
<b>Subject:</b> Re: [rt-users] Page Formatting (Only Text) After Perl Update<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p>Download tarball, configure and run make testdeps.<o:p></o:p></p>
<p>Regards, Ruslan. From phone.<o:p></o:p></p>
<div>
<p class="MsoNormal">23.08.2011 1:15 пользователь "Lake, Seth M" <<a href="mailto:Seth.Lake@vangent.com">Seth.Lake@vangent.com</a>> написал:<br>
> I did have a similar line. Commented it out but nothing has changed.<br>
> <br>
> My httpd.conf in case it's helpful...<br>
> <br>
> <VirtualHost *:80><br>
> ServerAdmin <a href="mailto:webmaster@bcssi.com">webmaster@bcssi.com</a><br>
> <br>
> # DocumentRoot /var/www/rt/share/html<br>
> DocumentRoot /var/www<br>
> AddDefaultCharset UTF-8<br>
> <br>
> RewriteEngine On<br>
> RewriteRule ^/$ /rt/ [R]<br>
> <br>
> PerlRequire "/var/www/rt/bin/<a href="http://webmux.pl">webmux.pl</a>"<br>
> ScriptAlias /rt/ /var/www/rt/share/html/<br>
> <br>
> # <Location /NoAuth/images><br>
> # SetHandler default<br>
> # </Location><br>
> <br>
> <Location /rt><br>
> SetHandler perl-script<br>
> PerlResponseHandler RT::Mason<br>
> </Location><br>
> <br>
> ErrorLog /var/log/apache2/error.log<br>
> <br>
> # Possible values include: debug, info, notice, warn, error, crit,<br>
> # alert, emerg.<br>
> LogLevel warn<br>
> <br>
> CustomLog /var/log/apache2/access.log combined<br>
> <br>
> </VirtualHost><br>
> <br>
> From: Curtis Bruneau [mailto:<a href="mailto:curtisb@vianet.ca">curtisb@vianet.ca</a>]<br>
> Sent: Monday, August 22, 2011 4:59 PM<br>
> Subject: Re: [rt-users] Page Formatting (Only Text) After Perl Update<br>
> <br>
> I've encourtered this issue when you try to alias the noauth directories to bypass the mason.handler in the Apache config. If you have an Apache config line similar to below try to comment it out.<br>
> <br>
> Alias /NoAuth /opt/rt3/share/html/NoAuth<br>
> <br>
> Basically in the above situation the css isn't processed properly. It could be something else though.<br>
> <br>
> Curtis<br>
> <br>
> On 11-08-22 04:44 PM, Lake, Seth M wrote:<br>
> So, I stupidly updated my debian RT box today and one of the things patched was Perl (5.10.1 -> 5.12.4). Since I used CPAN originally for installing Perl modules when I setup the server it broke pretty much everything about RT. After much flipping back and
 forth between logs and apt-get install I resolved all of the load errors and the Apache server came up. But I still seem to be missing something.<br>
> <br>
> All pages will display with no formatting at all. The only graphic that shows is the >>|<< Best Practical logo, everything else is completely text without the usual formatting. There is lists and tables, but no font changes are graphics at all (100% blue
 links on a while background).<br>
> <br>
> I assume there is some Perl module I'm missing. As I said, there's no errors so it's a "soft" failure. The site functionality seems unaffected, just a bit harder to get around now.<br>
> <br>
> Any help greatly appreciated.<br>
> <br>
> <br>
> <br>
> <br>
> <br>
> --------<br>
> <br>
> RT Training Sessions (<a href="http://bestpractical.com/services/training.html">http://bestpractical.com/services/training.html</a>)<br>
> <br>
> * Chicago, IL, USA - September 26 & 27, 2011<br>
> <br>
> * San Francisco, CA, USA - October 18 & 19, 2011<br>
> <br>
> * Washington DC, USA - October 31 & November 1, 2011<br>
> <br>
> * Melbourne VIC, Australia - November 28 & 29, 2011<br>
> <br>
> * Barcelona, Spain - November 28 & 29, 2011<br>
> <o:p></o:p></p>
</div>
</div>
</body>
</html>