Ah, I'd forgotten there was stuff specific to Sphinx versions in TS as well. Sorry.
Try bundle update thinking-sphinx again. Cheers -- Pat On 24/11/2010, at 12:56 PM, Dakota Brink wrote: > I'm trying everything I can think of and I just cannot figure it > out... > > On Nov 23, 7:28 pm, Dakota Brink <[email protected]> wrote: >> Hm, it doesn't seem to have fixed anything. >> >> Maybe the output from rake ts:index will help? >> >> http://pastie.org/1321612 >> >> On Nov 23, 7:22 pm, Pat Allan <[email protected]> wrote: >> >> >> >> >> >> >> >>> Hmm, I wonder if git references to TS use the vendored Riddle instead of >>> the gem. (Riddle is vendored for plugin installs). >> >>> I've just updated TS as well - try 'bundle update thinking-sphinx' >> >>> -- >>> Pat >> >>> On 24/11/2010, at 11:12 AM, Dakota Brink wrote: >> >>>> I put that in my Gemfile, and ran a bundle, but the issue still >>>> persists.. >>>> This is what my Gemfile looks like:http://pastie.org/1321582 >> >>>> On Nov 23, 6:48 pm, Pat Allan <[email protected]> wrote: >>>>> Ah, it was because you've got it compiled for 64bit ids, and that changes >>>>> the version string in that output. >> >>>>> I've updated Riddle to handle this - but you'll need to list it in your >>>>> Gemfile referring to the git repository: >> >>>>> gem 'riddle', >>>>> :git => 'git://github.com/freelancing-god/riddle.git', >>>>> :branch => 'master' >> >>>>> Make sure you list it before TS in your Gemfile. >> >>>>> Cheers >> >>>>> -- >>>>> Pat >> >>>>> On 23/11/2010, at 11:41 PM, Dakota Brink wrote: >> >>>>>> http://pastie.org/1319904 >> >>>>>> On Nov 22, 11:02 pm, Pat Allan <[email protected]> wrote: >>>>>>> And what happens when you run the following on the server in a shell: >>>>>>> /usr/bin/sphinx-indexer >> >>>>>>> Cheers >> >>>>>>> -- >>>>>>> Pat >> >>>>>>> On 23/11/2010, at 2:50 PM, Dakota Brink wrote: >> >>>>>>>> Sorry, here I fixed the spaces. >>>>>>>> Still the same problem. >> >>>>>>>> development: >>>>>>>> bin_path: "/usr/bin" >>>>>>>> port: 9312 >>>>>>>> indexer_binary_name: "sphinx-indexer" >>>>>>>> searchd_binary_name: "sphinx-searchd" >> >>>>>>>> -- >>>>>>>> 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 >>>>>>>> athttp://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 >>>>>> athttp://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 >>>> athttp://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. > -- 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.
