The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#71
|
|||
|
|||
Hmm got an interesting issue going on. When doing a search from forumdisplay i get this..
Warning: assert(): Assertion failed in /includes/sphinxapi.php on line 249 Query failed: searchd error: invalid or truncated request. |
#72
|
|||
|
|||
Looking at the html source of the forumdisplay it looks like its getting set..
<input type="hidden" name="forumchoice[]" value="73" /> |
#73
|
|||
|
|||
Yeah.. exactly what I have.
|
#74
|
|||
|
|||
Add a "if ($vbulletin->userinfo['userid'] == 1) echo $forumchoice;" somewhere....to check if the value gets set...dunno...
|
#75
|
|||
|
|||
Yeah its getting set.. hrm... What version of php do you use?
137 Warning: assert(): Assertion failed in /includes/sphinxapi.php on line 249 Query failed: searchd error: invalid or truncated request. |
#76
|
|||
|
|||
Ok going to try this out now..
Ok that seemed to clean up the assertion issue. Last issue it seems is.. Query failed: searchd error: invalid group5 count 272485 (should be in 0..4096 range). Hmm ok this seems to be related to how the groupid is counted in the searchd.cpp hrm.. |
#77
|
|||
|
|||
Quote:
Do only searches that HIT searchd get logged in query.log? My searches from the command line are working fine, but I can't seem to get them to hit searchd anymore via my test site. Ok, i added that last bit of code but it doesn't seem to be fixed for me. Here's the output of a search targeted to a specific forum: SphinxClient Object ( [_host] => db2 [_port] => 3312 [_offset] => 0 [_limit] => 250 [_mode] => 0 [_weights] => Array ( [0] => 100 [1] => 1 ) [_groups] => Array ( [0] => 394 ) [_groups2] => Array ( ) [_groups3] => Array ( ) [_groups4] => Array ( ) [_groups5] => Array ( ) [_sort] => 1 [_min_id] => 0 [_max_id] => 4294967295 [_min_ts] => 0 [_max_ts] => 4294967295 [_min_gid] => 0 [_max_gid] => 4294967295 [_error] => searchd error: invalid or truncated request [_warning] => ) Query failed: searchd error: invalid or truncated request. |
#78
|
|||
|
|||
Quote:
|
#79
|
|||
|
|||
Ok here's what is and isn't working for me:
1) Searching all open forums for keywords - Works 2) Searching in a specific forum by keyword - Does not work 3) Searching all open forums by username - Works 4) Searching in a specific forum by username - Works |
#80
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|