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

منتدى استراحات زايد (http://vb.ma7room.com/index.php)
-   منتدى أخبار المواقع والمنتديات العربية والأجنبية (http://vb.ma7room.com/forumdisplay.php?f=183)
-   -   Forum Fatal Error with vb_legacy_user on Search (http://vb.ma7room.com/showthread.php?t=422998)

محروم.كوم 06-04-2010 11:40 AM

Forum Fatal Error with vb_legacy_user on Search
 
When my board is searched using Advanced Search, the resulting page is a Fatal Error:

Code:
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in [path]/vb/legacy/dataobject.php on line 37
vB_Legacy_User does not have a field 'username' on line 40 in /homepages/38/d264931941/htdocs/2ribe/vb/legacy/dataobject.php
#0 /homepages/38/d264931941/htdocs/2ribe/packages/vbforum/search/result/post.php(139): vB_Legacy_Dataobject->get_field('username')
#1 /homepages/38/d264931941/htdocs/2ribe/vb/search/resultsview.php(94): vBForum_Search_Result_Post->render(Object(vB_Legacy_CurrentUser), Object(vB_Search_Criteria))
#2 /homepages/38/d264931941/htdocs/2ribe/vb/search/resultsview.php(158): vb_Search_Resultsview->render_searchbits(Array)
#3 /homepages/38/d264931941/htdocs/2ribe/search.php(394): vb_Search_Resultsview->showpage(0, NULL, 'search.php?sear...', Array)
#4 {main}


Fatal error: vB_Legacy_User does not have a field 'username' on line 40 in [path]/vb/legacy/dataobject.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, vB_Legacy_User does not have a field 'username' on line 40 in /homepages/38/d264931941/htdocs/2ribe/vb/legacy/dataobject.php , /homepages/38/d264931941/htdocs/2ribe/vb/vb.php, 287, Array ([exception] => Exception Object ([] => vB_Legacy_User does not have a field 'username',[] => ,[] => 0,[] => /homepages/38/d264931941/htdocs/2ribe/vb/legacy/dataobject.php,[] => 40,[] => Array ([0] => Array ([file] => /homepages/38/d264931941/htdocs/2ribe/packages/vbforum/search/result/post.php,[line] => 139,[function] => get_field,[class] => vB_Legacy_Dataobject,[type] => ->,[args] => Array ([0] => username)),[1] => Array ([file] => /homepages/38/d264931941/htdocs/2ribe/vb/search/resultsview.php,[line] => 94,[function] => render,[class] => vBForum_Search_Result_Post,[type] => ->,[args] => Array ([0] => vB_Legacy_CurrentUser Object ([] => ,[] => Array (),[] => Array (),[] => vB_Registry Object ([datastore] => vB_Datastore Object ([defaultitems] => Array ([0] => options,[1] => bitfields,[2] => attachmentcache,[3] => forumcache,[4] => usergroupcache,[5] => stylecache,[6] => languagecache,[7] => products,[8] => pluginlist,[9] => cron,[10] => profilefield,[11] => loadcache,[12] => noticecache),[registry] => vB_Registry Object ( *RECURSION*,[dbobject] => vB_Database_MySQLi Object ([functions] => Array ([connect] => mysqli_real_connect,[pconnect] => mysqli_real_connect,[select_db] => mysqli_select_db,[query] => mysqli_query,[query_unbuffered] => mysqli_unbuffered_query,[fetch_row] => mysqli_fetch_row,[fetch_array] => mysqli_fetch_array,[fetch_field] => mysqli_fetch_field,[free_result] => mysqli_free_result,[data_seek] => mysqli_data_seek,[error] => mysqli_error,[errno] => mysqli_errno,[affected_rows] => mysqli_affected_rows,[num_rows] => mysqli_num_rows,[num_fields] => mysqli_num_fields,[field_name] => mysqli_field_tell,[insert_id] => mysqli_insert_id,[escape_string] => mysqli_real_escape_string,
That's only a portion of the text on the error page... it's an extremely long error page.

The board was imported to vbulletin 4.0.3 from phpbb3 about a month ago, and we've had this search error ever since.

Please help!


الساعة الآن 01:24 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