Unconfigured Ad Widget

Collapse

Also having the same weird problem.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CHS
    Moderator Emeritus
    CGN Contributor - Lifetime
    • Jan 2008
    • 11338

    Also having the same weird problem.

    Using Firefox 3. Individual threads just won't display. Had to do this because I couldn't view the other "weird problem" thread to post a reply into.

    Hovering the mouse over the title gave me the content though, so I knew it was the same problem

    Any new changes to the underlying forum code that could cause this?
    Please read the Calguns Wiki
    Laws that forbid the carrying of arms...disarm only those who are neither inclined nor determined to commit crimes...Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than to prevent homicides, for an unarmed man may be attacked with greater confidence than an armed man.
    --Cesare, Marquis of Beccaria, "On Crimes and Punishment"
  • #2
    USA-PATRIOT
    Junior Member
    • Jun 2008
    • 9

    The problem is that a bunch of warning messages are being sent prior to the gzip-encoded content (beginning with hex 1f 8b 08). This is illegal. The content must either be entirely gzipped, or not gzipped.

    Code:
    Strict Standards: Assigning the return value of new by reference is deprecated in /hsphere/local/raid/kestryll/calguns.net/calgunforum/showthread.php on line 606 Strict Standards: Assigning the return value of new by reference is deprecated in /hsphere/local/raid/kestryll/calguns.net/calgunforum/showthread.php on line 1004 Strict Standards: Assigning the return value of new by reference is deprecated in /hsphere/local/raid/kestryll/calguns.net/calgunforum/showthread.php on line 1009 Strict Standards: Assigning the return value of new by reference is deprecated in /hsphere/local/raid/kestryll/calguns.net/calgunforum/showthread.php on line 1472 Strict Standards: Assigning the return value of new by reference is deprecated in /hsphere/local/raid/kestryll/calguns.net/calgunforum/showthread.php on line 1477
    Code:
     00000330:  37 37 0a 1f 8b 08 00 00  00 00 00 00 ff e5 5d 7d  77............]}
     00000340:  53 db 4c 92 ff 9b 54 e5  3b cc 3a 75 0f 64 0f 6c  S.L...T.;.:u.d.l
     00000350:  cc 4b 78 09 26 05 06 92  3c 45 12 0e c8 66 b7 ae  .Kx.&...<E...f..
     00000360:  ae 28 d9 92 b1 12 5b f2  4a 32 84 dd bb ef 7e bf  .(....[.J2....~.

    Comment

    Working...
    UA-8071174-1