<html>
<head>
<title>Database Error</title>
<style type="text/css">

body {
background-color:	#fff;
margin:				40px;
font-family:		Lucida Grande, Verdana, Sans-serif;
font-size:			12px;
color:				#000;
}

#content  {
border:				#999 1px solid;
background-color:	#fff;
padding:			20px 20px 12px 20px;
}

h1 {
font-weight:		normal;
font-size:			14px;
color:				#990000;
margin: 			0 0 4px 0;
}
</style>
</head>
<body>
	<div id="content">
		<h1>A Database Error Occurred</h1>
		<p>Error Number: 1055</p><p>Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'c1new2hot.u.country' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by</p><p>SELECT 
			   		u.country, u.countryCode, u.region, u.regionCode, u.city, u.cityid
				FROM 
					users u
				WHERE 
					u.accStatus='active' AND
					u.userType<>'consumer' AND u.userType<>'employee' AND 
					u.countryCode='CA' 
				GROUP BY u.cityId
				ORDER BY u.city LIMIT 0,9999999999</p>	</div>
</body>
</html>