![]() |
Search Issues - Pinpointed code, need help debugging. Hello, I just moved servers the other day and pretty much everything is working as expected. I am however having a problem with search. It works fine for most keywords, however certain words are causing a blank page to be returned. I spent some time debugging (and by debugging I mean inserting a ton of echo statements to see where it got to) and have pinpointed it down to the following loop. PHP Code: while ($postmatch = $db->fetch_array($postmatches)) { $bonus = iif(isset($postscores["$postmatch[postid]"]), $vbulletin->options['multimatchscore'], 0); $postscores["$postmatch[postid]"] += $postmatch['score'] + $bonus; $queryWords["$word"][] = $postmatch['postid']; } If the search succeeds I can get past this loop, if it fails, it fails right here. Any ideas? I'm currently running 3.7.3. |
الساعة الآن 07:16 PM |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir