منتدى استراحات زايد

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   Running 3.8.3 but getting a 3.7.2 error message (http://vb.ma7room.com/showthread.php?t=194025)

محروم.كوم 07-29-2009 08:30 PM

Running 3.8.3 but getting a 3.7.2 error message
 
Hi,
I had vBulletin 3.7.2 running on a test site and impexed a forum from DC Scripts. Everything worked out great.

I then impexed in a forum from PhBB3.

I associated the users and ran most of the counters. All the forums, posts, and users are showing in the forum itself but the clicking on memberlist gives the following error:

Can anyone please shed some light on what I did wrong or how to repair this? Also, why am I getting a 3.7.2 error if I'm running 3.8.3?

Thanks in advance

Quote:


On edit: I just looked at the database table user and all my old users are gone. Only the new ones are showing.
Database error in vBulletin 3.7.2:
Invalid SQL:
SELECT user.*,usertextfield.*,userfield.*, user.userid, options,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
,IF((NOT(options & 1024) AND (user.usergroupid IN (-1,14,6) OR FIND_IN_SET('14', membergroupids) OR FIND_IN_SET('6', membergroupids))), 0, reputation) AS reputationscore
,avatar.avatarpath,NOT ISNULL(customavatar.userid) AS hascustomavatar,customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight
, pp_profilepic.requirement AS profilepicrequirement, customprofilepic.userid AS profilepic, customprofilepic.dateline AS profilepicdateline, customprofilepic.width AS ppwidth, customprofilepic.height AS ppheight
, lastactivity AS lastvisittime



FROM user AS user
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid=user.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid=user.userid)
LEFT JOIN reputationlevel AS reputationlevel ON(user.reputationlevelid=reputationlevel.reputati onlevelid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)

LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid)
LEFT JOIN profileblockprivacy AS pp_profilepic ON
(pp_profilepic.userid = user.userid AND pp_profilepic.blockid = 'profile_picture')


WHERE 1=1 AND posts >= 1
AND (user.usergroupid IN (-1,14,6,12,7,9,2,5))

ORDER BY user.username asc
LIMIT 0, 100;
MySQL Error : Table 'vbulletin_forum.profileblockprivacy' doesn't exist
Error Number : 1146
Request Date : Wednesday, July 29th 2009 @ 10:43:15 AM
Error Date : Wednesday, July 29th 2009 @ 10:43:15 AM
Script : http://www.xxxx.virtual.vps-host.net...memberlist.php
Referrer : http://www.xxxx.virtual.vps-host.net/forums/
IP Address : (edited out/that's me)
Username : (edited out/that's me)
Classname : vB_Database_MySQLi
MySQL Version : 5.0.27-standard-log


الساعة الآن 01:37 AM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By Almuhajir


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227