Hi Matias Which version of Sphinx do you have installed? And which versions of Rails, Sphinx, Thinking Sphinx and Riddle are you using? If you're using Sphinx 2.0.x, make sure you've got the latest TS release (1.4.6 for Rails 2, 2.0.5 for Rails 3). Doesn't hurt to use the latest Riddle as well (1.4.0).
Cheers -- Pat On 25/08/2011, at 10:48 AM, Matias wrote: > My sphinx.yml: > > development: > pid_file: "/home/matias/mynewtv/svn/log/searchd.pid" > searchd_log_file: "/home/matias/mynewtv/svn/log/searchd.log" > config_file: "/home/matias/mynewtv/svn/config/ > development.sphinx.conf" > #searchd_binary_name: "usr/local/bin/searchd" > #indexer_binary_name: "usr/local/bin/indexer" > #bin_path: "/usr/local/bin/search" > > But when I create objects, I get: > > > Riddle cannot detect Sphinx on your machine, and so can't determine > which > version of Sphinx you are planning on using. Please use one of the > following > lines after "require 'riddle'" to avoid this warning. > > require 'riddle/0.9.8' > # or > require 'riddle/0.9.9' > # or > require 'riddle/1.10' > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/thinking-sphinx?hl=en. > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
