The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vBulletin Database Error
Database error in vBulletin 4.2.0:
Invalid SQL: SELECT post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, user.*, userfield.*, usertextfield.*, icon.title as icontitle, icon.iconpath, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory, postparsed.pagetext_html, postparsed.hasimages, sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid FROM post AS post LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN icon AS icon ON(icon.iconid = post.iconid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid) LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 13 AND postparsed.languageid = 1) LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 13 AND sigparsed.languageid = 1) LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid) WHERE post.postid IN (0103248) ORDER BY post.dateline; MySQL Error : Unknown column 'avatar.avatarpath' in 'field list' Error Number : 1054 Request Date : Friday, September 5th 2014 @ 09:02:41 AM Error Date : Friday, September 5th 2014 @ 09:02:41 AM Script : Referrer : IP Address : Username : Unregistered Classname : vB_Database MySQL Version : I dont understand whats wrong! How do I fix this? |
#2
|
|||
|
|||
Is this error related to a mod or an error of a default vBulletin installation?
|
#3
|
|||
|
|||
this happend after I restored my database because I moved my server. Actually it worked for about 15 mins. The site was up and suddenly this database error came up.
|
#4
|
|||
|
|||
Do you have the table avatar with column name avatarpath in your database?
|
#5
|
|||
|
|||
This means you are missing this table
Quote:
|
#6
|
|||
|
|||
Hi guys thanks for the replies. I restored again by making new database and it worked.
|
#7
|
||||
|
||||
Excellent, glad to hear it's sorted.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|