عرض مشاركة واحدة
عضو نشيط
تاريخ التسجيل: Jun 2003-
#431 (permalink)  

السلام عليكم

يظهر لي خطأ لما أبحث عن عضو من لوحة التحكم ,
للنسخة 3.6.6
مع العلم بأنه لا يوجد بها اي برودكت او بلوق ان ,

كنت مرقي من النسخة 3.5.4 وظهرت لي هذي المشكلة :

كود:
Database error in vBulletin 3.6.6:

Invalid SQL:

			SELECT user.*, avatar.avatarpath, customavatar.dateline AS avatardateline, customavatar.width AS avatarwidth, customavatar.height AS avatarheight,
			NOT ISNULL(customavatar.userid) AS hascustomavatar, usertextfield.signature,
			customprofilepic.width AS profilepicwidth, customprofilepic.height AS profilepicheight,
			customprofilepic.dateline AS profilepicdateline, usergroup.adminpermissions,
			NOT ISNULL(customprofilepic.userid) AS hasprofilepic,
			NOT ISNULL(sigpic.userid) AS hassigpic,
			sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
			sigpic.userid AS profilepic, sigpic.dateline AS sigpicdateline
			FROM user AS user
			LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid)
			LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
			LEFT JOIN customprofilepic AS customprofilepic ON(customprofilepic.userid = user.userid)
			LEFT JOIN sigpic AS sigpic ON(sigpic.userid = user.userid)
			LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
			LEFT JOIN usergroup AS usergroup ON(usergroup.usergroupid = user.usergroupid)
			WHERE user.userid = 1642;

MySQL Error  : Unknown column 'customprofilepic.width' in 'field list'
Error Number : 1054
Date         : Sunday, July 8th 2007 @ 06:32:43 PM
Script       : http://www.xxxxxx/vb/admincp/user.php?do=edit&u=1642
Referrer     : http://www.xxxxxxxx/vb/admincp/user.php?do=modify
IP Address   : 
Username     :
Classname    : vb_database






__________________
إستخدم ملفك الخاص لكتابة توقيعك
hishamtv غير متواجد حالياً   قديم 08-07-2007, 07:19 PM
رد مع اقتباس