
07-13-2012, 07:24 PM
|
|
|
Join Date: Dec 2011
Location: Italy
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Nirjonadda
Installer But not working get Database error in dcMembermap.php and bug on Damn Comp - Membermap Options Setting page , You can fix this for working on 4.1.10 ?
Attachment 139773
Code:
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT U.username as username,
U.userid as userid,
MM.lat as lat,
MM.lon as lon,
IF(displaygroupid=0, usergroupid, displaygroupid) AS displaygroupid,
U.avatarrevision,
AV.avatarpath,
NOT ISNULL(CAV.userid) AS hascustomavatar,
CAV.dateline AS avatardateline,
CAV.width AS avwidth,
CAV.height AS avheight,
U.lastactivity
FROM vbdc_membermap AS MM
LEFT JOIN vbuser AS U ON U.userid = MM.userid
LEFT JOIN vbavatar AS AV ON (AV.avatarid = U.avatarid)
LEFT JOIN vbcustomavatar AS CAV ON (CAV.userid = U.userid);
MySQL Error : Table '******_forums.vbdc_membermap' doesn't exist
Error Number : 1146
Request Date : Friday, July 13th 2012 @ 10:49:58 PM
Error Date : Friday, July 13th 2012 @ 10:49:58 PM
Script : http://www.*********.net/dcMembermap.php
|
Have an fixed this issue ?
|