in reply to Re: CSS / PM theme load errors
in thread CSS / PM theme load errors

Actually, I'm not getting 404s, and I can also wget the CSS link in the head section (update:just fine, it just seems to be the wrong theme), but it's empty:

... Resolving perlmonks.org... 216.92.34.251 Connecting to perlmonks.org|216.92.34.251|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 0 [text/plain] [ <=> + ] 0 --.--K/s 13:43:34 (0.00 B/s) - `index.html?node_id=404267' saved [0/0]

Replies are listed 'Best First'.
Re^3: CSS / PM theme load errors
by Corion (Patriarch) on Jan 11, 2011 at 13:02 UTC
      maybe it should list a different CSS file.

      Nope, that is the correct node, except its not supposed to be empty

        Oh snap, it is not empty after all, displaytype must be busted, someone removed CONTAINED_STUFF (or whatever)
Re^3: CSS / PM theme load errors (solved)
by Anonyrnous Monk (Hermit) on Jan 11, 2011 at 19:44 UTC
    ...but it's empty

    Just for the record, it seems to work now, even for the new server:

    $ wget 216.92.34.251?node_id=404267 --20:44:01-- http://216.92.34.251/?node_id=404267 => `index.html?node_id=404267' Connecting to 216.92.34.251:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/css] [ <=> + ] 2,816 10.42K/s 20:44:02 (10.38 KB/s) - `index.html?node_id=404267' saved [2816]

    My thanks to whoever fixed it.