![]() | Recipe 26 (Sphinx) Problem |
|
10 Mar 2008, 21:52
Katie Kelly (2 posts) |
Hello. I’m going through the “Full-Text Search with Sphinx” recipe and I’ve run into a problem that I can’t get past. When I try to to do ‘search.run’ on page 136 (after completing the tasks up to that point) I get an error that says, “Ultrasphinx::DaemonError: searchd error (status: 1): client version is higher than daemon version (client is v.1.18, daemon is v.1.15)”. I can’t find any traces of the versions that the error mentions or the text of the error message. Does anyone have any suggestions? Thanks, |
|
10 Mar 2008, 22:25
Katie Kelly (2 posts) |
I solved the problem by switching my sphinx version to r1112. I was using r985 as was called out in an earlier version of the recipe. |
|
17 Mar 2008, 18:11
Alice (1 post) |
Also a commenta bout the Sphinx recipe. The @documents = @search.results assignment isn’t necessary. @search is enumerable and if you .run it you can then just use it directly in the for/in comprehension. |
| You must be logged in to comment |

