• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

AT About to go down again?

BoomerD

No Lifer
All morning, I've been getting "Gateway timed out (504) errors and database errors.

It seems like the recent "move to the cloud" hasn't worked out very well. Maybe youse guys need to find a less turbulent cloud.
 
I'm getting this from www. and forums.anandtech.com, but only on FF (4.0.1, OSX 10.6.7).
400 Bad Request
nginx

Working just fine in Safari on the same machine, though some avatars are not loading.
 
I'm getting this from www. and forums.anandtech.com, but only on FF (4.0.1, OSX 10.6.7).


Working just fine in Safari on the same machine, though some avatars are not loading.

Dear nginx,
Please make these requests good......kthxbai
 
I get the ngnix errors trying to access AT from my work machine.

VPN'd in to my home machine, I can browse but am occasionally getting DB errors. Also everyone's avatar is just a hyperlink that says "name's Avatar".
 
I was getting 400 bad request errors last night. After clearing my cookies I can browse again, but I'm also getting database errors and missing avatars.
 
All morning, I've been getting "Gateway timed out (504) errors and database errors.

It seems like the recent "move to the cloud" hasn't worked out very well. Maybe youse guys need to find a less turbulent cloud.

Maybe this will help.

I access AT from about three different locations on a daily basis and the site comes up differently at each location using the same laptop.

It's the most bizarre thing I've ever seen.

Maybe a server that does re-directs based on DNS?
 
I can come in through the http://www.anandtech.com/ page but if I use the
http://forums.anandtech.com/categories.aspx?catid=52&flcache=2386776&entercat=y page I get the following error:

<?php

require("config.redirect.php");

if (!array_key_exists('catid',$_REQUEST)) {
@header("Location:index.php");
exit();
}

$id = $_REQUEST['catid'];

if (is_numeric($id) && $id > 0) {
$db = mysql_connect($dbserver,$dbuser,$dbpw);
if ($db) {
if (mysql_select_db($dbname)) {
$result = mysql_fetch_array(mysql_query("SELECT forumid FROM vb_forum WHERE importforumid = '$id'"));
if ($result) {
@header("Location:forumdisplay.php?f=" . $result["forumid"]);
exit();
}
}
}
}

@header("Location:index.php");

?>
 
From time to time I keep getting:

503 Service Unavailable
No server is available to handle this request.
 
Maybe Anandtech is just too big now for these guys to handle and needs to be sold to Microsoft or Sony?

Just kidding.....
 
Back
Top