Happens for me as well.
Most Recent
Forum Legend
Following
New Comments
Locked Topic
Pinned Topic
There seems to be a technical glitch somewhere. This morning when I try to access any group forum, the following error message pops up:
/groups/forum/american-sports-club-and-grill
Application: Apache; Server Name: www.chess.com
HTTP User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Comcast Install 1.0; .NET CLR 1.1.4322)
Error Type: E_NOTICE
Rendered Page: Click here to view contents able to be rendered
Source File: /www/sites/www.chess.com/includes/prepend.inc.php Line: 1098
Line 1093: if (!file_exists($strDatabaseAdapter)) Line 1094: throw new Exception('Database Type is not valid: ' . $objConfigArray['adapter']); Line 1095: require($strDatabaseAdapter); Line 1096: } Line 1097: Line 1098: self::$objSlaveDbConnection = new $strDatabaseType($intIndex, $objConfigArray); Line 1099: return self::$objSlaveDbConnection; Line 1100: } Line 1101: Line 1102: public static function RenderPremiumSidebarBox($strTitle, $strBody, $blnDisplay = true) { Line 1103: $strHtml = '<div class="premium"><div class="perk">' . $strTitle . '</div>' . $strBody . '</div>';