February 19th, 2008, 04:27 AM
|
#1 (permalink)
|
| Member
Join Date: Apr 2005
Posts: 50
| I can't help but break it
I figured I should post in here since I'm rocking 3.7B5
I recently installed vBFJournal and was scewing around with a new style. I found this problem. Deleted the style, but I get this when trying to open an image in the gallery. Quote:
Database error in vBulletin 3.7.0 Beta 5:
Invalid SQL:
SELECT posts.postid, posts.pagetext, posts.title, posts.userid, posts.username AS postusername, posts.dateline, posts.ipaddress AS ip, posts.iconid, posts.allowsmilie, posts.showsignature, user.*, userfield.* ,icon.title as icontitle, icon.iconpath ,avatar.avatarpath, NOT ISNULL(customavatar.filedata) AS hascustom, customavatar.dateline AS avatardateline, avatarrevision , level , usertextfield.signature
FROM vb3_adv_gallery_posts AS posts
LEFT JOIN vb3_user AS user ON (posts.userid = user.userid)
LEFT JOIN vb3_userfield AS userfield ON (posts.userid = userfield.userid)
LEFT JOIN vb3_avatar AS avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN vb3_customavatar AS customavatar ON (customavatar.userid = user.userid)
LEFT JOIN vb3_icon AS icon ON (posts.iconid = icon.iconid)
LEFT JOIN vb3_reputationlevel AS reputationlevel ON (user.reputationlevelid = reputationlevel.reputationlevelid)
LEFT JOIN vb3_usertextfield AS usertextfield ON (usertextfield.userid = posts.userid)
WHERE imageid = '3048' AND posts.visible = 1
ORDER BY posts.dateline
LIMIT 0, 10;
MySQL Error : Unknown column 'level' in 'field list'
Error Number : 1054
Date : Tuesday, February 19th 2008 @ 04:18:55 AM
Script : http://www.djdarknez.com/gallery/sho...ore=0&postid=1
Referrer : http://www.djdarknez.com/gallery/bro...hp?c=1&userid=
IP Address : x
Username : DJDarknez
Classname : vb_database
MySQL Version : 4.1.22-standard-log
| |
| |