Just wanted to document an issue I've spent the past day hunting down, in case it helps someone else or anyone can throw further light on it.
In a Rails 3 app on Mac OS X 10.6.4, trying to run "rake ts:index" repeatedly gave the following error: FATAL: no indexes found in config file '…development.sphinx.conf' Another newly re-created Rails app, with similar modifications for Thinking Sphinx, indexed without problems. It seems the issue was that the first Rails app was on a network volume shared using Apple Filing Protocol (AFP). Moving the app to a local volume fixed the problem. I presume it's something to do with file locking differences on remote volumes. -- 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.
