
08-22-2011, 06:50 AM
|
 |
|
|
Join Date: Nov 2004
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by valdet
Hi great mod, I expect this is incompatible with vB 3.6.x, however I tried and received this error on.
I had to disable the mod until hopefully it is solved.
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT user.userid as usersuserid, user.avatarid, user.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height, customavatar.width_thumb, customavatar.height_thumb
FROM vb_user AS user
LEFT JOIN vb_avatar AS avatar ON avatar.avatarid = user.avatarid
LEFT JOIN vb_customavatar AS customavatar ON customavatar.userid = user.userid
WHERE user.username = 'someone';
MySQL Error : Unknown column 'customavatar.width_thumb' in 'field list'
Error Number : 1054
Date : Monday, August 22nd 2011 @ 01:37:41 AM
Script : http://www.mysite.com/forum/
Referrer : http://www.mysite.com/forum/admincp/index.php?do=head
IP Address : xx.xx.xx.xx
Username : someone
Classname : vB_Database
Hopefully this will be made to work for old-timers as us still on vB 3.6.x versions
Thanks
|
This works with vB3.7+ and as of now and I would love to support old timers as I myself is an old timer on many of my forums but nothing lower than 3.7.
|