Dustin Webber wrote: > I have added the bin_path without change. I have tested with the > script/console and i don't see anything from sphinx.. I just don't > understand how it could still be a path issue with everything declared.
The more information you provide, the easier it will be for us to understand what might be happening. Help us help you, as they say. - what is your index definition in the model? - what's in your sphinx.yml? - what version of TS? - what deployment approach (mongrel? passenger? fcgi(eep!)?) - what OS are your dev and production setups? - is TS working as expected for searches that don't use the delta index? ie. you can search for things in the core index? - how are the delta's not working? items that you change are not searchable at all? do they remain searchable under their old values? Ignoring all that, as a total stab in the dark, have you checked for permission issues? Your indexer binary must be executable by the user your ruby process belongs to, and the index files must be readable/writeable by the same user. -- James Healy <jimmy-at-deefa-dot-com> Wed, 18 Mar 2009 16:19:19 +1100 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
