The Arcive of vBulletin Modifications Site. |
|
Warning on every search: "Warning: implode() [function.implode]" Details »»
|
||||||||||||||||||||||||||||
|
Warning on every search: "Warning: implode() [function.implode]"
Developer Last Online: Aug 2013
Quote:
anyone? Show Your Support
|
||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Same here but started to get that message after upgrading to vb4.0.4 along with this one too:
Quote:
|
|
#3
|
|||
|
|||
|
I'm getting that too -
Warning: implode() [function.implode]: Invalid arguments passed in [path]/packages/vbsphinxsearch/coresearchcontroller.php on line 611 Oops! An error occurred: unknown local index 'ForumDelta' in search request Just intalled sphinx search on vB 4.0.4 |
|
#4
|
|||
|
|||
|
no one is going to sort it out?
|
|
#5
|
|||
|
|||
|
Yup i get this
Also seems only to be on CMS for me |
|
#6
|
||||
|
||||
|
Assisted Animemike in installing Sphinx Search today and decided to install it myself - I got the same error when being redirected to search results (not the CMS). I've applied this fix which stops the error from occuring:
Open ./packages/vbsphinxsearch/coresearchcontroller.php Go to line 611, which should be: Code:
$index[] = implode(", ", $sphinx_index['sphinxindices']);
Code:
if ($sphinx_index['sphinxindices'] == NULL)
{
continue;
}
|
|
#7
|
|||
|
|||
|
confirmed Deceptor is the man
|
|
#8
|
|||
|
|||
|
update the mod
|
|
#9
|
|||
|
|||
|
Works perfect. Thanks Deceptor
|
|
#10
|
||||
|
||||
|
Thank you Deceptor, That solved my problem too.
|
![]() |
|
|