I have a question regarding searching through Sphinx which is hosted on Docker. (Maybe there is a sample?)
Has anyone done this or perhaps have some advice, because everything works fine with local Sphinx, but when I try to set up Sphinx on Docker, I encounter errors in sphinxapi.php.
And in browser the error displayed is Thanks
Has anyone done this or perhaps have some advice, because everything works fine with local Sphinx, but when I try to set up Sphinx on Docker, I encounter errors in sphinxapi.php.
Code:
list(,$v) = unpack ( "N*", fread ( $fp, 4 ) );
Code:
$test1 = fread ( $fp, 4 ); // returns false
Code:
Whoops, looks like something went wrong.(1/1) ContextErrorExceptionWarning: Undefined array key 1in sphinxapi.php line 621at SphinxClient->_Connect()in sphinxapi.php line 1113at SphinxClient->RunQueries()in sphinxapi.php line 962at SphinxClient->Query()in fulltext_sphinx.php line 714at fulltext_sphinx->keyword_search()in search.php line 603
Statistics: Posted by smanst3r — Mon Apr 29, 2024 10:01 am