in reply to CSS / PM theme load errors

Likely this is an old version of the css/common.css file, on the new webserver qs1969. If you can tell us the exact URLs that 404 for you, maybe we can come up with a different diagnosis.</c>

Replies are listed 'Best First'.
Re^2: CSS / PM theme load errors
by Anonyrnous Monk (Hermit) on Jan 11, 2011 at 12:48 UTC

    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]
        maybe it should list a different CSS file.

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

      ...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.