The reason for “Search is currently unavailable…” error might be that you don’t have Sphinx running. Did you follow the installation instructions and started Sphinx as instructed?
using config file ‘/home/ruby/sharetribe/config/development.sphinx.conf’…
FATAL: ‘searchd’ config section not found in ‘/home/ruby/sharetribe/config/development.sphinx.conf’
The Sphinx start command failed:
Command: searchd --pidfile --config “/home/ruby/sharetribe/config/development.sphinx.conf”
Status: 1
Output: See above
There may be more information about the failure in /home/ruby/sharetribe/log/development.searchd.log.
Hello ceerly,
I got the same error and i found solution on it.
run the command
searchd --pidfile --config “/home/ruby/sharetribe/config/development.sphinx.conf”
if you getting that “Sphinx server running already” then follow second step.