Log in

View Full Version : I broke my vbulletin!


Aerovive1
12-12-2005, 03:50 AM
I was in the middle of installing welcomepanel, installing phrases, and all of a sudden when I tried loading up my board it takes forever...it just says it keeps loading. I can't imagine what I did...has anyone ever had this happen?

This is one of the many error logs from the email, although they all seem to differ:

Database error in vBulletin 3.5.2:

Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.avatardata) AS hascustomavatar, customavatar.dateline AS avatardateline,

editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
post_parsed.pagetext_html, post_parsed.hasimages,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid

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 post_parsed AS post_parsed ON(post_parsed.postid = post.postid)
WHERE post.postid IN (0,1015718,1015720,1015726,1015727,1015729,1015731 ,1015732,1015751,1015753,10168 02,1016810,1016820,1016831,1016833,1016834,1016857 )
ORDER BY dateline

mysql error: Unknown column 'customavatar.avatardata' in 'field list'

mysql error number: 1054

HaRR0
12-12-2005, 04:17 AM
can you get access to uninstal the plugin ?

Aerovive1
12-12-2005, 09:39 PM
Okay it started to work once I deleted that, but I am still getting this error message:

Database error in vBulletin 3.5.2:

Invalid SQL:
SELECT avatardata, dateline, filename
FROM customavatar
WHERE userid = 1 AND visible = 1

mysql error: Unknown column 'avatardata' in 'field list'

mysql error number: 1054