[مشكلة] مشكله في الاسيفر الشخصي

رعــــــد

عضو جديد
5 يناير 2010
87
0
0
لدي مشكله عندما زرعت قاعده بيانات في الاسيفر الشخصي والقاعده تحتوي على الاعضاء فقط دون مشاركات او مواضيع ولكن عند زراعة الامر نجح الامر ولكن ظهرت رساله
Fatal error: The requested language does not exist, reset via tools.php. in [path]/includes/functions.php on line 1417
قمت برفع الملف tools.php وجربت الامر الاول Language ولم ينفع معي وجربت الامر الثاني
Default Language ونجح الامر معي وقمت بافراع الجدول session
وفتح ملف الكونفوج وذهبت الى تغير القيمه الى
كود:
$config['Misc']['cookieprefix'] = 'bb1';
وزرعت الامر
UPDATE user SET languageid = 0 WHERE languageid IN (11,12,5);

ولكن ظهرت مشكله جديده اخرى
عند الدخول لوحة التحكم تظهر بشكل العادي ولكن عند الدخول اليها تظهر رساله
كود:
Database Error	Database error
The Forums database has encountered a problem.
Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the localhost home page, then try to open another page.
Click the Back button to try another link.
The localhost forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.

ومصدرها

كود:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
	<title>Forums 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://localhost/vb3/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 Forums 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="/">localhost</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 localhost forum technical staff have been notified of the error, though you may <a href="mailto:webmaster@newsflash.eb2a.com">contact them</a> if the problem persists.</td>
</tr>
<tr>
	<td class="bodytext" colspan="2"> <br />We apologise for any inconvenience.</td>
</tr>
</table>


<!--
Database error in vBulletin 3.8.5:

Invalid SQL:

		SELECT
			user.username, (user.options & 512) AS invisible, user.usergroupid,
			session.userid, session.inforum, session.lastactivity, session.badlocation,
			IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
			
		FROM session AS session
		LEFT JOIN user AS user ON(user.userid = session.userid)
		
		WHERE session.lastactivity > 1406878291
			
		ORDER BY username ASC;

MySQL Error   : Unknown column 'infractiongroupid' in 'field list'
Error Number  : 1054
Request Date  : Friday, August 1st 2014 @ 11:46:31 AM
Error Date    : Friday, August 1st 2014 @ 11:46:31 AM
Script        : [url]http://localhost/vb3/[/url]
Referrer      : 
IP Address    : 127.0.0.1
Username      : غير مسجل
Classname     : vB_Database
MySQL Version : 
-->


</body>
</htm
l>
 

رعــــــد

عضو جديد
5 يناير 2010
87
0
0
اصلاح الجداول عن طريق لوحة التحكم لاتظهر معي عند الدخول تظهر الرساله التي وضعتها في الاعلا قمت باصلاح الجدوال عن طريق
ادمن الاسيفر ولكن لافائده من ذلك . لازالت المشكله مستمره