Database Error in vbteam.info

same here


Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<title>vBTEAM Underground Database Error</title>
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	<meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" />
	<style type="text/css">
	<!--	
	body { background-color: white; color: black; }
	#container { width: 400px; }
	#message   { width: 400px; color: black; background-color: #FFFFCC; }
	#bodytitle { font: 13pt/15pt verdana, arial, sans-serif; height: 35px; vertical-align: top; }
	.bodytext  { font: 8pt/11pt verdana, arial, sans-serif; }
	a:link     { font: 8pt/11pt verdana, arial, sans-serif; color: red; }
	a:visited  { font: 8pt/11pt verdana, arial, sans-serif; color: #4e4e4e; }
	-->
	</style>
</head>
<body>
<table cellpadding="3" cellspacing="5" id="container">
<tr>

	<td><img src="http://www.vbteam.info/image.php?type=dberror" alt="Database Error" width="48" height="48" /></td>
	<td id="bodytitle" width="100%">Database error</td>
</tr>
<tr>
	<td class="bodytext" colspan="2">The vBTEAM Underground database has encountered a problem.</td>
</tr>
<tr>
	<td colspan="2"><hr /></td>
</tr>
<tr>
	<td class="bodytext" colspan="2">

		Please try the following:
		<ul>
			<li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</li>
			<li>Open the <a href="/">www.vbteam.info</a> home page, then try to open another page.</li>
			<li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>

		</ul>
	</td>
</tr>
<tr>
	<td class="bodytext" colspan="2">The www.vbteam.info forum technical staff have been notified of the error, though you may <a href="mailto:[email protected]">contact them</a> if the problem persists.</td>
</tr>
<tr>
	<td class="bodytext" colspan="2">&nbsp;<br />We apologise for any inconvenience.</td>

</tr>
</table>


<!--
Database error in vBulletin 3.8.1:

Invalid SQL:

				SELECT SQL_CALC_FOUND_ROWS
					visitormessage.*, user.*, visitormessage.ipaddress AS messageipaddress
					,IF(userlist.userid IS NOT NULL, 1, 0) AS bbuser_iscontact_of_user
					,deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
					,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, customavatar.width_thumb AS avwidth_thumb, customavatar.height_thumb AS avheight_thumb, filedata_thumb, NOT ISNULL(customavatar.userid) AS hascustom
					
				FROM vBT_visitormessage AS visitormessage
				LEFT JOIN vBT_user AS user ON (visitormessage.postuserid = user.userid)
				LEFT JOIN vBT_userlist AS userlist ON (userlist.userid = user.userid AND userlist.type = 'buddy' AND userlist.relationid = 10907)
				LEFT JOIN vBT_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vBT_customavatar AS customavatar ON(customavatar.userid = user.userid)
				LEFT JOIN vBT_deletionlog AS deletionlog ON (visitormessage.vmid = deletionlog.primaryid AND deletionlog.type = 'visitormessage')
				
				WHERE visitormessage.userid = 10907
					AND (visitormessage.state IN ('visible','moderation','deleted'))
				
					
				ORDER BY visitormessage.dateline DESC
				LIMIT 0, 10;

MySQL Error   : Unknown column 'visitormessage.ipaddress' in 'field list'
Error Number  : 1054
Request Date  : Sunday, February 22nd 2009 @ 11:40:23 AM
Error Date    : Sunday, February 22nd 2009 @ 11:40:23 AM
Script        : http://www.vbteam.info/member.php?action=getinfo&u=10907
Referrer      : http://www.vbteam.info/how/17682-database-error-vbteam-info.html
IP Address    : 89.100.182.142
Username      : chrismaher2007
Classname     : vB_Database
MySQL Version : 
-->


</body>
</html>
 
Back
Top