| sfSphinxPlugin Database Connection [message #92557] |
Sat, 30 January 2010 07:11 |
scott_dev Messages: 39 Registered: August 2008 |
Member |
|
|
Hello Friends,
I would like to implement Sphinx.
Installed plugin from
http://www.symfony-project.org/plugins/sfSphinxPlugin
After installation path is
project_name/plugins/sfSphinxPlugin
I have installed Sphinx it's path is
project_name/sphinx-0.9.9, in that i have created sphinx.conf file & make DB connections.
Make modules & when i'm trying to search it's giving error
Sphinx connection to localhost:3312 failed (errno=111, msg=Connection refused)
at ()
in SF_ROOT_DIR/plugins/sfSphinxPlugin/lib/sfSphinxClient.class. php line 353 ...
350. {
351. $errstr = trim($errstr);
352. $this->error = "Sphinx connection to {$this->host}:{$this->port} failed (errno=$errno, msg=$errstr)";
353. throw new Exception($this->error);
354. }
355.
356. // check version
So where i have to put this config file. It's problem in DB connection
|
|
|