Page 1 of 1

Strange happenings with Sherbet CSS

Posted: Wed Jul 12, 2006 4:46 pm
by RobertGonzalez
OK, I hust had the weirdest thing happen to me. I use the Sherbet theme, and out of nowhere the CSS for it stopped loading. I did a quick view source and then viewed the css. This is the source of the CSS...

Code: Select all

<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD>
<BODY>
<FONT face="Helvetica">
<big><strong></strong></big><BR>
</FONT>
<blockquote>
<TABLE border=0 cellPadding=1 width="80%">
<TR><TD>
<FONT face="Helvetica">
<big>Access Denied (authentication_failed)</big>
<BR>
<BR>
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica">
Your credentials could not be authenticated: "Another round of authentication required.". You will not be permitted access until your credentials can be verified.
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica">
This is typically caused by an incorrect username and/or password, but could also be caused by network problems.
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica" SIZE=2>
<BR>
For assistance, contact your network support team.<br><br>Your request was categorized by Blue Coat Web Filter as 'Computers/Internet'. <br>If you wish to question or dispute this result, please click <a href="http://sitereview.bluecoat.com/sitereview.jsp?referrer=136&url=http://forums.devnetwork.net/templates/sherbet/style.css">here</a>.
</FONT>
</TD></TR>
</TABLE>
</blockquote>
</FONT>
</BODY></HTML>
Anyone have any idea how our proxy server could be serving up pages but blocking relatively linked stylesheets? This is freaking weird.

Posted: Wed Jul 12, 2006 4:48 pm
by Benjamin
Maybe it's picking up some terms in the css that are filtered.

Posted: Wed Jul 12, 2006 5:05 pm
by RobertGonzalez
Strange thing is the theme was loading just fine for a few pages, then all of a sudden it disappeared. I need to look at this in other browsers also, just to confirm what is taking place.

Posted: Wed Jul 12, 2006 5:08 pm
by RobertGonzalez
OK, this is wierder yet. FF and IE both render properly, but Opera 9 doesn't. Can anyone explain this?