
09-17-2006, 08:53 AM
|
 |
|
|
Join Date: Aug 2006
Location: USA
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
thank you so much but now I get this error when I reply to any pic... only with the pic that has replies.. not in all posts. how do i fix it?
I also can't find this FROM adv_gallery_posts AS posts << template when i click on VBgallery edit template. May be that's the problem? I am not sure just saying.
Quote:
Database error in vBulletin 3.6.1:
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
FROM adv_gallery_posts AS posts
LEFT JOIN user AS user ON (posts.userid = user.userid)
LEFT JOIN userfield AS userfield ON (posts.userid = userfield.userid)
LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
LEFT JOIN icon AS icon ON (posts.iconid = icon.iconid)
LEFT JOIN reputationlevel AS reputationlevel ON (user.reputationlevelid = reputationlevel.reputationlevelid)
WHERE imageid = '4' AND posts.visible = 1
ORDER BY posts.dateline
LIMIT 0, 10;
MySQL Error : Unknown column 'level' in 'field list'
Error Number : 1054
Date : Sunday, September 17th 2006 @ 12:33:42 PM
Script : http://forums.bollyjaan.com/gallery/***...
Referrer : http://forums.bollyjaan.com/gallery/***...
IP Address : ******
Username : kk
Classname :***
|
|